summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
AgeCommit message (Expand)Author
2010-06-30Check return value of fwrite when copying filesAllan McRae
2010-05-05Introduce -D, --databaseNagy Gabor
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14delta : add external cleanup scriptXavier Chantry
2009-11-15download: major refactor to address lingering issuesDan McGee
2009-10-11use bitwise shift operator in enum "bit field"solsTiCe d'Hiver
2009-10-11Add missing get_usedelta() methodDan McGee
2009-10-11typing: a few more fixes for special int typesDan McGee
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee
2009-09-12Change the interface for target loadingXavier Chantry
2009-09-08Remove transaction typeXavier Chantry
2009-09-08Add a new reason field to pmconflict_t structNagy Gabor
2009-09-06Check package arch before installingXavier Chantry
2009-09-06Add Architecture and --arch optionXavier Chantry
2009-08-18dload.c : various fixesXavier Chantry
2009-07-22Add a fetch callback to allow front-end download supportSebastian Nowicki
2009-07-22Introduce -SuuNagy Gabor
2009-07-01Update copyright headers and messagesDan McGee
2009-06-08Give sensible feedback when a repo has no configured serversDan McGee
2009-06-01Introduce PM_TRANS_FLAG_NOLOCKNagy Gabor
2009-05-18Remove unused error codes and handle PM_ERR_RETRIEVE by alpm_strerror()Nagy Gabor
2009-04-11Remove pmsyncpkg_tNagy Gabor
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor
2009-02-28libalpm: remove from_md5 and to_md5 from pmdelta_tXavier Chantry
2009-02-23Enabled new interactive prompt and updated some testsBryan Ischo
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor
2009-01-12HoldPkg reworkNagy Gabor
2008-10-31Make libfetch the 'native' download libraryDan McGee
2008-10-31-Qu reworkNagy Gabor
2008-08-25Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry
2008-08-25Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry
2008-08-23Move -Sp implementation to the front-endNagy Gabor
2008-08-23New public alpm_pkg_get_db functionNagy Gabor
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