]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/log.c
Changelog.
[thirdparty/cups.git] / scheduler / log.c
2012-12-12  mikeMore changes for STR #4223:
2012-09-07  mikeStop using strcpy.
2012-01-05  mikeLog process completion messages with a [Job N] prefix...
2011-11-30  mikeThe scheduler now supports a DefaultAuthType of "auto...
2011-08-31  mikeDon't log debug messages to stderr.
2011-08-31  mikeSend errors concerning the cupsd.conf file to stderr...
2011-08-06  mike"PAGE: total NNN" messages did not get logged properly...
2011-05-13  mikeDisallow "../" in filenames.
2011-04-22  mikeMove scheduler's cupsdCheckProgram to libcups as _cupsF...
2011-04-15  mikeMake sure the log files get created when cupsd runs.
2011-02-18  mikeURI encode the request line when logging an error.
2010-11-04  mikeSome more cleanup, and use cupsArrayNew3 in a few more...
2010-03-04  mikeThe "cupsctl --remote-any" and corresponding web interf...
2009-05-11  mikeAdd support for LogDebugHistory, which provides debug...
2009-04-21  mikeFix AccessLogLevel for client-error-not-found errors...
2009-03-20  mikeMore logging fixes.
2009-02-06  mikeCompile warning fix - force int for microseconds.
2009-01-28  mikeAdd microsecond time support for log files.
2008-12-05  mikeThe scheduler could hang writing a long log line.
2008-09-08  mikeAdd support for FatalErrors directive (STR #2536)
2008-07-21  mikeFix crash bug caused by reuse of argument pointer in...
2008-07-15  mikeAdd new AccessLogLevel directive to limit access_log...
2008-07-11  mikeRemoved unused variables and assignments found by the...
2008-06-27  mikeRemove duplicate test.
2008-06-27  mikeFix page_log output.
2008-06-18  mikeMore logging cleanup - let cupsdLogJob add the [Job...
2008-06-18  mikeStart cleanup of logging.
2008-05-16  mikeAdd PageLogFormat directive.
2008-04-09  mikeThe scheduler did not log the current date and time...
2008-02-11  mikeFix comments for cupsdLogPage().
2008-01-16  mikeAdd NULL checks and fix some resource leaks reported...
2007-08-27  mikeImplement "-t" option to test cupsd.conf syntax (STR...
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2007-04-30  mikeDon't log errors using cupsdLogMessage() when creating...
2007-04-30  mikeCreate the CUPS log directory as needed (STR #2353)
2007-03-12  mikeFix check for /dev log names and rotation (STR #2278)
2006-10-11  mikeWindows clients could not monitor the queue status...
2006-08-31  mikeMerge Kerberos branch to trunk...
2006-05-05  mikeFix segfaults from new optimized filter and logging...
2006-05-02  mikeThe scheduler did not prevent rotation of logs redirect...
2006-02-27  mikeFix HP-UX compile issues (STR #1446)
2005-12-01  mikeMore tweaking of on-line reference material.
2005-11-22  mikeThe scheduler now logs log file open errors to the...
2005-11-04  mikeCache remote printers (STR #1295)
2005-09-30  mikeAdded large file (64-bit) support (STR #541) and job...
2005-09-28  mikeCleanup.
2005-09-28  mikeRename all types and functions to use cupsd prefix.
2005-09-23  mikeRemove unused SignalCount variable, and fix permissions...
2005-08-30  mikeSave work on cups-driverd.c.
2005-08-30  mikeTweak file, directory, and PPD APIs, and save work...
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-01-03  mikeCopyright updates.
2004-08-23  mikeMirror 1.1.x changes.
2004-08-23  mikeCompiler warnings...
2004-06-29  mikeCleanup.
2004-06-29  mikeMirror 1.1.x changes.
2004-06-29  mikeAdded support for quoted system group names (STR #784)
2004-04-20  mikeMirror 1.1.x changes.
2004-04-20  mikeFix log file permissions and cleanup checks for run...
2004-02-25  mikeCopyright updates...
2003-10-09  mikeMirror 1.1.x changes.
2003-10-09  mikeRevamp child signal handling to remove all processing...
2003-09-15  mikeMirror 1.1.x changes.
2003-09-15  mikeMake config, spool, and status files owned by scheduler...
2003-08-22  mikeMirror 1.1.x changes.
2003-08-22  mikeFix scheduler deadlock on localtime() on Solaris (STR...
2003-07-25  mikeMirror 1.1.x changes.
2003-07-25  mikeSome OS's don't like a NULL buffer pointer for vsnprint...
2003-07-25  mikeMirror 1.1.x changes.
2003-07-25  mikeUse a separate buffer when logging signals, as the...
2003-07-19  mikeMirror 1.1.x changes.
2003-07-19  mikeDon't call malloc or free from the signal handlers...
2003-04-10  mikeMirror 1.1.x changes.
2003-04-10  mikeAdd fast cupsd.conf reload code.
2003-03-30  mikeMirror 1.1.x changes.
2003-03-30  mikeUse CUPS file IO routines for all buffered file IO.
2003-03-10  mikeMirror 1.1.x changes.
2003-03-10  mikeDifferent signal handler changes to avoid nested calls...
2003-03-04  mikeMirror 1.1.x changes.
2003-03-04  mikeLog the client hostname in page_log, and use "-" for...
2003-01-24  mikeMirror 1.1.x changes...
2003-01-24  mikeReduce the memory footprint of CUPS (changes donated...
2003-01-07  mikeCopyright update.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-05-16  mikeMirror 1.1.x changes to use strlcpy() and strlcat().
2002-05-16  mikeAdd strlcat() and strlcpy() checks and emulation functions.
2002-05-14  mikeMirror 1.1.x changes.
2002-05-14  mikeFixes from Apple.
2002-01-29  mikeMirror 1.1.x change.
2002-01-29  mikeThe job-billing attribute isn't always a text attribute...
2002-01-29  mikeMirror 1.1.x changes.
2002-01-29  mikeFix timezone offset right in log files...
2002-01-02  mikeCopyright updates...
2002-01-02  mikeCopyright update...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-10-31  mikeAdd same tm_gmtoff structure check to CUPS/Print Pro.
2001-10-07  mikeFirst cut of MacOS X port for CUPS.
2001-02-21  mikeFull Apache LogLevel support.
2001-02-07  mikeSuSE fixes.
next