summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.c
Commit message (Expand)AuthorAge
* fix improper FREELIST callsAndrew Gregory2014-09-16
* replace strdup with STRDUPAndrew Gregory2014-08-04
* handle_unlock: log error when lock file is missingAndrew Gregory2014-08-04
* handle_unlock: log lock removal failureAndrew Gregory2014-08-04
* handle: factor out string list option handlingAndrew Gregory2014-08-04
* Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel2014-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_handle: store lock file descriptorAndrew Gregory2013-11-08
* support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory2013-11-08
* Add configuration option for Upgrade operation SigLevelAllan McRae2013-02-07
* Fix open braces styleGerardo Exequiel Pozzi2013-01-04
* Fix missing spaces in operatorsGerardo Exequiel Pozzi2013-01-04
* Update copyright year for 2013Allan McRae2013-01-03
* Move short-lived realpath buffers to the stackDan McGee2012-04-29
* Update copyright yearsAllan McRae2012-02-20
* ALPM API adjustments for sanity and consistencyDan McGee2012-02-06
* Allow UseDelta option to specify a delta ratioDan McGee2012-01-18
* Only compile delta regex onceDan McGee2012-01-02
* include config.h via MakefilesDave Reisner2011-12-21
* create a typedef for enum _alpm_errno_tJonathan Conder2011-11-14
* Move default siglevel value from backend to frontendDan McGee2011-09-22
* Use more efficient way of restoring working directoryDan McGee2011-09-19
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* lib/libalpm/handle.c: Removed redundant if conditionHelder Martins2011-08-29
* Fix test suite when GPGME is disabledDan McGee2011-07-18
* Remove most usages of strncmp()Dan McGee2011-07-05
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* Use ignoregroup rather than ignoregrp in the handleAllan McRae2011-06-29
* Rename public functions with grp in their nameAllan McRae2011-06-29
* Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Move locking functions to handleDan McGee2011-06-24
* Improve cachedir removal and error handlingDan McGee2011-06-20
* lib/handle: use CALLOC macro instead of bare callocDave Reisner2011-06-20
* API: change 'signaturedir' to 'gpgdir'Dan McGee2011-06-15
* Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* Remove global handle variableDan McGee2011-06-13
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Kill all remaining 'PATH_MAX + 1' usagesDan McGee2011-06-09
* New signatures for alpm initialize and releaseDan McGee2011-06-07
* Add cachedirs one-by-one in set_cachedirs()Dan McGee2011-06-07
* Be consistent with memory treatment for plural option settersDan McGee2011-06-07