]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/main.c
Log CGIPipes, clear CGI input when client isn't ready to receive.
[thirdparty/cups.git] / scheduler / main.c
2006-01-26  mikeLog CGIPipes, clear CGI input when client isn't ready...
2006-01-26  mikeDon't wake up to regenerate the root certificate.
2006-01-26  mikeAdd notify_post() support on MacOS X.
2006-01-25  mikeCleanup and some minor performance optimizations.
2005-11-14  mikeUse cupsArray API for subscription array.
2005-11-14  mikeAdd most of the remaining notification code.
2005-11-12  mikeSave process-based notifier support and test notifier.
2005-10-12  mikeFix handling of listeners that are not open.
2005-09-28  mikeCleanup.
2005-09-28  mikeRename all types and functions to use cupsd prefix.
2005-09-27  mikeReplace jobs list with two sorted job arrays - Jobs...
2005-09-27  mikeUse cupsArray*() API to manage sorted list of printers...
2005-09-22  mikeUpdate scheduler to use new environment variable API...
2005-09-18  mikeAdded new BrowseLocalProtocols and BrowseRemoteProtocols
2005-09-17  mikeThe scheduler now closes all files on startup when...
2005-09-09  mikeOnly add certificates for authenticated users and only...
2005-08-25  mikeFix OpenBSD signalling bug that would cause the system...
2005-08-24  mikecups/cups.h:
2005-06-21  mikeFix reporting of signals/exit codes from child processe...
2005-05-23  mikeMirror STR #1157 fixes.
2005-05-03  mikeFix edge case of STR #1157
2005-04-27  mikeThe scheduler could block trying to read the job status...
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-02-18  mikeSync changes and files from 1.1.x.
2005-02-07  mikeBackport 1.2.x changes.
2005-02-07  mikeUpdated serial backend to scan for /dev/ttyC* as well as
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-09-09  mikeCheck for job->pipe >= 0...
2004-09-09  mikeMirror 1.1.x changes.
2004-09-09  mikeRemoved the remaining scheduler code that did not use the
2004-09-08  mikeMirror 1.1.x changes.
2004-09-08  mikeUpdate changelog.
2004-08-23  mikeMirror 1.1.x changes.
2004-08-23  mikeCompiler warnings...
2004-08-23  mikeMirror 1.1.x changes.
2004-08-23  mikeThe scheduler used a select() timeout of INT_MAX second...
2004-08-19  mikeMirror 1.1.x changes.
2004-08-18  mikeAdded a ReloadTimeout directive to control how long the
2004-07-02  mikeNew status buffer stuff.
2004-07-01  mikeMirror 1.1.x
2004-07-01  mikeThe cupsGetFile() and cupsPutFile() code did not suppor...
2004-06-29  mikeFix multi-file job printing.
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-05-27  mikeMirror 1.1.x changes.
2004-05-27  mikeTypo in test script (lof files)
2004-05-21  mikeMirror 1.1.x changes.
2004-05-21  mikeThe scheduler did not return the correct exit code...
2004-03-19  mikeMirror 1.1.x changes.
2004-03-19  mikeThe select() buffers are now allocated to be at least...
2004-03-19  mikeMirror 1.1.x changes.
2004-03-19  mikeTimeout optimization from Apple (STR #629)
2004-02-25  mikeCopyright updates...
2004-02-25  mikeMirror 1.1.x changes.
2004-02-25  mikeThe scheduler could use excess amounts of CPU if a...
2003-11-19  mikeMirror 1.1.x changes.
2003-11-19  mikeFix sigset recursion (STR #422)
2003-10-09  mikeMirror 1.1.x changes.
2003-10-09  mikeRevamp child signal handling to remove all processing...
2003-09-05  mikeMirror 1.1.x changes.
2003-09-05  mikeFix 32-bit size alignment of FD set size (should divide...
2003-09-02  mikeMirror 1.1.x changes.
2003-09-02  mikeDelay restart up to 60 seconds to allow jobs and pendin...
2003-08-28  mikeMirror 1.1.x changes.
2003-08-28  mikePrior to Solaris 7, Solaris apps could not select(...
2003-08-01  mikeMirror 1.1.x changes.
2003-08-01  mikeUse setgroups(1,&Group) instead of setgroups(0,NULL...
2003-08-01  mikeMirror 1.1.x changes.
2003-08-01  mikeFix throttling of outgoing broadcast packets (STR ...
2003-07-19  mikeMirror 1.1.x changes.
2003-07-19  mikeDon't call malloc or free from the signal handlers...
2003-05-09  mikeMirror 1.1.x changes.
2003-05-09  mikeDoing an rc5...
2003-05-02  mikeMirror 1.1.x changes.
2003-05-02  mikeMove signal handler initialization before the backgroun...
2003-05-01  mikeMirror 1.1.x changes.
2003-05-01  mikeFix cupsd taking all CPU - STR #35.
2003-04-28  mikeMirror 1.1.x doco update.
2003-04-28  mikeDocumentation update.
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-21  mikeMirror 1.1.x changes.
2003-03-21  mikeholdcount needs to be defined for any type of signal...
2003-03-20  mikeMirror 1.1.x changes.
2003-03-20  mikeLimit the number of times we hold/release signals;...
2003-03-17  mikeMirror 1.1.x change.
2003-03-17  mikeMake sure we have applied the RunAsUser mode before...
2003-03-14  mikeMirror 1.1.x changes.
2003-03-14  mikeSupport CGI output to stderr and copy to the error_log...
2003-03-10  mikeMirror 1.1.x changes.
2003-03-10  mikeDifferent signal handler changes to avoid nested calls...
2003-03-07  mikeMirror 1.1.x changes.
2003-03-07  mikePossible signal fix for Solaris 8...
2003-02-13  mikeMirror 1.1.x changes.
next