summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/add.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Release resources on error paths.Tobias Stoeckmann1-1/+4
2016-02-23do not rely on localdb for hook matchingAndrew Gregory1-11/+3
2016-02-21only remove pacnew file if it is newAndrew Gregory1-3/+7
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-12-05always unlink files before extractionAndrew Gregory1-8/+3
2015-07-12Do not warn about downgrades when only downloading packageAllan McRae1-1/+1
2015-05-12Silence warning from clangAllan McRae1-1/+1
2015-02-12Merge branch 'maint'Allan McRae1-0/+8
2015-02-12Disable directory ownership warningsAllan McRae1-0/+8
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2015-01-21extract_single_file: consolidate extraction logicAndrew Gregory1-79/+61
2015-01-21extract_single_file: use .pacnew for check filesAndrew Gregory1-27/+13
2015-01-21remove support for .pacorig filesAndrew Gregory1-59/+23
2015-01-21extract_single_file: use full path in messagesAndrew Gregory1-18/+13
2015-01-21extract_single_file: factor out db file extractionAndrew Gregory1-28/+32
2015-01-21extract_single_file: reduce indentationAndrew Gregory1-55/+51
2015-01-21extract_single_file: consolidate needbackup checksAndrew Gregory1-39/+15
2014-11-18extract_single_file: fix memory leak in error conditionAllan McRae1-1/+1
2014-11-18Remove logging of NoExtract eventsAllan McRae1-2/+0
2014-08-03move _alpm_lstat into util-commonAndrew Gregory1-2/+2
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel1-8/+35
2014-03-03restrict transaction package originsAndrew Gregory1-0/+2
2014-03-03Update the event callbackOlivier Brunel1-14/+17
2014-03-03Check if a file is in the package's file list before extractingFlorian Pritz1-0/+5
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Use O_CLOEXEC as much as possible when opening filesDan McGee1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-12-15alpm: Rename a variable for future clarityOlivier Brunel1-7/+7
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-11-15log important events from the backendAndrew Gregory1-0/+22
2013-08-21Do not refer to FlySpray numbersAllan McRae1-1/+1
2013-07-30Warn when directory ownership differs between filesystem and packageAllan McRae1-1/+15
2013-07-05do not check error from close(2)Dave Reisner1-3/+3
2013-06-26Enable inverted patterns in NoExtract and NoUpgrade.Patrick Steinhardt1-2/+2
2013-06-26Install unchanged backup files to get correct timestamps.Patrick Steinhardt1-5/+7
2013-06-03extract_single_file: consolidate symlink casesAndrew Gregory1-39/+17
2013-05-29add.c: refactor backup file modification checksAndrew Gregory1-60/+57
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov1-1/+1
2013-03-10make status/log messages reflect version changeSimon Gomizelj1-33/+28
2013-02-24Provide full path names in warning messagesRichard Pougnet1-9/+10
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner1-3/+4
2013-01-28add caller prefix to alpm_logactionAndrew Gregory1-14/+22
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Extract .MTREE file into local package databaseAllan McRae1-0/+5
2012-12-14Make alpm_pkg_find publicAllan McRae1-1/+1
2012-05-21Merge branch 'maint'Dan McGee1-2/+3
2012-05-04Ensure pre_upgrade scriptlet gets old package versionDan McGee1-2/+3
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-01-07Clean up <inttypes.h> header inclusionsDan McGee1-2/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0