summaryrefslogtreecommitdiff
path: root/lib/libalpm/log.c
Commit message (Expand)AuthorAge
* Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* Rename pmloglevel_t to alpm_loglevel_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Don't call public API in _alpm_log()Dan McGee2011-06-20
* 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
* Require handle argument to alpm_logaction()Dan McGee2011-06-09
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Header inclusion cleanupDan McGee2011-04-20
* Style change: return(x) --> return xDan McGee2011-03-20
* Mark log callback format string constDan McGee2011-02-24
* Update copyright years for 2011Allan McRae2011-01-07
* Bump copyright dates to 2010Dan McGee2010-03-14
* Update copyright headers and messagesDan McGee2009-07-01
* Remove unnecessary header file, move one macro to util.cDan McGee2008-04-06
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* War on whitespaceDan McGee2007-11-16
* libalpm: open the logstream on demandDan McGee2007-11-04
* Clean up the alpm handleDan McGee2007-07-09
* Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee2007-06-09
* Move functions out of alpm.c to where they belongDan McGee2007-06-04
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* - db_write: add support to write both local and sync entriesAurelien Foret2006-02-16
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* Code cleanupAurelien Foret2005-03-16
* Moved log callback definition to alpm.hAurelien Foret2005-03-16
* Removed the "__" prefix from __pm_logcb and __pm_logmaskAurelien Foret2005-03-16
* Added LOG_STR_LEN define to avoid hardcoded length for log stringsAurelien Foret2005-03-16
* Initial revisionJudd Vinet2005-03-15