summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.c
Commit message (Expand)AuthorAge
...
* 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
* Add helper methods for setting directory optionsDan McGee2011-06-07
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Merge branch 'maint'Dan McGee2011-06-01
|\
| * Bail early if we don't have a valid lockfile pathDan McGee2011-05-19
* | Don't null-check handle lists before settingDan McGee2011-05-05
* | handle.c: force sigverify level not to be PM_PGP_VERIFY_UNKNOWNRémy Oudompheng2011-04-21
* | Header inclusion cleanupDan McGee2011-04-20
* | syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* | Allow VerifySig to act as a default verification in [options]Dave Reisner2011-04-20
* | libalpm: consistently use int as return type for option settersRémy Oudompheng2011-04-15
* | Merge branch 'maint'Dan McGee2011-03-29
|\|
| * alpm/handle.c: ensure handle is not NULL before proceedingRémy Oudompheng2011-03-29
* | Add signature directory as option on libalpm handleDan McGee2011-03-23
* | Style change: return(x) --> return xDan McGee2011-03-20
* | handle: Add CURL* and CURLcode vars to structDave Reisner2011-03-09
|/
* Fix double close of the lock fileJonathan Conder2011-02-27
* Update copyright years for 2011Allan McRae2011-01-07
* Add configuration option to control disk space checkingAllan McRae2010-12-12
* Bump copyright dates to 2010Dan McGee2010-03-14
* Add missing get_usedelta() methodDan McGee2009-10-11
* int typing: s/unsigned short/int/ in libalpmDan McGee2009-10-11
* Add Architecture and --arch optionXavier Chantry2009-09-06
* dload.c : various fixesXavier Chantry2009-08-18
* Add a fetch callback to allow front-end download supportSebastian Nowicki2009-07-22
* Fix 2 minor memleaksXavier Chantry2009-07-20
* Update copyright headers and messagesDan McGee2009-07-01
* HoldPkg reworkNagy Gabor2009-01-12