]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/main.c
Clean up localizations throughout.
[thirdparty/cups.git] / scheduler / main.c
2012-04-23  mikeClean up localizations throughout.
2012-04-20  mikePreserve the most serious exit status for logging.
2012-04-14  mikeSave work (doesn't compile, sorry...)
2012-03-16  mikeRest of work for supporting time-based PreserveJobXxx...
2012-03-16  mikeSave work on new PreserveJobXxx changes (STR #3143)
2012-02-16  mikeStart integrating Avahi support (STR #3066)
2012-01-13  mikeDon't show the process name in the job-printer-state...
2012-01-06  mikeAdd MaxJobTime directive.
2012-01-05  mikeFix speling mistak.
2012-01-05  mikeLog process completion messages with a [Job N] prefix...
2011-12-02  mikeFix builds on Linux.
2011-11-28  mikeDon't show "/path/to/backend failed" unless the backend...
2011-11-04  mikeDrop support for CUPS, LDAP, and SLP browsing (STR...
2011-09-01  mikeCleanup GCC attribute usage.
2011-05-18  mikeDon't use fprintf from child process since that call...
2011-05-11  mikeThe scheduler now more carefully creates and removes...
2011-04-15  mikeAdd IPv6 support to the SNMP backend, and do some addit...
2011-03-28  mikeMove cupsdMakeUUID code into libcups as _httpAssembleUU...
2011-03-25  mikeDon't use root certificates when we have authrefs.
2011-03-21  mikeSave more work on cleaning up the localized messages.
2011-03-21  mikeSave work on normalizing the localizations of all the...
2011-03-18  mikeAdd printer-uuid support.
2011-03-16  mikeAdd support for cupsSingleFile keyword in PPD files...
2011-03-07  mikeDrop support for the printer-state-history attribute...
2011-01-18  mikeDecrease sleep delay to 15 seconds.
2010-11-22  mikeMore localization work.
2010-11-05  mikeMake cupsdAddString/cupsdFreeStrings more general-purpo...
2010-11-04  mikeFirst pass at using new cupsArrayNew3 API and eliminati...
2010-09-21  mikeThe scheduler would restart jobs while shutting down...
2010-06-25  mikeFix launchd idle exit and keep alive logic to be the...
2010-04-12  mikeMake the GNU TLS and OpenSSL interfaces thread-safe...
2010-03-24  mikeFix builds with SSL and GSSAPI disabled.
2010-03-10  mikeAdd support for print-quality attribute.
2010-03-03  mikeDrop support for the old Mac OS X Server print quota...
2010-03-01  mikeDon't treat SIGPIPE as an error, since it just means...
2010-02-13  mikeDrop SCSI backend (STR #3500)
2009-12-14  mikeFix a couple crashers exposed by the last crash fix.
2009-12-07  mikeThe scheduler did not clean out completed jobs when...
2009-10-15  mikeStop using exclamation marks in error messages.
2009-08-28  mikeThe JobKillDelay was not triggered for canceled jobs...
2009-05-18  mikeMake sure we send SIGUSR1 to the parent on all platforms.
2009-05-16  mikeFix OpenBSD hangs, plus some minor portability changes...
2009-04-29  mikeDon't log filter/backend failures for canceled/held...
2009-04-23  mikeMake sure we don't dereference a NULL job->printer...
2009-04-22  mikeFix child cleanup of aborted jobs - don't dereference...
2009-03-20  mikeFix some error reporting bugs.
2009-03-16  mikeMake sure we wake up at the right time to kill unrespon...
2009-03-16  mikeKill unresponsive job filters 30 seconds (or as set...
2009-03-09  mikeForce a re-check for dead children when we see EOF...
2009-03-07  mikeAdd some "private" command-line options for testing...
2009-02-25  mikeFix the printer-uri passed in a Get-Jobs request for...
2009-02-25  mikeRemove the two noisiest debug2 messages (drops error_lo...
2009-02-22  mikeDon't track process job pointer, but instead use the...
2009-02-20  mikeSave work on revamped job processing (probably doesn...
2009-02-18  mikeThe scheduler could consume 100% CPU when jobs were...
2009-02-04  mikeSupport JobRetryInterval values less than 10 seconds.
2009-02-03  mikeDon't log SIGKILL statuses as crashes.
2009-01-28  mikeCopyright.
2009-01-28  mikeThe scheduler did not offer a configurable timeout...
2008-12-06  mikeDon't error out with a missing or blank username when...
2008-10-31  mikeAdjust select timeout for sleep. Don't stop unconnecte...
2008-10-31  mikeUpdate the sleep handling on Mac OS X to allow jobs...
2008-10-23  mikeCreate launchd keepalive file after every call to cupsd...
2008-09-19  mikeInitialize KerberosContext prior to first use.
2008-09-10  mikeHave cupsdCleanDirty() update the busy state.
2008-09-07  mikeThe scheduler did not send the server-started, server...
2008-08-25  mikeUpdate API docos.
2008-07-30  mikeMore clang fixes.
2008-07-14  mikeThe scheduler did not handle expiring of implicit class...
2008-06-20  mikeUse unlink() when cleaning temporary directory, since...
2008-05-28  mikeThe scheduler did not detect the end-of-job when printi...
2008-05-01  mikeMerge current DNS-SD work from dnssd2 branch - proper...
2008-04-28  mikeLog non-crash statuses as debug messages, not error...
2008-04-25  mikeAdd commandtops filter for PostScript printer auto...
2008-04-25  mikeUse new drv:///sample.drv reference for deskjet PPD.
2008-04-21  mikeThe scheduler incorrectly logged errors for print filte...
2008-04-18  mikeRevamp "busy" API to account for active HTTP requests...
2008-04-18  mikeThe scheduler now delays writing config and state files...
2008-04-14  mikeClean up cups-deviced to do proper signal handling...
2008-03-21  mikeThe scheduler sent notify_post() messages too often...
2008-02-12  mikeThe scheduler unconditionally overwrote the printer...
2008-01-23  mikeThe scheduler incorrectly sent printer-stopped events...
2008-01-22  mikeKerberos authentication did not work with the web inter...
2008-01-17  mikeAdd a debug report that shows resource utilization...
2008-01-16  mikeAdd NULL checks and fix some resource leaks reported...
2007-12-19  mikeThe scheduler did not detect network interface changes...
2007-12-11  mikeRemove unused air_negotiate variable (STR #2623)
2007-11-09  mikeThe scheduler incorrectly sent the "com.apple.printerLi...
2007-11-02  mikeFix CoreFoundation errors when running in daemon mode.
2007-10-30  mikeThe scheduler would crash on shutdown if it was unable...
2007-09-05  mikeDon't allow cupsd to run as a setuid program.
2007-08-27  mikeImplement "-t" option to test cupsd.conf syntax (STR...
2007-08-13  mikeAdd listen timeout mechanism so that we don't consume...
2007-08-08  mikeCheckout of launchd before we stop the jobs...
2007-08-01  mikeRedo Kerberos cached credentials so they work.
2007-07-18  mike"Securely" delete authentication files in the scheduler.
2007-07-12  mikeRemove "no sharing by default on Mac OS X Server" change...
2007-07-11  mikeMass change of copyright to CUPS' new owner, Apple...
2007-07-09  mikeDon't idle exit as long as there are active jobs.
2007-07-06  mikeDon't share printers by default if we are running on...
next