summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-25added pacman-optimize to Makefile.amJudd Vinet1-1/+1
2005-10-25added patch from VMiklos - fixes ownership problems when building in a chroot...Judd Vinet1-2/+2
2005-10-22added a missing line feed in a MSG callAurelien Foret1-1/+1
2005-10-22do not free the cache right before using it!Aurelien Foret1-14/+10
2005-10-21bugfix: before searching databases for a dependency, make sure one of the pac...Judd Vinet1-1/+17
2005-10-21fixed a segfault that occured in special cases when propagating requiredby fi...Judd Vinet1-0/+7
2005-10-21improved the Replace question format a bitJudd Vinet1-3/+3
2005-10-20copied up-to-date scripts from pacman 2.9.7Judd Vinet5-45/+210
2005-10-20Added CacheDir directiveJudd Vinet1-0/+4
2005-10-20added a default cachedirJudd Vinet2-0/+17
2005-10-20removed debug commentJudd Vinet1-1/+0
2005-10-20remove dupes from group lists in syncJudd Vinet3-7/+36
2005-10-20removed an uneeded variable declarationAurelien Foret1-3/+1
2005-10-20added INFRQ_DESC back to the package cache so the group cache will workJudd Vinet1-1/+2
2005-10-20added alpm.h to delivery targets (Jason)Aurelien Foret1-0/+2
2005-10-18added patch to use the system memcpy for md5 stuffJudd Vinet1-13/+11
2005-10-18added idea from christian to TODOJudd Vinet1-0/+9
2005-10-18removed useless getenv() callsAurelien Foret1-8/+3
2005-10-17bumped up PACMAN_VERSIONJudd Vinet1-1/+1
2005-10-17added first part of the autoconf stuff - patch from Christian Hamar <krics@li...Judd Vinet18-150/+370
2005-10-10added a missing header file declarationAurelien Foret1-0/+1
2005-10-10added PM_OPT_CACHEDIR library optionAurelien Foret4-7/+14
2005-10-10pacman update to cope with the CACHEDIR option from the libraryAurelien Foret2-16/+12
2005-10-10removed a leftover commentAurelien Foret1-2/+0
2005-10-10improved query_fileowner() functionAurelien Foret1-12/+5
2005-10-10pacman should work without its configuration file!Aurelien Foret1-2/+1
2005-10-10- more sanity checksAurelien Foret3-9/+12
2005-10-10Fixed EVENT and QUESTION macrosAurelien Foret1-4/+4
2005-10-10Fixed missing parameter in trans_init() callAurelien Foret1-1/+1
2005-10-09removed debug stmtJudd Vinet1-1/+0
2005-10-09started some doxygen comment blocksJudd Vinet1-23/+41
2005-10-09added conversation callback support for transactionsJudd Vinet16-67/+151
2005-10-09fixed a segfault w/ the skiplistJudd Vinet1-1/+1
2005-10-09correct a trans_commit protocolJudd Vinet1-2/+2
2005-10-09added more error messages, enabled the db permission check in trans_commitJudd Vinet3-9/+39
2005-10-09Added an error string for lock file creation failureAurelien Foret1-0/+3
2005-10-08updateAurelien Foret1-6/+0
2005-10-08Fixed an text formatting issueAurelien Foret1-1/+1
2005-10-08Code update to make use of PKG_FULLNAME_LENAurelien Foret4-14/+14
2005-10-08Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret4-18/+10
2005-10-08Moved the REPLACES and FORCE package fields from DESC to DEPENDS db entryAurelien Foret5-34/+34
2005-10-08Merging in recent fixes/additions from 2.9.7Judd Vinet23-152/+316
2005-10-07patch from vmiklos -- properly remove each db entry instead of rmrf'ing the w...Judd Vinet1-3/+4
2005-10-06Applied patch from Christian Hamar (krics@linuxforum.hu)Aurelien Foret1-8/+8
2005-10-06Added a missing include for CYGWIN targetAurelien Foret1-0/+3
2005-10-06Added a CYGWIN define to include header files required to build in a Cygwin e...Aurelien Foret9-1/+31
2005-10-06Fixed an error logAurelien Foret1-1/+1
2005-10-05Applied reworked patch from VMiklos (vmiklos@frugalware.org)Aurelien Foret4-5/+9
2005-10-05Added a PKG_FULLNAME_LEN macroAurelien Foret2-2/+3
2005-10-05Small updateAurelien Foret1-1/+5