summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
Commit message (Expand)AuthorAge
* unlink_file: treat symlinks like normal filesAndrew Gregory2013-06-03
* alpm_filelist: remove resolved_pathAndrew Gregory2013-06-03
* alpm/remove.c: add newlines to debug outputAndrew Gregory2013-03-14
* Do not resolve every local package filelist on removeAllan McRae2013-03-07
* use resolved_path for filelist_containsAndrew Gregory2013-02-24
* libalpm: never attempt to remove a mountpointDave Reisner2013-02-16
* add caller prefix to alpm_logactionAndrew Gregory2013-01-28
* Save backup files with extension .pacsave.nPang Yan Han2013-01-04
* Update copyright year for 2013Allan McRae2013-01-03
* Make alpm_pkg_find publicAllan McRae2012-12-14
* Notify of removed package required as optdependAllan McRae2012-12-14
* Remove incorrect documentation for unlink_fileAllan McRae2012-09-18
* Move filelist functions into separate source fileDan McGee2012-08-02
* libalpm/remove.c - add doxygenAndrew Gregory2012-05-21
* 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