summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-05Remove alpm_list_firstAllan McRae1-1/+1
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee7-16/+45
2011-07-05Allow frontend access to signature verification informationDan McGee3-1/+59
2011-07-05signing: move to new signing verification and return schemeDan McGee9-27/+33
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee13-238/+238
2011-07-03Move alpm filelists to a struct objectDan McGee2-6/+8
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae6-22/+22
2011-07-01Prefix alpm_transprog_t members with ALPMAllan McRae1-6/+6
2011-07-01Prefix alpm_transconv_t members with ALPMAllan McRae1-7/+7
2011-07-01Prefix alpm_transevt_t members with ALPMAllan McRae1-27/+27
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae4-25/+25
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae12-140/+140
2011-07-01Prefix alpm_fileconflicttype_t members with ALPMAllan McRae2-4/+4
2011-07-01Prefix alpm_pkgreason_t members with ALPMAllan McRae3-7/+7
2011-06-30pacman: return with 128+signum on signaled exitDave Reisner1-1/+1
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee1-2/+5
2011-06-29Rename public functions with grp in their nameAllan McRae4-7/+7
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae9-12/+12
2011-06-28Rename pmtransprog_t to alpm_transprog_tAllan McRae2-2/+2
2011-06-28Rename pmtransconv_t to alpm_transconv_tAllan McRae2-2/+2
2011-06-28Rename pmtransevt_t to alpm_transevt_tAllan McRae2-2/+2
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae3-3/+3
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae7-13/+13
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae1-2/+2
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae3-5/+5
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae2-2/+2
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae3-3/+3
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae4-4/+4
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae3-3/+3
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae11-56/+56
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae9-37/+37
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae6-6/+6
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae1-1/+1
2011-06-27Fix several -Wshadow warningsDan McGee6-13/+10
2011-06-24pactree: add -s option to walk sync DBsDave Reisner1-4/+92
2011-06-24pactree: carry a list of databases for dep resolutionDave Reisner1-12/+25
2011-06-24Don't require a transaction for sync DB updatesDan McGee1-7/+0
2011-06-24Add a 'valid' flag to the database objectDan McGee1-1/+1
2011-06-24Move database 'version' check to registration timeDan McGee2-3/+3
2011-06-24Do database signature checking at load timeDan McGee3-15/+5
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee2-2/+2
2011-06-24Merge branch 'po-split'Dan McGee33-0/+29972
2011-06-24src/pacman/po/: prune message catalog and translationsDan McGee26-24307/+26
2011-06-24po/: split into scripts/po/ and src/pacman/po/Dan McGee33-0/+54253
2011-06-22Convert backup list to new pmbackup_t typeDan McGee1-12/+7
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner3-11/+19
2011-06-16Make pmgrp_t publicDan McGee3-15/+11
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee5-19/+12
2011-06-16Make struct pmconflict_t publicDan McGee3-15/+14
2011-06-16Make pmfileconflict_t type publicDan McGee2-12/+6