summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.h
Commit message (Expand)AuthorAge
* Initialize cURL library on first useDan McGee2011-09-28
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Use ignoregroup rather than ignoregrp in the handleAllan McRae2011-06-29
* Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* Rename pmtrans_t to alpm_trans_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
* API: change 'signaturedir' to 'gpgdir'Dan McGee2011-06-15
* Move pm_errno onto the handleDan McGee2011-06-13
* New signatures for alpm initialize and releaseDan McGee2011-06-07
* Add helper methods for setting directory optionsDan McGee2011-06-07
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Add handle attribute to pmdb_t structDan McGee2011-06-03
* Allow VerifySig to act as a default verification in [options]Dave Reisner2011-04-20
* Add signature directory as option on libalpm handleDan McGee2011-03-23
* 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
* Always specify arguement type in function delcarationsAllan McRae2010-12-20
* Add configuration option to control disk space checkingAllan McRae2010-12-12
* Bump copyright dates to 2010Dan McGee2010-03-14
* 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
* Update copyright headers and messagesDan McGee2009-07-01
* HoldPkg reworkNagy Gabor2009-01-12
* Reimplement TotalDownload functionalityDan McGee2008-06-04
* Tidy up of the handle struct in libalpmAllan McRae2008-05-29
* Remove upgradedelay and all code associated with itDan McGee2008-01-08
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* War on whitespaceDan McGee2007-11-16
* Add IgnoreGroup and --ignoregroup option.Nathan Jones2007-11-11
* Clean up usage of extern variablesDan McGee2007-11-04
* Download delta files if UseDelta is set.Nathan Jones2007-10-19
* Clean up the alpm handleDan McGee2007-07-09
* Allow multiple CacheDirs to be specifiedDan McGee2007-06-09
* Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee2007-06-09
* Merge branch 'alpm.c_cleanup' into frontend_configDan McGee2007-06-04
|\
| * Move functions out of alpm.c to where they belongDan McGee2007-06-04
* | Rip alpm_parse_config out of libalpmDan McGee2007-06-04
|/
* Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones2007-06-01
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Remove FREEHANDLE macro and correctly type _alpm_handle_freeDan McGee2007-04-28
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin2007-02-21
* * Updated the README fileAaron Griffin2007-02-12