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
/
cache.c
Age
Commit message (
Collapse
)
Author
2006-03-07
fixed a commentary
Aurelien Foret
2006-03-07
code cleanup
Aurelien Foret
2006-03-04
make cache works when loading it with DEPENDS info only
Aurelien Foret
2006-02-17
prepend library function names with _alpm (helped with the patch from ↵
Aurelien Foret
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
2006-01-18
more code cleanup yet
Aurelien Foret
2006-01-16
more code cleanup
Aurelien Foret
2006-01-02
code cleanup
Aurelien Foret
2006-01-02
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
Judd Vinet
2005-12-31
added a debug log when freeing the package cache
Aurelien Foret
2005-10-20
added INFRQ_DESC back to the package cache so the group cache will work
Judd Vinet
2005-10-08
Reworked the cache handling to only load DEPENDS info by default
Aurelien Foret
2005-05-03
make use of the new list_remove implementation
Aurelien Foret
2005-04-24
logs cleanup
Aurelien Foret
2005-04-23
rework the cache handling to avoid as much as possible calls to db_scan()
Aurelien Foret
2005-04-05
added logs for cache generation
Aurelien Foret
2005-03-29
Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ↵
Aurelien Foret
copying strings
2005-03-28
added a FREELISTPTR macro to free a PMList without freeing its data
Aurelien Foret
2005-03-15
Initial revision
Judd Vinet