]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/cupsd.h
Update scheduler to use new environment variable API - this reduces code
[thirdparty/cups.git] / scheduler / cupsd.h
2005-09-22  mikeUpdate scheduler to use new environment variable API...
2005-09-13  mikeSave work on upgraded policy stuff (warning, integratio...
2005-08-30  mikeTweak file, directory, and PPD APIs, and save work...
2005-08-25  mikeStart adding on-line help...
2005-08-23  mikebackend/usb-unix.c:
2005-06-06  mikeAdd new cupsdStartProcess and cupsdEndProcess APIs...
2005-05-18  mikeSave integration work on new notification API.
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-09-09  mikeMirror 1.1.x changes.
2004-09-09  mikeRemoved the remaining scheduler code that did not use the
2004-08-23  mikeMirror 1.1.x changes.
2004-08-23  mikeThe scheduler used a select() timeout of INT_MAX second...
2004-07-02  mikeNew status buffer stuff.
2004-06-29  mikeCleanup.
2004-02-25  mikeCopyright updates...
2003-09-02  mikeMirror 1.1.x changes.
2003-09-02  mikeDelay restart up to 60 seconds to allow jobs and pendin...
2003-08-04  mikeMirror 1.1.x changes.
2003-08-04  swdevMake sure that FD_SETSIZE and <sys/select.h> are define...
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-04-10  mikeMirror 1.1.x changes.
2003-04-10  mikeAdd fast cupsd.conf reload code.
2003-03-31  mikeMirror 1.1.x changes.
2003-03-31  mikeRemove hard-coded limits on browser and listen directiv...
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-02-12  mikeMirror 1.1.x changes.
2003-02-12  mikeMake the maximum number of files a configure-time setti...
2003-02-05  mikeMirror 1.1.x changes.
2003-02-05  mikeAllocate fd_sets to support more than 1024 file descrip...
2003-01-29  mikeMirror 1.1.x changes.
2003-01-29  mikeAllocate all strings in the scheduler; this yields...
2003-01-29  mikeMirror 1.1.x changes.
2003-01-29  mikeNot all platforms have hstrerror()...
2003-01-24  mikeMirror 1.1.x changes.
2003-01-24  mikeCDSA encryption library support from Apple.
2003-01-17  mikeMirror 1.1.x change.
2003-01-17  mikeOpenSSL headers conflict with crypt.h on some platforms...
2003-01-15  mikeMirror 1.1.x changes.
2003-01-15  mikeGNU TLS support from Jeff Licquia.
2003-01-07  mikeCopyright update.
2002-12-17  swdevChange the end copyright for Easy Software Products...
2002-06-12  mikeMirror 1.1.x changes.
2002-06-12  mikeSome systems need <bstring.h> for bzero and friends.
2002-04-20  mikeAdd missing files to 1.2 devel branch.
2002-04-14  mikeStart adding support for operation and error policies.
2002-03-27  mikeAdd 1.1.x network interface stuff, with IPv6 support...
2002-03-27  mikeAdd network interface support code for cupsd.
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-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-07-23  mikeSLP support.
2001-06-22  mikeMultiple system group support.
2001-06-21  mikeReport all supported file types to the client.
2001-02-21  mikeUpdated to v1.1.7/4.1.7
2001-01-22  mikeCopyright 2001...
2000-11-17  mikeFirst half of quota stuff.
2000-09-07  mikeNew MaxFDs global; use it instead of hard-coded limits.
2000-06-28  mikeJob code was setting job-at-processing and job-at-compl...
2000-05-01  mikeMD5 support.
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-02-18  mikeDocumentation changes.
2000-02-01  mikecups.h was still including mime.h.
2000-01-29  mikeDropped old mime.h file from distribution file.
2000-01-04  mikeY2k copyright changes.
2000-01-03  mikeUpdated configure script to only include libdl if PAM...
1999-12-29  mikeChanges to support multiple files per job.
1999-12-07  mikeDropped DEFAULT_UID and DEFAULT_GID (no longer used.)
1999-09-22  mikeNow use real timezone (TZ) value for backends, CGIs...
1999-08-28  mikeMore fixed for Linux:
1999-08-06  mikeIsAuthorized() now checks for local connections and...
1999-07-07  mikeClients array is now allocated dynamically, and standal...
1999-06-18  mikeFixed address to 44141 Airport View Drive...
1999-05-18  mikeLOTS of changes:
1999-05-10  mikeUpdated defaults to use strings in config.h.
1999-04-21  mikeChanges for SERVERDIR and IPP_PORT variables.
1999-04-21  mikeChanges for HP-UX.
1999-02-26  mikeFinished job options code.
1999-02-09  mikeUpdated to use new CUPS library functions.
1999-01-24  mikeChecked in prior to CVS use.
1998-10-16  mikeIntegrated with HTTP server.
1998-01-05  mikeInitial revision