]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/banners.c
The scheduler incorrectly computed the final content type value when null
[thirdparty/cups.git] / scheduler / banners.c
2011-05-20  mikeUse strcasecmp and strncasecmp emulation functions...
2010-11-04  mikeSome more cleanup, and use cupsArrayNew3 in a few more...
2008-01-16  mikeAdd NULL checks and fix some resource leaks reported...
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2006-09-12  mikeGet rid of some HP-UX compiler warnings.
2006-03-18  mikeMake global functions local/static when possible.
2006-02-03  mikeAllocate banner filename instead of using fixed size...
2006-02-02  mikeAdd filename argument to mimeFileType() so that we...
2006-01-24  mikeUse cupsArray API and rename compare() to compare_banne...
2005-09-28  mikeCleanup.
2005-09-28  mikeRename all types and functions to use cupsd prefix.
2005-08-30  mikeTweak file, directory, and PPD APIs, and save work...
2005-08-25  mikeStart adding on-line help...
2005-06-02  mikeUse .so.2 for preload libraries so that "make test...
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...
2003-07-06  mikeMirror 1.1.x changes.
2003-07-06  mikeDon't use VariablePaperSize attribute (STR #158)
2003-03-30  mikeMirror 1.1.x changes.
2003-03-30  mikeFinish changes to support new CUPS file IO.
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-01-02  mikeCopyright updates...
2002-01-02  mikeCopyright update...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-10-05  mikeSupport localized banner files.
2001-01-22  mikeCopyright 2001...
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-04-26  mikeBanner page support fixes (now uses the templates)
2000-03-21  mikeInitial banner support.