summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-09* I made "alpm_versioncmp" public a while back, without noticing this was alr...Aaron Griffin1-3/+0
2007-02-09* Remove "RETRIEVE_LOCAL" trans event as libdownload handles local filesAaron Griffin1-1/+0
2007-02-09* Fixed some missing error values in strerrorAaron Griffin1-3/+2
2007-02-08Attempt to NOT remove packages on filesystem errors (like a read-onlyAaron Griffin1-0/+1
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin1-0/+2
2007-01-31Debug logging changes:Aaron Griffin1-8/+6
2007-01-31slight line spacing/indent updatesDan McGee1-1/+0
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin1-0/+3
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-58/+74
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-39/+34
2006-12-22Cleanup from Dan McGee <dpmcgee@gmail.com> and Jürgen Hötzel <juergen@hoet...Aaron Griffin1-2/+4
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin1-27/+16
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-130/+138
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin1-0/+1
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-1/+2
2006-11-08* Improved mcheck outputAaron Griffin1-1/+1
2006-11-01Fixed pacman -U:Aaron Griffin1-0/+1
2006-10-31Numerous changes:Aaron Griffin1-1/+2