summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-07-12Remove 'buildtype' from libalpm and pacmanDan McGee1-3/+1
2007-07-11Use mbstowcs instead of strlen where applicableSergej Pupykin1-3/+3
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-22/+22
2007-07-10Cleanup of pacman_deptest()Andrew Fyfe1-10/+7
2007-07-09Change the exit code for pacman_deptest().Andrew Fyfe1-1/+1
2007-07-09Remove gettext from any alpm_logaction callsDan McGee2-5/+5
2007-07-06First step of moving translations from src/pacman/po to po/Dan McGee17-11353/+0
2007-07-02pacman/query.c : return after a query on all packages.Chantry Xavier1-0/+1
2007-07-02pacman/packages.c : print an error for files that can't be stated.Chantry Xavier1-3/+8
2007-06-28Remove lockfile configuration from frontend, make it job of libalpmDan McGee2-11/+0
2007-06-28pacman.c: make parseconfig a bit more robustDan McGee1-12/+21
2007-06-28Remove scriptlet START and DONE commands that we don't useDan McGee1-14/+0
2007-06-17Remove some use of goto in the pacman frontendDan McGee2-30/+48
2007-06-13Clean up pacman/sync.c and organize it a bitDan McGee2-11/+40
2007-06-13Remove some more diskspace checking holdover stuffDan McGee2-24/+3
2007-06-13Functionalize query.c and pacman_queryDan McGee1-111/+168
2007-06-12pacman util.h: Add missing stdarg.h includeDan McGee1-0/+1
2007-06-11Implement simple topological sort algorithm for sortbydepsNagy Gabor1-2/+2
2007-06-11Ensure correct and consistent usage of depmissChantry Xavier2-3/+3
2007-06-09pacman.c: Refine error messages used by parseconfigDan McGee1-7/+14
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee2-5/+13
2007-06-09Implement a -Qt operation in frontend to test the databaseDan McGee3-1/+27
2007-06-09Fix up things after the last few changesDan McGee5-38/+39
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee3-48/+8
2007-06-09Revamp pacman.c main function ordering, switch some output to pm_printfDan McGee1-75/+62
2007-06-09Add a series of pm_printf functions to pacman frontendDan McGee3-7/+86
2007-06-05Const correctness!Dan McGee5-13/+14
2007-06-05Merge branch 'alpm.c_cleanup' into frontend_configDan McGee1-1/+1
2007-06-05Fix up outstanding parseconfig issuesDan McGee1-17/+25
2007-06-05Rip alpm_parse_config out of libalpmDan McGee5-39/+41
2007-06-05Move three config options out of the backendDan McGee2-3/+7
2007-06-05Add a parseconfig to the pacman frontend that compilesDan McGee3-2/+269
2007-06-05Move functions out of alpm.c to where they belongDan McGee1-1/+1
2007-06-05Autotool clean up.Andrew Fyfe2-2/+6
2007-06-05Update Polish TranslationJaroslaw Swierczynski1-3/+3
2007-06-04Remove hardcoded defines from libalpmDan McGee5-7/+6
2007-06-02Move parts of pacman_query into subfunctions (query_search, query_group, quer...Chantry Xavier2-193/+248
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones5-22/+13
2007-06-01Updated Spanish TranslationJuan Pablo González T1-317/+151
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee9-37/+43
2007-05-31Set an error exit status on -Qi or -Si failureDan McGee2-18/+15
2007-05-30Modernize and update configure.acDan McGee1-5/+1
2007-05-29Update POTFILES.in for new source file layout on pacman sideDan McGee1-5/+1
2007-05-25Add missing new line to 'pacman -T' output.Andrew Fyfe1-1/+1
2007-05-20Add -Qee option for the original behavior of -QeChantry Xavier2-3/+4
2007-05-18Fix broken resolve_path functionAaron Griffin1-21/+7
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee3-11/+11
2007-05-14Display size for packagesNathan Jones5-11/+47
2007-05-07Clean up query_fileownerDan McGee1-8/+8
2007-04-29Remove 'removes' array from libalpmDan McGee2-6/+0