summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
Commit message (Expand)AuthorAge
...
* Move pacsave path construction code off the stackDan McGee2011-09-28
* Be smarter about running ldconfig during removal transactionsDan McGee2011-09-19
* Search for non-prefixed paths in skip_remove listDan McGee2011-09-19
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* Be more robust when copying package dataDan McGee2011-08-19
* Remove use of no-op accessor functions in libraryDan McGee2011-08-18
* Dependency code style cleanupsDan McGee2011-08-11
* Check return value of rename() callsDan McGee2011-08-08
* Convert package filelists to an array instead of linked listDan McGee2011-07-21
* replace access() calls for debug info where applicableFlorian Pritz2011-07-18
* Handle removal of empty directories properlyDan McGee2011-07-18
* Allow fileconflict if unowned file moving into backup arrayDan McGee2011-07-14
* Unify package removal codeDan McGee2011-07-06
* Simplify alpm_list_previousAllan McRae2011-07-05
* Merge remote-tracking branch 'allan/ALPM'Dan McGee2011-07-03
|\
| * Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_transprog_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_transevt_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_transflag_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* | Move alpm filelists to a struct objectDan McGee2011-07-03
* | Do not replicate files list when removing packagesAllan McRae2011-07-03
|/
* Rename pmbackup_t to alpm_backup_tAllan McRae2011-06-28
* Rename pmdepmissing_t to alpm_depmissing_tAllan McRae2011-06-28
* Rename pmtrans_t to alpm_trans_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Remove two alpm_list_count usagesAllan McRae2011-06-27
* Convert backup list to new pmbackup_t typeDan McGee2011-06-22
* Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* Conflict check and skip_remove code cleanupsDan McGee2011-06-14
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Add handle argument to two more alpm methodsDan McGee2011-06-13
* Add handle argument to alpm_(add|remove)_pkg()Dan McGee2011-06-13
* Require handle argument to alpm_logaction()Dan McGee2011-06-09
* Kill all remaining 'PATH_MAX + 1' usagesDan McGee2011-06-09
* Remove global handle from remove.cDan McGee2011-06-03
* Remove global handle from util.cDan McGee2011-06-03
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Merge branch 'maint'Dan McGee2011-05-19
|\
| * Fix segfault when uninstalling broken backed-up symlinkDan McGee2011-05-16
* | cleanup: add_pkg() and remove_pkg()Dan McGee2011-04-22
* | Header inclusion cleanupDan McGee2011-04-20
* | syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* | style cleanup: cast as (type *) not (type*)Dave Reisner2011-04-20
* | Merge branch 'maint'Dan McGee2011-04-15
|\|