summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee1-1/+0
2008-02-08Remove alpm_sync_get_newversion functionNagy Gabor1-1/+0
2008-02-08alpm_sync_sysupgrade splitNagy Gabor1-0/+1
2008-02-06New remove option : -u / --unneeded (FS#6505).Nagy Gabor1-1/+3
2008-01-27pmsyncpkg_t cleanupNagy Gabor1-9/+2
2008-01-24Add new public alpm_checkdbconflicts function.Chantry Xavier1-0/+2
2008-01-22New --asexplicit optionNagy Gabor1-1/+2
2008-01-22Move the deptest code from frontend to backend.Chantry Xavier1-1/+1
2008-01-08Remove upgradedelay and all code associated with itDan McGee1-3/+0
2007-12-29Add remove counterparts to alpm_option_add_* functionsAllan McRae1-0/+6
2007-12-19PM_DEP_MOD_LT and PM_DEP_MOD_GT depmods addedNagy Gabor1-1/+3
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-09Improve changelog handling through addition of open/read/close functionsDan McGee1-0/+5
2007-12-02Add new --needed option for -S.Chantry Xavier1-2/+3
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor1-2/+2
2007-11-21Remove -F/--freshen operationDan McGee1-1/+1
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier1-2/+2
2007-11-18Add the pmconflict_t type.Nagy Gabor1-6/+4
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier1-9/+9
2007-11-17War on whitespaceDan McGee1-4/+4
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-1/+0
2007-11-13Enforce const correctness on dep functions and rewrite alpm_dep_get_stringDan McGee1-6/+6
2007-11-11Implement TotalDownload option.Nathan Jones1-1/+2
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones1-0/+4
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee1-0/+1
2007-10-29libalpm/delta: add const to most methodsDan McGee1-4/+4
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