summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.c
AgeCommit message (Expand)Author
2012-04-29Move short-lived realpath buffers to the stackDan McGee
2012-02-20Update copyright yearsAllan McRae
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-01-18Allow UseDelta option to specify a delta ratioDan McGee
2012-01-02Only compile delta regex onceDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-09-22Move default siglevel value from backend to frontendDan McGee
2011-09-19Use more efficient way of restoring working directoryDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-08-29lib/libalpm/handle.c: Removed redundant if conditionHelder Martins
2011-07-18Fix test suite when GPGME is disabledDan McGee
2011-07-05Remove most usages of strncmp()Dan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-29Use ignoregroup rather than ignoregrp in the handleAllan McRae
2011-06-29Rename public functions with grp in their nameAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-24Move locking functions to handleDan McGee
2011-06-20Improve cachedir removal and error handlingDan McGee
2011-06-20lib/handle: use CALLOC macro instead of bare callocDave Reisner
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-13Remove global handle variableDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee
2011-06-07New signatures for alpm initialize and releaseDan McGee
2011-06-07Add cachedirs one-by-one in set_cachedirs()Dan McGee
2011-06-07Be consistent with memory treatment for plural option settersDan McGee
2011-06-07Add helper methods for setting directory optionsDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-06-01Merge branch 'maint'Dan McGee
2011-05-19Bail early if we don't have a valid lockfile pathDan McGee
2011-05-05Don't null-check handle lists before settingDan McGee
2011-04-21handle.c: force sigverify level not to be PM_PGP_VERIFY_UNKNOWNRémy Oudompheng
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20Allow VerifySig to act as a default verification in [options]Dave Reisner
2011-04-15libalpm: consistently use int as return type for option settersRémy Oudompheng
2011-03-29Merge branch 'maint'Dan McGee
2011-03-29alpm/handle.c: ensure handle is not NULL before proceedingRémy Oudompheng
2011-03-23Add signature directory as option on libalpm handleDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-09handle: Add CURL* and CURLcode vars to structDave Reisner