summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)Author
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
2007-03-19James Rosten <seinfeld90@gmail.com>Aaron Griffin
2007-03-07* Bug fix for makepkg dependency testing. This requires that weAaron Griffin
2007-03-06* Added missing header include guards in md5.h and sha1.h.Dan McGee
2007-03-03Big commit this time:Aaron Griffin
2007-02-26* Enforce const char* params when using stringsAaron Griffin
2007-02-21* Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin
2007-02-12* Updated the README fileAaron Griffin
2007-02-09* I made "alpm_versioncmp" public a while back, without noticing this was alr...Aaron Griffin
2007-02-09* Remove "RETRIEVE_LOCAL" trans event as libdownload handles local filesAaron Griffin
2007-02-09* Fixed some missing error values in strerrorAaron Griffin
2007-02-08Attempt to NOT remove packages on filesystem errors (like a read-onlyAaron Griffin
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin
2007-01-31Debug logging changes:Aaron Griffin
2007-01-31slight line spacing/indent updatesDan McGee
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2006-12-22Cleanup from Dan McGee <dpmcgee@gmail.com> and Jürgen Hötzel <juergen@hoet...Aaron Griffin
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin
2006-11-08* Improved mcheck outputAaron Griffin
2006-11-01Fixed pacman -U:Aaron Griffin
2006-10-31Numerous changes:Aaron Griffin
2006-10-24Added PM_DLFNM_LEN define, via VMiklosAaron Griffin