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
/
deps.c
Age
Commit message (
Expand
)
Author
2005-04-24
use the cache instead of calling db_scan()
Aurelien Foret
2005-04-23
renamed list_is_ptrin() in list_is_in()
Aurelien Foret
2005-04-20
avoided two calls to db_scan() in checkdeps()
Aurelien Foret
2005-04-20
- fixed args order in list_is_ptrin()
Aurelien Foret
2005-04-08
removed a leftover comment
Aurelien Foret
2005-04-06
updated structure names (PM_SYNCPKG), and added transaction queues (install &...
Aurelien Foret
2005-04-02
fixed a log level
Aurelien Foret
2005-04-02
reworked resolvedeps:
Aurelien Foret
2005-03-30
started the work on "pacman_sync"
Aurelien Foret
2005-03-29
Turned pmdepmissing_t into an opaque structure
Aurelien Foret
2005-03-29
Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...
Aurelien Foret
2005-03-28
replaced occ of list_free() by FREELIST/FREELISTPTR macros
Aurelien Foret
2005-03-28
improved logs (use _alpm_log instead of fprintf)
Aurelien Foret
2005-03-28
added a FREELISTPTR macro to free a PMList without freeing its data
Aurelien Foret
2005-03-26
backport from pacman 2.9.5 (splitdep returns an int)
Aurelien Foret
2005-03-26
More backport from pacman 2.9.5 (mainly for resolvedeps)
Aurelien Foret
2005-03-26
updated comments
Aurelien Foret
2005-03-25
Backport from pacman 2.9.5
Aurelien Foret
2005-03-25
added a missing goto!
Aurelien Foret
2005-03-15
Initial revision
Judd Vinet
[prev]