summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-02fixed targets display for cascade or recurse commandsAurelien Foret1-6/+10
2005-05-01removed unused function list_is_ptrin()Aurelien Foret2-13/+0
2005-05-01reworked pacman_deptest()Aurelien Foret1-4/+25
2005-05-01reimplemented list_free() a safer wayAurelien Foret1-10/+7
2005-05-01removed an uneeded checkAurelien Foret1-3/+0
2005-04-24added a new ORE tagAurelien Foret1-0/+2
2005-04-24slighlty improved efficiency for dump_pkg_full()Aurelien Foret1-6/+2
2005-04-24outputs cleanupAurelien Foret2-5/+3
2005-04-23code cleanupAurelien Foret1-1/+4
2005-04-23some remork for pacman_deptest()Aurelien Foret1-22/+13
2005-04-20display the list of targets to be removed before trans_commit() callAurelien Foret1-15/+15
2005-04-19fixed a segfaultAurelien Foret1-1/+1
2005-04-17fixed a log messageAurelien Foret1-1/+1
2005-04-17fixed a user messageAurelien Foret1-1/+1
2005-04-17cleanup to keep in sync with alpm changesAurelien Foret1-50/+21
2005-04-13added packages integrity checkingAurelien Foret1-30/+25
2005-04-13- updated sync featureAurelien Foret2-101/+79
2005-04-13backported support for print-uris from pacman 2.9.xAurelien Foret1-6/+7
2005-04-13added option -p in pacman usage screenAurelien Foret1-0/+1
2005-04-08- small bugfixesAurelien Foret1-6/+1
2005-04-06synchronization with libalpm for latest sync feature workAurelien Foret1-32/+45
2005-04-06reworked MSG and ERR outputsAurelien Foret2-6/+10
2005-04-03fixed a typoAurelien Foret1-1/+1
2005-04-03added list_is_ptrin()Aurelien Foret2-0/+13
2005-04-03more work to backport pacman_sync from pacman 2.9.5Aurelien Foret1-29/+69
2005-04-02sync with changes in alpm.h and new RESOLVEDEPS eventAurelien Foret1-9/+14
2005-04-02reworked sync_cleanupAurelien Foret1-20/+14
2005-04-02fixed a compilation warningAurelien Foret1-1/+1
2005-03-31started the work on "pacman_sync"Aurelien Foret1-117/+54
2005-03-29changed alpm_db_register() prototypeAurelien Foret2-2/+4
2005-03-29turned pmdepmissing_t into an opaque structureAurelien Foret4-21/+22
2005-03-27fixed an error messageAurelien Foret1-1/+1
2005-03-26Backport from pacman 2.9.5 (--ignore in usage)Aurelien Foret1-0/+1
2005-03-25Backport from pacman 2.9.5 (code cleanup)Aurelien Foret2-53/+69
2005-03-25replaced hardcoded references to the cache by CACHEDIRAurelien Foret1-2/+5
2005-03-23uncommented a call to alpm_logactionAurelien Foret1-2/+1
2005-03-22- added db_setlastupdate to db.cAurelien Foret1-3/+1
2005-03-20Let the C preprocessor concatenates CACHEDIR stringAurelien Foret1-2/+2
2005-03-20added display of backup info in dump_pkg_full()Aurelien Foret1-16/+15
2005-03-20fetch_pkgurl: do not download a file if it's already in the current dirAurelien Foret1-24/+29