summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
Commit message (Expand)AuthorAge
* Rename public functions with grp in their nameAllan McRae2011-06-29
* Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* Rename pmgrp_t to alpm_group_tAllan McRae2011-06-28
* Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae2011-06-28
* Rename pmconflict_t to alpm_conflict_tAllan McRae2011-06-28
* Rename pmdepmissing_t to alpm_depmissing_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Fix several -Wshadow warningsDan McGee2011-06-27
* Don't require a transaction for sync DB updatesDan McGee2011-06-24
* Remove three unnecessary usages of alpm_list_count()Dan McGee2011-06-24
* Make pmgrp_t publicDan McGee2011-06-16
* Make pmdepend_t and pmdepmissing_t publicDan McGee2011-06-16
* Make struct pmconflict_t publicDan McGee2011-06-16
* Make pmfileconflict_t type publicDan McGee2011-06-16
* Move pm_errno onto the handleDan McGee2011-06-13
* Add handle argument to two more alpm methodsDan McGee2011-06-13
* Require handle for alpm_pkg_load()Dan McGee2011-06-13
* Add handle argument to alpm_(add|remove)_pkg()Dan McGee2011-06-13
* Require handle for alpm_sync_sysupgrade()Dan McGee2011-06-09
* Require handle argument to all alpm_trans_*() methodsDan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Require handle argument to alpm_logaction()Dan McGee2011-06-09
* Don't balk on .sig files being invalid in package cacheDan McGee2011-05-10
* Perform package verification at package load timeDan McGee2011-04-24
* Make dump_pkg_full a little less insaneDan McGee2011-04-22
* syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* style cleanup: cast as (type *) not (type*)Dave Reisner2011-04-20
* Remove ShowSize optionJakob Gruber2011-04-20
* Merge branch 'maint'Dan McGee2011-03-29
|\
| * call alpm_option_get_localdb once in syncfirst()Andrea Scarpino2011-03-29
* | Merge branch 'maint'Dan McGee2011-03-21
|\|
| * Do not query group selection when using -SpAllan McRae2011-03-21
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Fix handling of ignored packagesPang Yan Han2011-03-20
* alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner2011-02-25
* Read pkgcache into hashAllan McRae2011-02-04
* Allow both cleanmethod values to be specified at the same timeDan McGee2011-01-31
* Style cleanups in clean cache codeDan McGee2011-01-31
* pacman/sync: implement interactive group selectionXavier Chantry2011-01-29
* pacman/remove: switch to new alpm_remove_pkg interfaceXavier Chantry2011-01-29
* pacman/sync: rewrite target handlingXavier Chantry2011-01-29
* Remove need to explicitly register the local DBDan McGee2011-01-29
* Fix some more simple conversion "errors"Dan McGee2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Always specify arguement type in function delcarationsAllan McRae2010-12-20
* Clean up all old database files and directoriesAllan McRae2010-10-14
* Clarify testing within conditional statementsAllan McRae2010-06-21
* Remove unnecessary gettext callDan McGee2010-06-05
* Show 'Required By' in -Sii outputDan McGee2010-03-23