summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-07-13Update hungarian translationNagy Gabor
2007-07-13libalpm/deps.c : fix for remove044 pactest.Chantry Xavier
2007-07-13Remove conflict message for non-existent files (reworked)Chantry Xavier
2007-07-13libalpm/remove.c : Rsd combination.Chantry Xavier
2007-07-12Some doxygen comments.Andrew Fyfe
2007-07-12Remove some more conditional include stuffDan McGee
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee
2007-07-11Remove 'buildtype' from libalpm and pacmanDan McGee
2007-07-11conflict.c: start cleaning conflict check functionsChantry Xavier
2007-07-11Update translation files on libalpm side after gettext changeDan McGee
2007-07-10Fix issue with <dbpath>/db.lck being truncatedDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-10Remove conflict message for no-existent files.Andrew Fyfe
2007-07-10Cleanup of pacman_deptest()Andrew Fyfe
2007-07-09libalpm/trans.c : exit the forked process correctly in case of errors.Chantry Xavier
2007-07-09Clean up the alpm handleDan McGee
2007-07-09Remove gettext from any alpm_logaction callsDan McGee
2007-07-08Add top level hidden file code to package.cDan McGee
2007-07-06First step of moving translations from src/pacman/po to po/Dan McGee
2007-07-06Various small fixes as suggested by some static code checkersDan McGee
2007-07-01libalpm/add.c : fix for FS #7484Chantry Xavier
2007-07-01libalpm/add.c,util.c : log ARCHIVE_WARN warning to debug output.Chantry Xavier
2007-07-01Remove unnecessary and extra includesDan McGee
2007-07-01Move Doxygen manpage generation to doc/ directoryDan McGee
2007-06-28libalpm/add.c : ignore libarchive warning.Chantry Xavier
2007-06-28libalpm/util.c : stat returns 0 on successChantry Xavier
2007-06-27Remove lockfile configuration from frontend, make it job of libalpmDan McGee
2007-06-27Remove scriptlet START and DONE commands that we don't useDan McGee
2007-06-27Fix wrong permissions on pacnew extractionDan McGee
2007-06-28libalpm/remove.c : file variable used before being initialized.Chantry Xavier
2007-06-26Make alpm_splitdep immutableNagy Gabor
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor
2007-06-26Don't extract any top-level files in a package that start with '.'Dan McGee
2007-06-20libalpm/util.c: remove unnecessary includeDan McGee
2007-06-20Revert "Fix libarchive permission extraction"Dan McGee
2007-06-17Update Doxyfile and add a few missing parts of documentationDan McGee
2007-06-13Remove some more diskspace checking holdover stuffDan McGee
2007-06-10Attempt to clean up _alpm_sync_prepareDan McGee
2007-06-10Implement simple topological sort algorithm for sortbydepsNagy Gabor
2007-06-10Ensure correct and consistent usage of depmissChantry Xavier
2007-06-10Fix for removing a package that is no longer neededChantry Xavier
2007-06-10Small speed-tuning to upgrade-checkdepNagy Gabor
2007-06-10Fix issue when upgrading two packages that would break depsNagy Gabor
2007-06-10Fix breakage in checkdeps when upgrading a multiple-dependNagy Gabor
2007-06-09be_files.c: Fix compilation bug since I removed unnecessary LOG_STR_LENDan McGee
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee
2007-06-09Add a alpm_db_test() function to the backend for checking DB consistencyVMiklos
2007-06-09Fix up things after the last few changesDan McGee
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee
2007-06-05Const correctness!Dan McGee