Age | Commit message (Expand) | Author | Files | Lines |
2005-10-20 | copied up-to-date scripts from pacman 2.9.7 | Judd Vinet | 5 | -45/+210 |
2005-10-20 | Added CacheDir directive | Judd Vinet | 1 | -0/+4 |
2005-10-20 | added a default cachedir | Judd Vinet | 2 | -0/+17 |
2005-10-20 | removed debug comment | Judd Vinet | 1 | -1/+0 |
2005-10-20 | remove dupes from group lists in sync | Judd Vinet | 3 | -7/+36 |
2005-10-20 | removed an uneeded variable declaration | Aurelien Foret | 1 | -3/+1 |
2005-10-20 | added INFRQ_DESC back to the package cache so the group cache will work | Judd Vinet | 1 | -1/+2 |
2005-10-20 | added alpm.h to delivery targets (Jason) | Aurelien Foret | 1 | -0/+2 |
2005-10-18 | added patch to use the system memcpy for md5 stuff | Judd Vinet | 1 | -13/+11 |
2005-10-18 | added idea from christian to TODO | Judd Vinet | 1 | -0/+9 |
2005-10-18 | removed useless getenv() calls | Aurelien Foret | 1 | -8/+3 |
2005-10-17 | bumped up PACMAN_VERSION | Judd Vinet | 1 | -1/+1 |
2005-10-17 | added first part of the autoconf stuff - patch from Christian Hamar <krics@li... | Judd Vinet | 18 | -150/+370 |
2005-10-10 | added a missing header file declaration | Aurelien Foret | 1 | -0/+1 |
2005-10-10 | added PM_OPT_CACHEDIR library option | Aurelien Foret | 4 | -7/+14 |
2005-10-10 | pacman update to cope with the CACHEDIR option from the library | Aurelien Foret | 2 | -16/+12 |
2005-10-10 | removed a leftover comment | Aurelien Foret | 1 | -2/+0 |
2005-10-10 | improved query_fileowner() function | Aurelien Foret | 1 | -12/+5 |
2005-10-10 | pacman should work without its configuration file! | Aurelien Foret | 1 | -2/+1 |
2005-10-10 | - more sanity checks | Aurelien Foret | 3 | -9/+12 |
2005-10-10 | Fixed EVENT and QUESTION macros | Aurelien Foret | 1 | -4/+4 |
2005-10-10 | Fixed missing parameter in trans_init() call | Aurelien Foret | 1 | -1/+1 |
2005-10-09 | removed debug stmt | Judd Vinet | 1 | -1/+0 |
2005-10-09 | started some doxygen comment blocks | Judd Vinet | 1 | -23/+41 |
2005-10-09 | added conversation callback support for transactions | Judd Vinet | 16 | -67/+151 |
2005-10-09 | fixed a segfault w/ the skiplist | Judd Vinet | 1 | -1/+1 |
2005-10-09 | correct a trans_commit protocol | Judd Vinet | 1 | -2/+2 |
2005-10-09 | added more error messages, enabled the db permission check in trans_commit | Judd Vinet | 3 | -9/+39 |
2005-10-09 | Added an error string for lock file creation failure | Aurelien Foret | 1 | -0/+3 |
2005-10-08 | update | Aurelien Foret | 1 | -6/+0 |
2005-10-08 | Fixed an text formatting issue | Aurelien Foret | 1 | -1/+1 |
2005-10-08 | Code update to make use of PKG_FULLNAME_LEN | Aurelien Foret | 4 | -14/+14 |
2005-10-08 | Reworked the cache handling to only load DEPENDS info by default | Aurelien Foret | 4 | -18/+10 |
2005-10-08 | Moved the REPLACES and FORCE package fields from DESC to DEPENDS db entry | Aurelien Foret | 5 | -34/+34 |
2005-10-08 | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 23 | -152/+316 |
2005-10-07 | patch from vmiklos -- properly remove each db entry instead of rmrf'ing the w... | Judd Vinet | 1 | -3/+4 |
2005-10-06 | Applied patch from Christian Hamar (krics@linuxforum.hu) | Aurelien Foret | 1 | -8/+8 |
2005-10-06 | Added a missing include for CYGWIN target | Aurelien Foret | 1 | -0/+3 |
2005-10-06 | Added a CYGWIN define to include header files required to build in a Cygwin e... | Aurelien Foret | 9 | -1/+31 |
2005-10-06 | Fixed an error log | Aurelien Foret | 1 | -1/+1 |
2005-10-05 | Applied reworked patch from VMiklos (vmiklos@frugalware.org) | Aurelien Foret | 4 | -5/+9 |
2005-10-05 | Added a PKG_FULLNAME_LEN macro | Aurelien Foret | 2 | -2/+3 |
2005-10-05 | Small update | Aurelien Foret | 1 | -1/+5 |
2005-10-05 | Fixed some typos | Aurelien Foret | 1 | -3/+3 |
2005-10-03 | test | Judd Vinet | 1 | -1/+0 |
2005-10-03 | test | Judd Vinet | 1 | -0/+1 |
2005-08-20 | changed license package field to a list | Aurelien Foret | 2 | -2/+4 |
2005-08-20 | changed license package field to a list | Aurelien Foret | 2 | -6/+8 |
2005-07-22 | changed license package field to a list | Judd Vinet | 4 | -4/+8 |
2005-05-09 | fixed cb_trans() prototype | Aurelien Foret | 2 | -2/+2 |