summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee12-366/+247
2007-07-12Remove 'buildtype' from libalpm and pacmanDan McGee3-26/+0
2007-07-11conflict.c: start cleaning conflict check functionsChantry Xavier1-17/+7
2007-07-11Update translation files on libalpm side after gettext changeDan McGee10-10895/+1806
2007-07-10Fix issue with <dbpath>/db.lck being truncatedDan McGee1-2/+2
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee18-193/+223
2007-07-10Remove conflict message for no-existent files.Andrew Fyfe1-1/+2
2007-07-10Cleanup of pacman_deptest()Andrew Fyfe2-0/+13
2007-07-09libalpm/trans.c : exit the forked process correctly in case of errors.Chantry Xavier1-2/+2
2007-07-09Clean up the alpm handleDan McGee4-66/+36
2007-07-09Remove gettext from any alpm_logaction callsDan McGee3-18/+26
2007-07-09Add top level hidden file code to package.cDan McGee1-0/+3
2007-07-06First step of moving translations from src/pacman/po to po/Dan McGee1-0/+1
2007-07-06Various small fixes as suggested by some static code checkersDan McGee4-14/+7
2007-07-02libalpm/add.c : fix for FS #7484Chantry Xavier1-1/+9
2007-07-02libalpm/add.c,util.c : log ARCHIVE_WARN warning to debug output.Chantry Xavier2-6/+23
2007-07-02Remove unnecessary and extra includesDan McGee4-17/+0
2007-07-02Move Doxygen manpage generation to doc/ directoryDan McGee2-264/+0
2007-06-28libalpm/add.c : ignore libarchive warning.Chantry Xavier1-6/+11
2007-06-28libalpm/util.c : stat returns 0 on successChantry Xavier1-1/+1
2007-06-28Remove lockfile configuration from frontend, make it job of libalpmDan McGee4-22/+11
2007-06-28Remove scriptlet START and DONE commands that we don't useDan McGee3-39/+1
2007-06-28Fix wrong permissions on pacnew extractionDan McGee1-0/+15
2007-06-28libalpm/remove.c : file variable used before being initialized.Chantry Xavier1-1/+2
2007-06-26Make alpm_splitdep immutableNagy Gabor1-5/+9
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor5-9/+8
2007-06-26Don't extract any top-level files in a package that start with '.'Dan McGee1-1/+8
2007-06-20libalpm/util.c: remove unnecessary includeDan McGee1-1/+0
2007-06-20Revert "Fix libarchive permission extraction"Dan McGee1-2/+0
2007-06-17Update Doxyfile and add a few missing parts of documentationDan McGee2-1/+26
2007-06-13Remove some more diskspace checking holdover stuffDan McGee2-3/+0
2007-06-11Attempt to clean up _alpm_sync_prepareDan McGee1-64/+56
2007-06-11Implement simple topological sort algorithm for sortbydepsNagy Gabor4-57/+93
2007-06-11Ensure correct and consistent usage of depmissChantry Xavier3-55/+19
2007-06-11Fix for removing a package that is no longer neededChantry Xavier1-36/+42
2007-06-10Small speed-tuning to upgrade-checkdepNagy Gabor1-4/+6
2007-06-10Fix issue when upgrading two packages that would break depsNagy Gabor1-29/+9
2007-06-10Fix breakage in checkdeps when upgrading a multiple-dependNagy Gabor1-6/+3
2007-06-09be_files.c: Fix compilation bug since I removed unnecessary LOG_STR_LENDan McGee1-6/+7
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee5-46/+113
2007-06-09Add a alpm_db_test() function to the backend for checking DB consistencyVMiklos4-0/+46
2007-06-09Fix up things after the last few changesDan McGee1-2/+1
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee8-45/+28
2007-06-05Const correctness!Dan McGee17-124/+132
2007-06-05Clean up unnecessary headers and macros from alpm.cDan McGee1-10/+1
2007-06-05Fix compilation with GCC 4.2.0Dan McGee1-1/+1
2007-06-05Merge branch 'alpm.c_cleanup' into frontend_configDan McGee11-912/+888
2007-06-05Fix up outstanding parseconfig issuesDan McGee3-2/+6
2007-06-05Rip alpm_parse_config out of libalpmDan McGee7-264/+7
2007-06-05Add a parseconfig to the pacman frontend that compilesDan McGee2-26/+29