summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee2-2/+2
2011-06-15Merge branch 'maint'Dan McGee1-1/+1
2011-06-15Ensure humanize_size works for negative valuesJakob Gruber1-1/+1
2011-06-15Use pm_fprintpf in table_create_formatJakob Gruber1-1/+1
2011-06-15list_display: fix incorrect assignmentDan McGee1-1/+1
2011-06-14Avoid setting sigverify option twiceDan McGee1-1/+0
2011-06-14Merge branch 'maint'Dan McGee1-7/+12
2011-06-14Remove alpm_db_get_url()Dan McGee1-10/+7
2011-06-14conf: do batch processing of repo sectionsDan McGee1-49/+100
2011-06-14conf: _parseconfig() cleanups and documentationDan McGee1-19/+38
2011-06-14Always pass data to trans_commit()Dan McGee1-2/+4
2011-06-14Move pm_errno onto the handleDan McGee10-59/+62
2011-06-14Add handle argument to two more alpm methodsDan McGee2-2/+2
2011-06-14Require handle for alpm_checkconflicts()Dan McGee1-1/+1
2011-06-14Require handle for alpm_pkg_load()Dan McGee4-4/+4
2011-06-14Add handle argument to alpm_(add|remove)_pkg()Dan McGee3-4/+4
2011-06-14Fix all current return(x) usagesDan McGee2-10/+10
2011-06-14Fix list_display on non-ttys and other output fixesDan McGee1-7/+12
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee1-1/+1
2011-06-09Require handle for alpm_db_register_sync()Dan McGee3-3/+3
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee5-20/+20
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee14-74/+73