summaryrefslogtreecommitdiff
path: root/lib/libalpm/log.c
AgeCommit message (Expand)Author
2019-03-19Reformatting log timestamp to include time-zoneFlorian Wehner
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-01-04Update copyright yearsAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-05-12alpm_logaction: implement documented return valueAndrew Gregory
2015-05-12alpm_logaction: allow falling back to syslogAndrew Gregory
2015-05-12alpm_logaction: check logfile before openingAndrew Gregory
2015-05-12merge _alpm_logaction into alpm_logactionAndrew Gregory
2015-02-01Update copyright notices for 2015Allan McRae
2014-12-24Use correct mode bits for the log file (0000 -> 0644)Evangelos Foutras
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Use O_CLOEXEC as much as possible when opening filesDan McGee
2014-01-06Update copyright years for 2014Allan McRae
2013-02-13Add format attributes to all required functionsAllan McRae
2013-01-28add caller prefix to alpm_logactionAndrew Gregory
2013-01-03Update copyright year for 2013Allan McRae
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