summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-25Add alpm_dep_get_string methodNagy Gabor1-0/+1
2007-10-20Add download size to target list.Nathan Jones1-0/+2
2007-10-20Download delta files if UseDelta is set.Nathan Jones1-0/+11
2007-10-20Add pmdelta_t structure and functions to libalpm.Nathan Jones1-0/+12
2007-10-15Updates to fix Doxygen documentation generationDan McGee1-2/+2
2007-09-28Remove buildtype package accessor prototypeAaron Griffin1-1/+0
2007-09-28Support for localized times in metadataAaron Griffin1-2/+2
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee1-1/+1
2007-09-28Remove package name dependency from libalpmDan McGee1-9/+0
2007-09-26Preliminary support for optdependsDan McGee1-0/+1
2007-09-17trans.c : reworking of transaction interruptionsChantry Xavier1-0/+1
2007-09-17Remove the DB consistency check from pacman and libalpm.Chantry Xavier1-1/+0
2007-09-12make alpm_strerror binding friendlyStefano Esposito1-0/+1
2007-09-12libalpm/deps.c : export _alpm_checkdeps (-> alpm_checkdeps).Chantry Xavier1-0/+2
2007-09-12libalpm/package.c : add new alpm_pkg_compute_requiredby function.Chantry Xavier1-0/+1
2007-08-27separate local from sync dbs on filesystemTravis Willard1-1/+5
2007-08-22Post trial install changes, round oneDan McGee1-6/+7
2007-08-20Add const qualifier to md5_file and alpm_get_md5sumDan McGee1-1/+1
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe1-3/+0
2007-08-16libalpm/db.c : add alpm_db_unregister_all.Chantry Xavier1-0/+1
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier1-6/+7
2007-07-14Ensure requiredby entries are removed during an upgradeDan McGee1-0/+1
2007-07-10Cleanup of pacman_deptest()Andrew Fyfe1-0/+1
2007-07-06Various small fixes as suggested by some static code checkersDan McGee1-1/+1
2007-06-28Remove lockfile configuration from frontend, make it job of libalpmDan McGee1-1/+1
2007-06-28Remove scriptlet START and DONE commands that we don't useDan McGee1-3/+0
2007-06-13Remove some more diskspace checking holdover stuffDan McGee1-1/+0
2007-06-11Implement simple topological sort algorithm for sortbydepsNagy Gabor1-0/+1
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee1-2/+3
2007-06-09Add a alpm_db_test() function to the backend for checking DB consistencyVMiklos1-0/+1
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 McGee1-4/+2
2007-06-05Const correctness!Dan McGee1-21/+17
2007-06-05Merge branch 'alpm.c_cleanup' into frontend_configDan McGee1-2/+2
2007-06-05Fix up outstanding parseconfig issuesDan McGee1-1/+1
2007-06-05Rip alpm_parse_config out of libalpmDan McGee1-19/+0
2007-06-05Move functions out of alpm.c to where they belongDan McGee1-2/+2
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones1-0/+3
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-0/+3
2007-04-29Remove 'removes' array from libalpmDan McGee1-3/+0
2007-04-27Set the correct type on the log callback functionDan McGee1-1/+1
2007-03-30Make all paths and file locations configurableDan McGee1-10/+0
2007-03-29Doxygen fixups for libalpmDan McGee1-0/+1
2007-03-19James Rosten <seinfeld90@gmail.com>Aaron Griffin1-1/+0
2007-03-07* Bug fix for makepkg dependency testing. This requires that weAaron Griffin1-0/+3
2007-03-06* Added missing header include guards in md5.h and sha1.h.Dan McGee1-1/+1
2007-03-03Big commit this time:Aaron Griffin1-1/+1
2007-02-26* Enforce const char* params when using stringsAaron Griffin1-7/+7
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin1-2/+2
2007-02-12* Updated the README fileAaron Griffin1-1/+1