summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-08pacman/pacman.c : add --logfile option.Chantry Xavier
2007-10-08Update usage of gcc __attribute__ flagsDan McGee
2007-10-08Remove the non-user friendly --ask optionDan McGee
2007-10-04Fix -Sy and -Sp operations.Chantry Xavier
2007-10-03needs_transaction adjustmentsChantry Xavier
2007-09-28Allow --refresh specified for most -S optionsAaron Griffin
2007-09-28Break out transaction test to a separate functionAaron Griffin
2007-09-28OMG a space!Aaron Griffin
2007-09-28Support for localized times in metadataAaron Griffin
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee
2007-09-28Update comments dealing with pkgext/dbext strippingDan McGee
2007-09-28Reimplement pacman cache cleaning the right wayDan McGee
2007-09-28Remove package name dependency from libalpmDan McGee
2007-09-27document the -Qii option.Chantry Xavier
2007-09-25Preliminary support for optdependsDan McGee
2007-09-16trans.c : reworking of transaction interruptionsChantry Xavier
2007-09-16Remove the DB consistency check from pacman and libalpm.Chantry Xavier
2007-09-11Add testdb util for finding inconsistencies in the database.Chantry Xavier
2007-09-11make alpm_strerror binding friendlyStefano Esposito
2007-09-11Make some small changes recommended by splintDan McGee
2007-09-06Add a few missing includes, caught while compiling on cygwinDan McGee
2007-08-26separate local from sync dbs on filesystemTravis Willard
2007-08-26pacman/sync.c : kill extra newline with groups on -Ss operation.Chantry Xavier
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-22pacman.c: clarify reason for doing 2 strcmp operationsDan McGee
2007-08-21Various valgrind mem leak fixesDan McGee
2007-08-21Add a default cachedir if one wasn't specifiedDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-08-16Fix some errors spit out by -WextraDan McGee
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-08-16pacman.c: Alphabetize listing of query optionsDan McGee
2007-08-15new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier
2007-08-15libalpm/query.c : makes orphans and foreign options as filters.Chantry Xavier
2007-08-15src/util: Clean up headers and a few fixesDan McGee
2007-08-14Code cleanupDan McGee
2007-08-12pacman/sync.c : return 0 on succesful search, 1 otherwise.Chantry Xavier
2007-07-23Cleanup of pacman.c and addition of default paths to frontendDan McGee
2007-07-16Remove unnecessary entries from .gitignore filesDan McGee
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier
2007-07-15Add --asdeps option to pacmanDan McGee
2007-07-12Fix previous makepkg patch, and some pacman output.Andrew Fyfe
2007-07-11Remove 'buildtype' from libalpm and pacmanDan McGee
2007-07-10Use mbstowcs instead of strlen where applicableSergej Pupykin
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-10Cleanup of pacman_deptest()Andrew Fyfe
2007-07-09Change the exit code for pacman_deptest().Andrew Fyfe
2007-07-09Remove gettext from any alpm_logaction callsDan McGee
2007-07-06First step of moving translations from src/pacman/po to po/Dan McGee
2007-07-02pacman/query.c : return after a query on all packages.Chantry Xavier
2007-07-01pacman/packages.c : print an error for files that can't be stated.Chantry Xavier