summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet28-30/+30
2006-01-02code cleanupAurelien Foret1-2/+2
2006-01-01- reworked verbose levelsAurelien Foret3-11/+5
2006-01-01renamed error titles from XXX to xxxAurelien Foret1-6/+6
2006-01-01*** empty log message ***Aurelien Foret1-3/+2
2005-12-31fixed a segfault and added more verbose outputs in group handling (patch from...Aurelien Foret1-2/+4
2005-12-31added a missing code chunk of the ignore command line option (patch from VMik...Aurelien Foret1-0/+8
2005-12-31don't complain on PM_ERR_DB_UPTODATE errors (patch from VMiklos <vmiklos@frug...Aurelien Foret1-2/+6
2005-12-31do not consider duplicated targets as an error (patch from VMiklos <vmiklos@f...Aurelien Foret1-0/+4
2005-12-31used defines from alpm.h instead of local ones (patch from VMiklos <vmiklos@f...Aurelien Foret2-6/+3
2005-12-31removed an uneeded call to strtrimAurelien Foret1-1/+0
2005-12-26renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet1-2/+2
2005-12-26applied first try at sync conflict handling (VMiklos) plus a couple changesJudd Vinet1-0/+7
2005-12-21VMiklos: add STRNCPY macro from alpm to pacmanJudd Vinet2-1/+6
2005-12-21VMiklos: --noconfirm fixJudd Vinet1-0/+8
2005-12-21verbosity fix from VMiklosJudd Vinet1-0/+1
2005-12-14added Frugalware patch: -Q --foreign to display packages not found in sync reposJudd Vinet3-2/+51
2005-11-07fixed compilation warningsAurelien Foret3-3/+3
2005-11-07removed the declaration of an unused variableAurelien Foret1-2/+0
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 pmconfig_t structure to hold all the configurationAurelien Foret10-240/+265
2005-10-22added a missing line feed in a MSG callAurelien Foret1-1/+1
2005-10-21improved the Replace question format a bitJudd Vinet1-3/+3
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-18removed useless getenv() callsAurelien Foret1-8/+3
2005-10-17added first part of the autoconf stuff - patch from Christian Hamar <krics@li...Judd Vinet4-42/+32
2005-10-10added a missing header file declarationAurelien Foret1-0/+1
2005-10-10pacman update to cope with the CACHEDIR option from the libraryAurelien Foret2-16/+12
2005-10-10improved query_fileowner() functionAurelien Foret1-12/+5
2005-10-10pacman should work without its configuration file!Aurelien Foret1-2/+1
2005-10-09added conversation callback support for transactionsJudd Vinet6-6/+42
2005-10-09correct a trans_commit protocolJudd Vinet1-2/+2
2005-10-08Fixed an text formatting issueAurelien Foret1-1/+1
2005-10-08Merging in recent fixes/additions from 2.9.7Judd Vinet9-48/+127
2005-10-06Applied patch from Christian Hamar (krics@linuxforum.hu)Aurelien Foret1-8/+8
2005-10-06Added a CYGWIN define to include header files required to build in a Cygwin e...Aurelien Foret3-0/+15
2005-08-20changed license package field to a listAurelien Foret1-1/+1
2005-05-09fixed cb_trans() prototypeAurelien Foret2-2/+2
2005-05-09- indented properly sync_cleancache()Aurelien Foret1-86/+93
2005-05-04fixed some small memory leaksAurelien Foret1-2/+3
2005-05-03fixed a small memory leak during the cleanup of config dataAurelien Foret1-0/+1
2005-05-02get ride of ORE tagsAurelien Foret2-8/+5
2005-05-02added a --debug option to externally set the library log levelAurelien Foret1-8/+11