Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
pacman
auto-pentium4
master
Archlinux32 fork of pacman
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
alpm_list.c
Age
Commit message (
Expand
)
Author
2007-07-20
libalpm/alpm_list.c : add SYMEXPORT to all alpm_list_ functions.
Chantry Xavier
2007-06-05
Const correctness!
Dan McGee
2007-05-14
Remove unnecessary casts on malloc and elsewhere
Dan McGee
2007-04-27
Remove FREESERVER macro and correctly type _alpm_server_free
Dan McGee
2007-03-29
Doxygen fixups for libalpm
Dan McGee
2007-03-11
* Fix group comparison issue and associated compilation warnings by using
Dan McGee
2007-03-05
This commit looks much more monumental than it is. Almost all just #include
Dan McGee
2007-03-03
Big commit this time:
Aaron Griffin
2007-03-01
* Modified values of INFRQ_* options so we start at 0x01 and not 0x00. This
Dan McGee
2007-03-01
* Switched some functions to alpm_pkg_get_* usage as I came across them
Aaron Griffin
2007-01-30
K. Piche <kpiche@rogers.com>
Aaron Griffin
2007-01-30
Discussed on IRC for a bit, this makes the following changes for clarity:
Dan McGee
2007-01-24
* Shuffled some of the alpm_list free funtions - still not perfect, but better
Aaron Griffin
2007-01-23
* Added some calloc calls to replace the malloc-then-set-to-zero functionality
Aaron Griffin
2007-01-22
Introduced an infinite loop during the pmlist -> alpm_list transition, whoops
Aaron Griffin
2007-01-19
Preliminary checkin for alpm_list conversion
Aaron Griffin