summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add a few missing includes, caught while compiling on cygwinDan McGee2007-09-06
* separate local from sync dbs on filesystemTravis Willard2007-08-26
* pacman/sync.c : kill extra newline with groups on -Ss operation.Chantry Xavier2007-08-26
* libalpm: add newlines to all strings passed to log callbackDan McGee2007-08-23
* pacman.c: clarify reason for doing 2 strcmp operationsDan McGee2007-08-22
* Various valgrind mem leak fixesDan McGee2007-08-21
* Add a default cachedir if one wasn't specifiedDan McGee2007-08-21
* Post trial install changes, round oneDan McGee2007-08-21
* Fix some errors spit out by -WextraDan McGee2007-08-16
* Remove support for SHA1 from pacman.Andrew Fyfe2007-08-16
* pacman.c: Alphabetize listing of query optionsDan McGee2007-08-16
* new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier2007-08-15
* libalpm/query.c : makes orphans and foreign options as filters.Chantry Xavier2007-08-15
* src/util: Clean up headers and a few fixesDan McGee2007-08-15
* Code cleanupDan McGee2007-08-14
* pacman/sync.c : return 0 on succesful search, 1 otherwise.Chantry Xavier2007-08-12
* Cleanup of pacman.c and addition of default paths to frontendDan McGee2007-07-23
* Remove unnecessary entries from .gitignore filesDan McGee2007-07-16
* new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier2007-07-16
* Add --asdeps option to pacmanDan McGee2007-07-15
* Fix previous makepkg patch, and some pacman output.Andrew Fyfe2007-07-12
* Remove 'buildtype' from libalpm and pacmanDan McGee2007-07-11
* Use mbstowcs instead of strlen where applicableSergej Pupykin2007-07-10
* Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee2007-07-10
* Cleanup of pacman_deptest()Andrew Fyfe2007-07-10
* Change the exit code for pacman_deptest().Andrew Fyfe2007-07-09
* Remove gettext from any alpm_logaction callsDan McGee2007-07-09
* First step of moving translations from src/pacman/po to po/Dan McGee2007-07-06
* pacman/query.c : return after a query on all packages.Chantry Xavier2007-07-02
* pacman/packages.c : print an error for files that can't be stated.Chantry Xavier2007-07-01
* Remove lockfile configuration from frontend, make it job of libalpmDan McGee2007-06-27
* pacman.c: make parseconfig a bit more robustDan McGee2007-06-27
* Remove scriptlet START and DONE commands that we don't useDan McGee2007-06-27
* Remove some use of goto in the pacman frontendDan McGee2007-06-17
* Clean up pacman/sync.c and organize it a bitDan McGee2007-06-13
* Remove some more diskspace checking holdover stuffDan McGee2007-06-13
* Functionalize query.c and pacman_queryDan McGee2007-06-12
* pacman util.h: Add missing stdarg.h includeDan McGee2007-06-12
* Implement simple topological sort algorithm for sortbydepsNagy Gabor2007-06-10
* Ensure correct and consistent usage of depmissChantry Xavier2007-06-10
* pacman.c: Refine error messages used by parseconfigDan McGee2007-06-09
* Allow multiple CacheDirs to be specifiedDan McGee2007-06-09
* Implement a -Qt operation in frontend to test the databaseDan McGee2007-06-09
* Fix up things after the last few changesDan McGee2007-06-09
* Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee2007-06-09
* Revamp pacman.c main function ordering, switch some output to pm_printfDan McGee2007-06-09
* Add a series of pm_printf functions to pacman frontendDan McGee2007-06-09
* Const correctness!Dan McGee2007-06-05
* Merge branch 'alpm.c_cleanup' into frontend_configDan McGee2007-06-04
|\
| * Move functions out of alpm.c to where they belongDan McGee2007-06-04