summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2007-06-05Clean up unnecessary headers and macros from alpm.cDan McGee
2007-06-05Fix compilation with GCC 4.2.0Dan McGee
2007-06-04Merge branch 'alpm.c_cleanup' into frontend_configDan McGee
2007-06-04Fix up outstanding parseconfig issuesDan McGee
2007-06-04Rip alpm_parse_config out of libalpmDan McGee
2007-06-04Add a parseconfig to the pacman frontend that compilesDan McGee
2007-06-04Move functions out of alpm.c to where they belongDan McGee
2007-06-04Autotool clean up.Andrew Fyfe
2007-06-04Remove hardcoded defines from libalpmDan McGee
2007-06-04Start moving hardcoded paths out of libalpmDan McGee
2007-06-02Remove freespace checking codeDan McGee
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones
2007-05-31alpm_parse_config(): ignore #.*$, not just ^#.*$VMiklos
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-05-18Allow $repo expansion in 'Server' config linesAaron Griffin
2007-05-18Fix extraneous "ignoring upgrade" output on Ignore'd packagesChantry Xavier
2007-05-18Continue scanning when an invalid DB entry is foundAaron Griffin
2007-05-18Remove trailing slashes from Server URLsAaron Griffin