summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe1-17/+4
2007-08-16pacman.c: Alphabetize listing of query optionsDan McGee1-3/+3
2007-08-16new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier3-8/+29
2007-08-16libalpm/query.c : makes orphans and foreign options as filters.Chantry Xavier1-129/+76
2007-08-16src/util: Clean up headers and a few fixesDan McGee3-19/+14
2007-08-14Code cleanupDan McGee2-2/+0
2007-08-13pacman/sync.c : return 0 on succesful search, 1 otherwise.Chantry Xavier1-1/+4
2007-07-23Cleanup of pacman.c and addition of default paths to frontendDan McGee2-40/+54
2007-07-16Remove unnecessary entries from .gitignore filesDan McGee2-4/+0
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier4-19/+23
2007-07-15Add --asdeps option to pacmanDan McGee3-11/+12
2007-07-12Fix previous makepkg patch, and some pacman output.Andrew Fyfe1-3/+3
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