summaryrefslogtreecommitdiff
path: root/lib/libalpm/remove.c
Commit message (Expand)AuthorAge
* Update the event callbackOlivier Brunel2014-03-03
* alpm: export *_free functionsAndrew Gregory2014-02-04
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVALOlivier Brunel2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* trans_prepare: always sort trans->remove by depsAndrew Gregory2013-12-19
* Fix whitespace and other formatting issuesJason St. John2013-11-15
* log important events from the backendAndrew Gregory2013-11-15
* deps.c: pass alpm_list** to _alpm_recursedepsAndrew Gregory2013-10-31
* sortbydeps: include local pkgs in dep graphAndrew Gregory2013-10-31
* use full path when checking for mountpointsAndrew Gregory2013-07-05
* 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