summaryrefslogtreecommitdiff
path: root/lib/libalpm/log.c
AgeCommit message (Expand)Author
2012-02-20Update copyright yearsAllan McRae
2011-12-21include config.h via MakefilesDave Reisner
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-20Don't call public API in _alpm_log()Dan McGee
2011-06-13Remove global handle variableDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-09Require handle argument to alpm_logaction()Dan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-24Mark log callback format string constDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2009-07-01Update copyright headers and messagesDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-04libalpm: open the logstream on demandDan McGee
2007-07-09Clean up the alpm handleDan McGee
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee
2007-06-04Move functions out of alpm.c to where they belongDan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-02-16- db_write: add support to write both local and sync entriesAurelien Foret
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2005-03-16Code cleanupAurelien Foret
2005-03-16Moved log callback definition to alpm.hAurelien Foret
2005-03-16Removed the "__" prefix from __pm_logcb and __pm_logmaskAurelien Foret
2005-03-16Added LOG_STR_LEN define to avoid hardcoded length for log stringsAurelien Foret
2005-03-15Initial revisionJudd Vinet