summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-11-07fixed compilation warningsAurelien Foret7-9/+10
2005-11-07added more pm_errnosAurelien Foret1-0/+9
2005-11-07removed the declaration of an unused variableAurelien Foret1-2/+0
2005-11-05Used the chroot syscall instead of the chroot binaryAurelien Foret2-29/+34
2005-10-29fixed parseconfig usageAurelien Foret2-4/+5
2005-10-29fixed a compilation warningAurelien Foret1-1/+0
2005-10-29fixed some compilation warningsAurelien Foret3-0/+3
2005-10-29added PACCONF, PACDB and PACROOT definesAurelien Foret2-6/+7
2005-10-29renamed pmconfig_t to config_tAurelien Foret10-20/+21
2005-10-28added --no-check-certificateJudd Vinet1-1/+1
2005-10-28stripped end of linesAurelien Foret1-40/+40
2005-10-28removed entry dealing with pacman configuration structureAurelien Foret1-12/+5
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret10-240/+265
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