summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae24-330/+330
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae20-127/+127
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae36-237/+237
2011-06-28Rename pmfileconflicttype_t to alpm_fileconflicttype_tAllan McRae2-4/+4
2011-06-28Rename pmdepmod_t to alpm_depmod_tAllan McRae2-4/+4
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae5-11/+11
2011-06-27Remove setter for DB signature levelDan McGee2-18/+0
2011-06-27Fix several -Wshadow warningsDan McGee6-23/+23
2011-06-27Merge branch 'maint'Dan McGee1-13/+22
2011-06-27Remove two alpm_list_count usagesAllan McRae1-4/+4
2011-06-27Ensure a file can be replaced by a directoryDan McGee1-8/+18
2011-06-27File conflict code cleanupsDan McGee1-11/+11
2011-06-24Make sync DB reading a bit more flexibleDan McGee4-83/+97
2011-06-24archive_fgets(): ensure we return any trailing text with no newlineDan McGee1-6/+12
2011-06-24Don't require a transaction for sync DB updatesDan McGee1-18/+24
2011-06-24Move locking functions to handleDan McGee3-50/+59
2011-06-24Add a 'valid' flag to the database objectDan McGee7-29/+63
2011-06-24Move database 'version' check to registration timeDan McGee6-86/+59
2011-06-24Do database signature checking at load timeDan McGee4-5/+64
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee1-2/+3
2011-06-24Prevent segfault when parsing unexpected sync database fileDan McGee1-4/+2
2011-06-24Merge branch 'po-split'Dan McGee27-550/+910