summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/add.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-16Add helper method for creating and opening archive objectDan McGee1-14/+8
2011-11-13add support for back end fnmatch'd optionsDave Reisner1-2/+2
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee1-4/+2
2011-11-01Merge branch 'maint'Dan McGee1-4/+7
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee1-4/+7
2011-10-12Move infrequently used path variables off the stackDan McGee1-23/+30
2011-10-12Extract a try_rename helper from extract_single_file()Dan McGee1-20/+18
2011-10-12Introduce alpm_time_t typeDan McGee1-1/+0
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee1-5/+3
2011-09-30Refactor _alpm_runscriptlet()Dan McGee1-29/+19
2011-09-21Remove noisy debug loggerDan McGee1-3/+0
2011-09-19Use more efficient way of restoring working directoryDan McGee1-7/+12
2011-09-03Former transaction callback rename refactorDan McGee1-10/+10
2011-09-03Move all callbacks up to the handle levelDan McGee1-10/+10
2011-08-19Be more robust when copying package dataDan McGee1-4/+7
2011-08-18Remove use of no-op accessor functions in libraryDan McGee1-19/+15
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee1-2/+2
2011-07-06Unify package removal codeDan McGee1-1/+1
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-13/+13
2011-07-01Prefix alpm_transprog_t members with ALPMAllan McRae1-6/+6
2011-07-01Prefix alpm_transevt_t members with ALPMAllan McRae1-4/+4
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-9/+9
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-48/+48
2011-07-01Prefix alpm_pkgreason_t members with ALPMAllan McRae1-3/+3
2011-06-30Make local_db_read() private to the local backendDan McGee1-3/+0