summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-05Move functions out of alpm.c to where they belongDan McGee11-912/+889
2007-06-05Autotool clean up.Andrew Fyfe1-0/+2
2007-06-04Remove hardcoded defines from libalpmDan McGee2-10/+6
2007-06-04Start moving hardcoded paths out of libalpmDan McGee1-12/+3
2007-06-02Remove freespace checking codeDan McGee4-100/+0
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones4-0/+13
2007-05-31alpm_parse_config(): ignore #.*$, not just ^#.*$VMiklos1-0/+3
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee13-53/+79
2007-05-18Allow $repo expansion in 'Server' config linesAaron Griffin3-22/+72
2007-05-18Fix extraneous "ignoring upgrade" output on Ignore'd packagesChantry Xavier1-6/+8
2007-05-18Continue scanning when an invalid DB entry is foundAaron Griffin1-1/+3
2007-05-18Remove trailing slashes from Server URLsAaron Griffin1-0/+4
2007-05-18Fix libarchive permission extractionAaron Griffin1-0/+2
2007-05-14Use alpm_depcmp in _alpm_pkg_update_requiredbyNagy Gabor1-28/+13
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee8-20/+20
2007-05-10Fix IgnorePkg handling with replacement packagesAaron Griffin1-1/+3
2007-04-29libalpm util.c and util.h cleanupDan McGee7-290/+292
2007-04-29Remove STRNCPY macro from libalpmDan McGee9-33/+29
2007-04-29Remove 'removes' array from libalpmDan McGee4-40/+1
2007-04-28Remove FREELISTPTR macroDan McGee7-22/+20