summaryrefslogtreecommitdiff
path: root/lib/libalpm/add.c
Commit message (Expand)AuthorAge
* libalpm: Use archive_read_extract2Armin K2017-04-12
* extract db files with dbonlyAndrew Gregory2017-01-04
* Update copyright yearsAllan McRae2017-01-04
* Release resources on error paths.Tobias Stoeckmann2016-08-30
* do not rely on localdb for hook matchingAndrew Gregory2016-02-23
* only remove pacnew file if it is newAndrew Gregory2016-02-21
* Update copyright years for 2016Allan McRae2016-01-04
* always unlink files before extractionAndrew Gregory2015-12-05
* Do not warn about downgrades when only downloading packageAllan McRae2015-07-12
* Silence warning from clangAllan McRae2015-05-12
* Merge branch 'maint'Allan McRae2015-02-12
|\
| * Disable directory ownership warningsAllan McRae2015-02-12
* | Update copyright notices for 2015Allan McRae2015-02-01
* | extract_single_file: consolidate extraction logicAndrew Gregory2015-01-21
* | extract_single_file: use .pacnew for check filesAndrew Gregory2015-01-21
* | remove support for .pacorig filesAndrew Gregory2015-01-21
* | extract_single_file: use full path in messagesAndrew Gregory2015-01-21
* | extract_single_file: factor out db file extractionAndrew Gregory2015-01-21
* | extract_single_file: reduce indentationAndrew Gregory2015-01-21
* | extract_single_file: consolidate needbackup checksAndrew Gregory2015-01-21
|/
* extract_single_file: fix memory leak in error conditionAllan McRae2014-11-18
* Remove logging of NoExtract eventsAllan McRae2014-11-18
* move _alpm_lstat into util-commonAndrew Gregory2014-08-03
* Add events on pacnew/pacsave/pacorig file creationOlivier Brunel2014-03-03
* restrict transaction package originsAndrew Gregory2014-03-03
* Update the event callbackOlivier Brunel2014-03-03
* Check if a file is in the package's file list before extractingFlorian Pritz2014-03-03
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Use O_CLOEXEC as much as possible when opening filesDan McGee2014-01-06
* Update copyright years for 2014Allan McRae2014-01-06
* alpm: Rename a variable for future clarityOlivier Brunel2013-12-15
* Fix whitespace and other formatting issuesJason St. John2013-11-15
* log important events from the backendAndrew Gregory2013-11-15
* Do not refer to FlySpray numbersAllan McRae2013-08-21
* Warn when directory ownership differs between filesystem and packageAllan McRae2013-07-30
* do not check error from close(2)Dave Reisner2013-07-05
* Enable inverted patterns in NoExtract and NoUpgrade.Patrick Steinhardt2013-06-26
* Install unchanged backup files to get correct timestamps.Patrick Steinhardt2013-06-26
* extract_single_file: consolidate symlink casesAndrew Gregory2013-06-03
* add.c: refactor backup file modification checksAndrew Gregory2013-05-29
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-18
* make status/log messages reflect version changeSimon Gomizelj2013-03-10
* Provide full path names in warning messagesRichard Pougnet2013-02-24
* Use libarchive compat header for relevant symbolsDave Reisner2013-01-29
* add caller prefix to alpm_logactionAndrew Gregory2013-01-28
* Update copyright year for 2013Allan McRae2013-01-03
* Extract .MTREE file into local package databaseAllan McRae2012-12-14
* Make alpm_pkg_find publicAllan McRae2012-12-14
* Merge branch 'maint'Dan McGee2012-05-20
|\
| * Ensure pre_upgrade scriptlet gets old package versionDan McGee2012-05-04