]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/log.c
Save work on cups-driverd.c.
[thirdparty/cups.git] / scheduler / log.c
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.
2001-01-22  mikeCopyright 2001...
2000-11-06  mikesnprintf instead of sprintf whenever a string argument...
2000-11-03  mikeReverted snprintf's to using just sizeof(); a quick...
2000-11-02  mikesnprintf() calls with size - 1; trying to nail down...
2000-11-02  mikeAdded purify target.
2000-09-05  mikeUpdate from Crutcher Dunnavant (Red Hat) for a new...
2000-07-21  mikeNow replace time-at-xyz with ASCII date and time in...
2000-06-27  mikeAdded support for %s in AccessLog, ErrorLog, and PageLo...
2000-05-02  mikeAdded support for job-media-sheets-completed attribute...
2000-03-21  mikeDefault printcap file is now empty.
2000-03-11  mikeFixed get_address() to handle hostnames and service...
2000-03-09  mikeAdded syslog support to LogXYZ functions.
2000-01-04  mikeY2k copyright changes.
1999-12-07  mikeNow lookup User and Group from password and group files...
1999-10-12  mikeChanged #ifdef BSD to use __FreeBSD__, etc.
1999-09-29  mikeChanged for *BSD: use timezone in "tm" structure instea...
1999-09-22  mikeMoved LogXYZ functions to separate file (log.c).