summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/log.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-05-12alpm_logaction: implement documented return valueAndrew Gregory1-8/+16
2015-05-12alpm_logaction: allow falling back to syslogAndrew Gregory1-1/+1
2015-05-12alpm_logaction: check logfile before openingAndrew Gregory1-1/+1
2015-05-12merge _alpm_logaction into alpm_logactionAndrew Gregory1-7/+29
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-12-24Use correct mode bits for the log file (0000 -> 0644)Evangelos Foutras1-1/+1
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory1-9/+5
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel1-5/+9
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Use O_CLOEXEC as much as possible when opening filesDan McGee1-2/+9
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-02-13Add format attributes to all required functionsAllan McRae1-2/+2
2013-01-28add caller prefix to alpm_logactionAndrew Gregory1-13/+4
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-3/+3
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-2/+2
2011-06-20Don't call public API in _alpm_log()Dan McGee1-3/+2
2011-06-14Remove global handle variableDan McGee1-3/+0
2011-06-14Switch all logging to use handle directlyDan McGee1-1/+1
2011-06-14Move pm_errno onto the handleDan McGee1-6/+6
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-1/+1
2011-06-09Require handle argument to alpm_logaction()Dan McGee1-2/+2
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-2/+0
2011-04-21Header inclusion cleanupDan McGee1-3/+0
2011-03-21Style change: return(x) --> return xDan McGee1-2/+2
2011-02-24Mark log callback format string constDan McGee1-2/+2
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-17War on whitespaceDan McGee1-3/+3
2007-11-04libalpm: open the logstream on demandDan McGee1-0/+19
2007-07-09Clean up the alpm handleDan McGee1-1/+1
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee1-13/+8
2007-06-05Move functions out of alpm.c to where they belongDan McGee1-0/+42
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-2/+4
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-1/+1
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-7/+4
2006-02-16- db_write: add support to write both local and sync entriesAurelien Foret1-3/+3
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-03-16Code cleanupAurelien Foret1-1/+0
2005-03-16Moved log callback definition to alpm.hAurelien Foret1-0/+1
2005-03-16Removed the "__" prefix from __pm_logcb and __pm_logmaskAurelien Foret1-5/+5
2005-03-16Added LOG_STR_LEN define to avoid hardcoded length for log stringsAurelien Foret1-2/+2