summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Add a fetch callback to allow front-end download supportSebastian Nowicki1-3/+14
2009-07-23Introduce -SuuNagy Gabor1-1/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-09Give sensible feedback when a repo has no configured serversDan McGee1-0/+1
2009-06-02Introduce PM_TRANS_FLAG_NOLOCKNagy Gabor1-1/+3
2009-05-19Remove unused error codes and handle PM_ERR_RETRIEVE by alpm_strerror()Nagy Gabor1-9/+0
2009-04-11Remove pmsyncpkg_tNagy Gabor1-3/+1
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor1-0/+1
2009-02-28libalpm: remove from_md5 and to_md5 from pmdelta_tXavier Chantry1-2/+0
2009-02-24Enabled new interactive prompt and updated some testsBryan Ischo1-1/+2
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-2/+2
2009-01-13HoldPkg reworkNagy Gabor1-9/+1
2008-11-01Make libfetch the 'native' download libraryDan McGee1-1/+1
2008-11-01-Qu reworkNagy Gabor1-2/+0
2008-08-26Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry1-2/+2
2008-08-26Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry1-2/+2
2008-08-23Move -Sp implementation to the front-endNagy Gabor1-5/+1
2008-08-23New public alpm_pkg_get_db functionNagy Gabor1-0/+1
2008-08-23Cleanup of _alpm_pkg_compare_versions.Xavier Chantry1-0/+1
2008-07-13sync_addtarget reworkNagy Gabor1-1/+0
2008-06-04Reimplement TotalDownload functionalityDan McGee1-2/+4
2008-06-04Use correct C type for file sizesDan McGee1-6/+8
2008-05-29Remove PM_TRANS_EVT_EXTRACT_START.Xavier Chantry1-2/+0
2008-05-14Remove wrapper call around versioncmpDan McGee1-1/+1
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-1/+1
2008-04-29Add documentation for transaction eventsSebastian Nowicki1-1/+58
2008-04-26Completely rework delta algorithmChantry Xavier1-1/+1
2008-04-26Rework delta struct and modify code accordinglyDan McGee1-1/+3
2008-04-07Allow disabling of internal (libdownload) codeDan McGee1-4/+2
2008-04-07libalpm error cleanup, step 1Dan McGee1-8/+4
2008-03-23Switch pmgrp_t to dynamic allocation, general group cleanupDan McGee1-1/+1
2008-03-22Kill the dependsonly option.Chantry Xavier1-1/+1
2008-03-18Kill PM_TRANS_TYPE_ADD.Chantry Xavier1-3/+1
2008-03-11Add -Rss optionNagy Gabor1-1/+2
2008-03-11Remove trans->targetsNagy Gabor1-1/+0
2008-03-02New alpm_version functionNagy Gabor1-0/+1
2008-02-28libalpm: clean up of md5sum functions.Chantry Xavier1-2/+1
2008-02-28Start removing some junk from the function templateDan McGee1-2/+1
2008-02-25Remove pmserver_t abstractionDan McGee1-1/+0
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