summaryrefslogtreecommitdiff
path: root/lib/libalpm/handle.c
Commit message (Expand)AuthorAge
* Remove unnecessary initialization in new functionsDan McGee2008-09-03
* Reimplement TotalDownload functionalityDan McGee2008-06-04
* Tidy up of the handle struct in libalpmAllan McRae2008-05-29
* Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier2008-05-13
* Remove unnecessary header file, move one macro to util.cDan McGee2008-04-06
* Merge branch 'maint'Dan McGee2008-04-01
|\
| * Set handle->logstream to null after fclose()Dan McGee2008-04-01
* | Remove pmserver_t abstractionDan McGee2008-02-24
|/
* Fix library interfaceDan McGee2008-01-11
* Remove upgradedelay and all code associated with itDan McGee2008-01-08
* Don't stat cachedir immediatelyDan McGee2008-01-05
* Add remove counterparts to alpm_option_add_* functionsAllan McRae2007-12-28
* 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
* libalpm: open the logstream on demandDan McGee2007-11-04
* Clean up usage of extern variablesDan McGee2007-11-04
* libalpm/handle.c: make realpath() call portableDan McGee2007-10-29
* libalpm: introduce MALLOC and CALLOC macrosDan McGee2007-10-29
* Download delta files if UseDelta is set.Nathan Jones2007-10-19
* Avoid segfaults whet calling alpm_option_get_* before initializationStefano Esposito2007-09-17
* libalpm: add newlines to all strings passed to log callbackDan McGee2007-08-23
* Post trial install changes, round oneDan McGee2007-08-21
* Fix issue with <dbpath>/db.lck being truncatedDan McGee2007-07-10
* Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee2007-07-10
* Clean up the alpm handleDan McGee2007-07-09
* Remove lockfile configuration from frontend, make it job of libalpmDan McGee2007-06-27
* Allow multiple CacheDirs to be specifiedDan McGee2007-06-09
* Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee2007-06-09
* Const correctness!Dan McGee2007-06-05
* Rip alpm_parse_config out of libalpmDan McGee2007-06-04
* Add a parseconfig to the pacman frontend that compilesDan McGee2007-06-04
* Remove hardcoded defines from 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 unnecessary casts on malloc and elsewhereDan McGee2007-05-14
* Remove FREEHANDLE macro and correctly type _alpm_handle_freeDan McGee2007-04-28
* Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee2007-04-27
* Clean up gettext on the libalpm sideDan McGee2007-04-26
* * Fix group comparison issue and associated compilation warnings by usingDan McGee2007-03-11
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * Fixed the handle realroot stuffAaron Griffin2007-03-04
* * Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin2007-03-04
* * handle changes: callbacks should check handle first, as there's a fewAaron Griffin2007-03-04
* * Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin2007-02-21
* * Updated the README fileAaron Griffin2007-02-12
* Debug logging changes:Aaron Griffin2007-01-31
* K. Piche <kevin.piche@cgi.com>Aaron Griffin2007-01-30
* K. Piche <kpiche@rogers.com>Aaron Griffin2007-01-30
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24