summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)Author
2008-08-23Cleanup of _alpm_pkg_compare_versions.Xavier Chantry
2008-07-13sync_addtarget reworkNagy Gabor
2008-06-04Reimplement TotalDownload functionalityDan McGee
2008-06-04Use correct C type for file sizesDan McGee
2008-05-29Remove PM_TRANS_EVT_EXTRACT_START.Xavier Chantry
2008-05-14Remove wrapper call around versioncmpDan McGee
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-04-29Add documentation for transaction eventsSebastian Nowicki
2008-04-26Completely rework delta algorithmChantry Xavier
2008-04-26Rework delta struct and modify code accordinglyDan McGee
2008-04-06Allow disabling of internal (libdownload) codeDan McGee
2008-04-06libalpm error cleanup, step 1Dan McGee
2008-03-23Switch pmgrp_t to dynamic allocation, general group cleanupDan McGee
2008-03-22Kill the dependsonly option.Chantry Xavier
2008-03-17Kill PM_TRANS_TYPE_ADD.Chantry Xavier
2008-03-10Add -Rss optionNagy Gabor
2008-03-10Remove trans->targetsNagy Gabor
2008-03-01New alpm_version functionNagy Gabor
2008-02-27libalpm: clean up of md5sum functions.Chantry Xavier
2008-02-27Start removing some junk from the function templateDan McGee
2008-02-24Remove pmserver_t abstractionDan McGee
2008-02-16Move pmgraph_t struct and functions to their own header fileDan McGee
2008-02-07Remove alpm_sync_get_newversion functionNagy Gabor
2008-02-07alpm_sync_sysupgrade splitNagy Gabor
2008-02-06New remove option : -u / --unneeded (FS#6505).Nagy Gabor
2008-01-27pmsyncpkg_t cleanupNagy Gabor
2008-01-23Add new public alpm_checkdbconflicts function.Chantry Xavier
2008-01-21New --asexplicit optionNagy Gabor
2008-01-21Move the deptest code from frontend to backend.Chantry Xavier
2008-01-08Remove upgradedelay and all code associated with itDan McGee
2007-12-28Add remove counterparts to alpm_option_add_* functionsAllan McRae
2007-12-19PM_DEP_MOD_LT and PM_DEP_MOD_GT depmods addedNagy Gabor
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-09Improve changelog handling through addition of open/read/close functionsDan McGee
2007-12-02Add new --needed option for -S.Chantry Xavier
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor
2007-11-21Remove -F/--freshen operationDan McGee
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier
2007-11-18Add the pmconflict_t type.Nagy Gabor
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier
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