summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.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-11-08alpm_handle: store lock file descriptorAndrew Gregory1-16/+9
2013-11-08support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory1-2/+10
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae1-6/+46
2013-01-04Fix open braces styleGerardo Exequiel Pozzi1-2/+3
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-04-30Move short-lived realpath buffers to the stackDan McGee1-4/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-12/+12
2012-01-19Allow UseDelta option to specify a delta ratioDan McGee1-4/+8
2012-01-02Only compile delta regex onceDan McGee1-0/+3
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder1-1/+1
2011-09-22Move default siglevel value from backend to frontendDan McGee1-6/+1
2011-09-19Use more efficient way of restoring working directoryDan McGee1-1/+1
2011-09-03Former transaction callback rename refactorDan McGee1-4/+4
2011-09-03Move all callbacks up to the handle levelDan McGee1-0/+39
2011-08-30lib/libalpm/handle.c: Removed redundant if conditionHelder Martins1-4/+3
2011-07-19Fix test suite when GPGME is disabledDan McGee1-0/+8
2011-07-06Remove most usages of strncmp()Dan McGee1-1/+1
2011-07-05signing: move to new signing verification and return schemeDan McGee1-7/+8
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-12/+12
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-3/+3
2011-06-29Use ignoregroup rather than ignoregrp in the handleAllan McRae1-6/+6
2011-06-29Rename public functions with grp in their nameAllan McRae1-4/+4
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-1/+1
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-53/+53
2011-06-24Move locking functions to handleDan McGee1-0/+54
2011-06-20Improve cachedir removal and error handlingDan McGee1-12/+12
2011-06-20lib/handle: use CALLOC macro instead of bare callocDave Reisner1-3/+3
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee1-9/+9
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-47/+47
2011-06-14Remove global handle variableDan McGee1-4/+0
2011-06-14Switch all logging to use handle directlyDan McGee1-3/+3
2011-06-14Move pm_errno onto the handleDan McGee1-5/+5
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-154/+95
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee1-1/+1
2011-06-07New signatures for alpm initialize and releaseDan McGee1-40/+4
2011-06-07Add cachedirs one-by-one in set_cachedirs()Dan McGee1-2/+10
2011-06-07Be consistent with memory treatment for plural option settersDan McGee1-5/+5
2011-06-07Add helper methods for setting directory optionsDan McGee1-57/+53
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-12/+0
2011-06-01Merge branch 'maint'Dan McGee1-2/+0
2011-05-20Bail early if we don't have a valid lockfile pathDan McGee1-2/+0
2011-05-05Don't null-check handle lists before settingDan McGee1-6/+10
2011-04-21handle.c: force sigverify level not to be PM_PGP_VERIFY_UNKNOWNRémy Oudompheng1-0/+1
2011-04-21Header inclusion cleanupDan McGee1-2/+0