summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2007-06-27Remove lockfile configuration from frontend, make it job of libalpmDan McGee
2007-06-27pacman.c: make parseconfig a bit more robustDan McGee
2007-06-27Remove scriptlet START and DONE commands that we don't useDan McGee
2007-06-17Remove some use of goto in the pacman frontendDan McGee
2007-06-13Clean up pacman/sync.c and organize it a bitDan McGee
2007-06-13Remove some more diskspace checking holdover stuffDan McGee
2007-06-12Functionalize query.c and pacman_queryDan McGee
2007-06-12pacman util.h: Add missing stdarg.h includeDan McGee
2007-06-10Implement simple topological sort algorithm for sortbydepsNagy Gabor
2007-06-10Ensure correct and consistent usage of depmissChantry Xavier
2007-06-09pacman.c: Refine error messages used by parseconfigDan McGee
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee
2007-06-09Implement a -Qt operation in frontend to test the databaseDan McGee
2007-06-09Fix up things after the last few changesDan McGee
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee
2007-06-09Revamp pacman.c main function ordering, switch some output to pm_printfDan McGee
2007-06-09Add a series of pm_printf functions to pacman frontendDan McGee
2007-06-05Const correctness!Dan McGee
2007-06-04Merge branch 'alpm.c_cleanup' into frontend_configDan McGee
2007-06-04Fix up outstanding parseconfig issuesDan McGee
2007-06-04Rip alpm_parse_config out of libalpmDan McGee
2007-06-04Move three config options out of the backendDan McGee
2007-06-04Add a parseconfig to the pacman frontend that compilesDan McGee
2007-06-04Move functions out of alpm.c to where they belongDan McGee
2007-06-04Autotool clean up.Andrew Fyfe
2007-06-04Update Polish TranslationJaroslaw Swierczynski
2007-06-04Remove hardcoded defines from libalpmDan McGee
2007-06-02Move parts of pacman_query into subfunctions (query_search, query_group, quer...Chantry Xavier
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones