summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)Author
2007-11-16War on whitespaceDan McGee
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-13Enforce const correctness on dep functions and rewrite alpm_dep_get_stringDan McGee
2007-11-11Implement TotalDownload option.Nathan Jones
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee
2007-10-29libalpm/delta: add const to most methodsDan McGee
2007-10-25Add alpm_dep_get_string methodNagy Gabor
2007-10-19Add download size to target list.Nathan Jones
2007-10-19Download delta files if UseDelta is set.Nathan Jones
2007-10-19Add pmdelta_t structure and functions to libalpm.Nathan Jones
2007-10-14Updates to fix Doxygen documentation generationDan McGee
2007-09-28Remove buildtype package accessor prototypeAaron Griffin
2007-09-28Support for localized times in metadataAaron Griffin
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee
2007-09-28Remove package name dependency from libalpmDan McGee
2007-09-25Preliminary support for optdependsDan McGee
2007-09-16trans.c : reworking of transaction interruptionsChantry Xavier
2007-09-16Remove the DB consistency check from pacman and libalpm.Chantry Xavier
2007-09-11make alpm_strerror binding friendlyStefano Esposito
2007-09-11libalpm/deps.c : export _alpm_checkdeps (-> alpm_checkdeps).Chantry Xavier
2007-09-11libalpm/package.c : add new alpm_pkg_compute_requiredby function.Chantry Xavier
2007-08-26separate local from sync dbs on filesystemTravis Willard
2007-08-21Post trial install changes, round oneDan McGee
2007-08-20Add const qualifier to md5_file and alpm_get_md5sumDan McGee
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-08-16libalpm/db.c : add alpm_db_unregister_all.Chantry Xavier
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier
2007-07-14Ensure requiredby entries are removed during an upgradeDan McGee
2007-07-10Cleanup of pacman_deptest()Andrew Fyfe
2007-07-06Various small fixes as suggested by some static code checkersDan McGee
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-13Remove some more diskspace checking holdover stuffDan McGee
2007-06-10Implement simple topological sort algorithm for sortbydepsNagy Gabor
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-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-04Move functions out of alpm.c to where they belongDan McGee
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-04-28Remove 'removes' array from libalpmDan McGee
2007-04-26Set the correct type on the log callback functionDan McGee
2007-03-30Make all paths and file locations configurableDan McGee
2007-03-29Doxygen fixups for libalpmDan McGee