summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee22-739/+739
2011-07-03conflict code tweaks and cleanupsDan McGee1-20/+14
2011-07-03diskspace: remove all libarchive usageDan McGee1-41/+7
2011-07-03Move alpm filelists to a struct objectDan McGee9-45/+125
2011-07-03Fix debug logger without a newlineDan McGee1-1/+1
2011-07-03Do not replicate files list when removing packagesAllan McRae1-9/+3
2011-07-03Add alpm_list_previous methodAllan McRae2-0/+19
2011-07-03checkdeps: remove unnecessary list join and copyDan McGee1-4/+2
2011-07-03be_local: use macros in database loading similar to be_syncDan McGee1-77/+43
2011-07-03be_sync: make READ_NEXT() a no-arg macroDan McGee1-12/+12
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae20-265/+265
2011-07-01Prefix alpm_transprog_t members with ALPMAllan McRae6-22/+22
2011-07-01Prefix alpm_transconv_t members with ALPMAllan McRae3-15/+15
2011-07-01Prefix alpm_transevt_t members with ALPMAllan McRae5-54/+54
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae6-48/+48
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae18-296/+296
2011-07-01Prefix alpm_fileconflicttype_t members with ALPMAllan McRae2-5/+5
2011-07-01Prefix alpm_depmod_t members with ALPMAllan McRae2-28/+28
2011-07-01Prefix alpm_pkgreason_t members with ALPMAllan McRae4-11/+11
2011-07-01signing: check validity of all available signaturesDan McGee1-28/+29
2011-06-30Make alpm_db_get_sigverify_level() publicDan McGee6-19/+22
2011-06-30Add an alpm_db_get_valid() public functionDan McGee5-0/+19
2011-06-30Make local_db_read() private to the local backendDan McGee5-32/+27
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee4-15/+14
2011-06-30Merge remote-tracking branch 'allan/breakshit'Dan McGee44-916/+916
2011-06-30lib/util: modify entry_prefix, not prefixDave Reisner1-1/+1
2011-06-30lib/alpm: unlock the handle before freeing itDave Reisner1-0/+1
2011-06-29Use ignoregroup rather than ignoregrp in the handleAllan McRae3-9/+9
2011-06-29Rename internal functions with grp in their nameAllan McRae4-15/+15
2011-06-29Rename public functions with grp in their nameAllan McRae5-19/+19
2011-06-28Rename _pmdbstatus_t to _alpm_dbstatus_tAllan McRae1-2/+2
2011-06-28Rename pmdbinfrq_t to alpm_dbinfrq_tAllan McRae3-8/+8
2011-06-28Rename pmtransstate_t to alpm_transstate_tAllan McRae1-3/+3
2011-06-28Rename pmpkghash_t to alpm_pkghash_tAllan McRae4-26/+26
2011-06-28Rename pmgraph_t to alpm_graph_tAllan McRae4-24/+24
2011-06-28Rename pmpkgfrom_t to alpm_pkgfrom_tAllan McRae1-3/+3
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae5-11/+11
2011-06-28Rename pmtransprog_t to alpm_transprog_tAllan McRae1-3/+3
2011-06-28Rename pmtransconv_t to alpm_transconv_tAllan McRae1-3/+3
2011-06-28Rename pmtransevt_t to alpm_transevt_tAllan McRae1-3/+3
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae3-8/+8
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae3-5/+5
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae7-23/+23
2011-06-28Rename pmdelta_t to alpm_delta_tAllan McRae4-28/+28
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae6-15/+15
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae3-7/+7
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae4-19/+19
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae4-15/+15
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae7-36/+36
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae9-28/+28