summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* | Fix up outstanding parseconfig issuesDan McGee2007-06-04
* | Rip alpm_parse_config out of libalpmDan McGee2007-06-04
* | Move three config options out of the backendDan McGee2007-06-04
* | Add a parseconfig to the pacman frontend that compilesDan McGee2007-06-04
|/
* Autotool clean up.Andrew Fyfe2007-06-04
* Update Polish TranslationJaroslaw Swierczynski2007-06-04
* Remove hardcoded defines from libalpmDan McGee2007-06-04
* Move parts of pacman_query into subfunctions (query_search, query_group, quer...Chantry Xavier2007-06-02
* Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones2007-06-01
* Updated Spanish TranslationJuan Pablo González T2007-06-01
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Set an error exit status on -Qi or -Si failureDan McGee2007-05-31
* Modernize and update configure.acDan McGee2007-05-30
* Update POTFILES.in for new source file layout on pacman sideDan McGee2007-05-29
* Add missing new line to 'pacman -T' output.Andrew Fyfe2007-05-24
* Add -Qee option for the original behavior of -QeChantry Xavier2007-05-20
* Fix broken resolve_path functionAaron Griffin2007-05-18
* Remove unnecessary casts on malloc and elsewhereDan McGee2007-05-14
* Display size for packagesNathan Jones2007-05-14