summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-06-16Make pmgrp_t publicDan McGee
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-16Make struct pmconflict_t publicDan McGee
2011-06-16Make pmfileconflict_t type publicDan McGee
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee
2011-06-15Merge branch 'maint'Dan McGee
2011-06-15Ensure humanize_size works for negative valuesJakob Gruber
2011-06-15Use pm_fprintpf in table_create_formatJakob Gruber
2011-06-15list_display: fix incorrect assignmentDan McGee
2011-06-14Avoid setting sigverify option twiceDan McGee
2011-06-14Merge branch 'maint'Dan McGee
2011-06-14Remove alpm_db_get_url()Dan McGee
2011-06-13conf: do batch processing of repo sectionsDan McGee
2011-06-13conf: _parseconfig() cleanups and documentationDan McGee
2011-06-13Always pass data to trans_commit()Dan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Add handle argument to two more alpm methodsDan McGee
2011-06-13Require handle for alpm_checkconflicts()Dan McGee