summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-07-14Make alpm_db_set_pkgreason() arguments more saneDan McGee
2011-07-05Rework -Si display logicDan McGee
2011-07-05fix segfault if pacman.conf can't be readFlorian Pritz
2011-07-05Remove most usages of strncmp()Dan McGee
2011-07-05Remove alpm_list_firstAllan McRae
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee
2011-07-05Allow frontend access to signature verification informationDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee
2011-07-03Move alpm filelists to a struct objectDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transprog_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transconv_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transevt_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transflag_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-07-02Prefix alpm_fileconflicttype_t members with ALPMAllan McRae
2011-07-02Prefix alpm_pkgreason_t members with ALPMAllan McRae
2011-06-30pacman: return with 128+signum on signaled exitDave Reisner
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee
2011-06-29Rename public functions with grp in their nameAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmtransprog_t to alpm_transprog_tAllan McRae
2011-06-28Rename pmtransconv_t to alpm_transconv_tAllan McRae
2011-06-28Rename pmtransevt_t to alpm_transevt_tAllan McRae
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae
2011-06-28Rename pmdepmissing_t to alpm_depmissing_tAllan McRae
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-28Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-24pactree: add -s option to walk sync DBsDave Reisner
2011-06-24pactree: carry a list of databases for dep resolutionDave Reisner
2011-06-24Don't require a transaction for sync DB updatesDan McGee
2011-06-24Add a 'valid' flag to the database objectDan McGee
2011-06-24Move database 'version' check to registration timeDan McGee
2011-06-24Do database signature checking at load timeDan McGee
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee
2011-06-23Merge branch 'po-split'Dan McGee
2011-06-23src/pacman/po/: prune message catalog and translationsDan McGee
2011-06-23po/: split into scripts/po/ and src/pacman/po/Dan McGee
2011-06-22Convert backup list to new pmbackup_t typeDan McGee
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner