summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
Commit message (Expand)AuthorAge
* Merge branch 'maint'Dan McGee2012-01-23
|\
| * Update copyright on changed files since beginning of yearDan McGee2012-01-18
* | Merge branch 'maint'Dan McGee2012-01-08
|\|
| * Remove useless logger messageDan McGee2012-01-05
* | Remove unnecessary counters in file removal codeDan McGee2012-01-02
* | Rework package removal codeDan McGee2011-12-23
* | include config.h via MakefilesDave Reisner2011-12-21
* | add support for back end fnmatch'd optionsDave Reisner2011-11-13
* | Large performance improvement for check for owned directoriesDan McGee2011-10-14
|/
* Revamp scriptlet path formation for scriptlets in local databaseDan McGee2011-09-30
* Refactor _alpm_runscriptlet()Dan McGee2011-09-30
* 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