]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/mime.c
Changelog.
[thirdparty/cups.git] / scheduler / mime.c
2012-09-07  mikeStop using strcpy.
2011-05-06  mikeRoute MIME errors to the error_log file (STR #2410)
2011-04-20  mikeCleanup and expand libcupsmime debug logging.
2010-03-24  mikeFix compile errors from -private header changes.
2008-06-26  mikeFix MIME database support for multiple directories...
2008-01-16  mikeFortify, pass 2...
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2006-05-30  mikeAdd CUPS_SERVERBIN/filter to the default filter path...
2006-05-05  mikeStatic file copy buffers reduced from 64k to 32k to...
2006-05-05  mikeFix segfaults from new optimized filter and logging...
2006-05-03  mikeThe scheduler started more slowly than 1.1.x with large...
2006-04-14  mikeThe mimeDelete() function freed the types before the...
2006-02-02  mikeAdd "executable" argument to cupsFileFind(), to only...
2006-01-24  mikeAdd new cupsArrayInsert() function to insert elements...
2005-08-26  mikeSave work on help indexing, and remove use of NAMLEN...
2005-08-25  mikeStart adding on-line help...
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-01-03  mikeCopyright updates.
2004-10-04  mikeMirror 1.1.x changes.
2004-10-04  mikeFixed some memory and file descriptor leaks in the...
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-02-25  mikeCopyright updates...
2004-02-25  mikeMirror 1.1.x changes.
2004-02-25  mikeMore ctype fun...
2003-03-28  mikeMirror 1.1.x changes.
2003-03-28  mikePart 1 of new CUPS file routines to eliminate stdio...
2003-01-07  mikeCopyright update.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-11-21  mikeMirror 1.1.x changes.
2002-11-21  mikeMake sure we update the "last" point in the IPP data...
2002-08-23  mikeCompare filter name, not program name, against "-".
2002-08-23  mikeCompare filter name to "-", not filename...
2002-06-27  mikeMirror 1.1.x changes.
2002-06-27  mikeFix null filter bug (wouldn't load a null filter from...
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 changes.
2002-01-29  mikeFix timezone offset right in log files...
2002-01-27  mikeMirror 1.1.x changes.
2002-01-27  mikeOS/2 porting stuff.
2002-01-02  mikeCopyright updates...
2002-01-02  mikeCopyright update...
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-08-03  mikeAdded support for */* wildcard...
2000-03-13  mikemime_load_xyz() didn't call fclose()...
2000-01-25  mikeMoved MIME stuff to scheduler directory.