]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/client.c
Mirror 1.1.x changes.
[thirdparty/cups.git] / scheduler / client.c
2003-05-09  mikeMirror 1.1.x changes.
2003-04-10  mikeMirror 1.1.x changes.
2003-04-08  mikeMirror 1.1.x changes.
2003-03-30  mikeMirror 1.1.x changes.
2003-03-30  mikeMirror 1.1.x changes.
2003-03-28  mikeMirror 1.1.x changes.
2003-03-14  mikeMirror 1.1.x changes.
2003-03-14  mikeMirror 1.1.x changes.
2003-03-13  mikeMirror 1.1.x changes.
2003-03-13  mikeMirror 1.1.x changes.
2003-03-13  mikeMirror 1.1.x change.
2003-03-13  mikeMirror 1.1.x changes.
2003-03-12  mikeMirror 1.1.x changes.
2003-03-10  mikeMirror 1.1.x changes.
2003-03-07  mikeMirror 1.1.x changes.
2003-02-11  mikeMirror 1.1.x changes.
2003-02-05  mikeMirror 1.1.x changes.
2003-02-03  mikeMirror 1.1.x change.
2003-01-29  mikeMirror 1.1.x changes.
2003-01-24  mikeMirror 1.1.x changes...
2003-01-24  mikeMirror 1.1.x changes.
2003-01-24  mikeMirror 1.1.x changes.
2003-01-24  mikeHooks for Expect: 100-continue support.
2003-01-17  mikeMirror 1.1.x change.
2003-01-15  mikeMirror 1.1.x changes.
2003-01-14  mikeMirror 1.1.x changes.
2003-01-13  mikeMirror 1.1.x changes.
2003-01-13  mikeMirror 1.1.x change.
2003-01-07  mikeCopyright update.
2003-01-03  mikeMirror 1.1.x changes.
2002-12-13  mikeMirror 1.1.x changes.
2002-12-12  mikeMirror 1.1.x security fixes.
2002-11-21  mikeMirror 1.1.x changes.
2002-10-31  mikeMirror 1.1.x changes.
2002-10-16  mikeMirror 1.1.x changes.
2002-10-16  mikeMirror 1.1.x changes.
2002-10-16  mikeMirror 1.1.x changes.
2002-09-26  mikeMirror 1.1.x changes.
2002-09-25  mikeMirror 1.1.x changes.
2002-09-15  mikeMirror 1.1.x changes.
2002-09-15  mikeMirror 1.1.x changes.
2002-08-30  mikeMirror 1.1.x changes.
2002-08-21  mikeMirror 1.1.x changes.
2002-08-21  mikeMirror 1.1.x changes.
2002-06-07  mikeMirror 1.1.x change.
2002-06-07  mikeMirror 1.1.x changes.
2002-05-22  mikeMirror 1.1.x changes.
2002-05-16  mikeMirror 1.1.x changes to use strlcpy() and strlcat().
2002-05-15  mikeMirror 1.1.x changes.
2002-04-23  mikeMirror 1.1.x changes.
2002-04-21  mikeFix job pipes problems - 1.2 tree now passes "make...
2002-04-20  mikeInstrument more of the 1.2 scheduler to track down...
2002-04-08  mikeMirror 1.1.x changes.
2002-01-23  mikeMirror 1.1.x changes.
2002-01-02  mikeCopyright updates...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-05-14  mikeUpdate 1.2 stuff from laptop.
2001-05-13  mikeMerge changes from 1.1 tree.
2001-04-02  mikeCreation of 1.2 development branch.
2001-03-10  mikeAdd support for HTTPS environment variable in CGIs...
2001-03-04  mikeSpacing fix.
2001-03-01  mikeMore debug stuff in client code.
2001-02-23  mikeMore testing stuff...
2001-02-22  mikeCopyright updates.
2001-02-21  mikeFull Apache LogLevel support.
2001-02-20  mikeAdded code to support Satisfy, Limit, multiple users...
2001-02-20  mikeAdd backlog and double lookup options.
2001-02-08  mikeConfigure script changes - remove extra libraries from...
2001-02-07  mikeSuSE fixes.
2001-01-24  mikeFixed bug in HTTP upgrade code - wasn't consuming the...
2001-01-22  mikeCopyright 2001...
2000-12-20  mikeDropped patch status for Print Pro files.
2000-12-20  mikeEncryption changes (use TLS/SSL method as needed)
2000-12-19  mikeFixes for encryption stuff.
2000-12-18  mikeFirst cut of SSL/TLS code in Print Pro.
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-09-26  mikeAdded more checks to ensure that language and IPP data...
2000-09-14  mikeAnother small round of configure script fixes - we...
2000-09-14  mikeHopefully plugged a little memory leak in DeletePrinter().
2000-09-12  mikeNew debug2 log level.
2000-09-07  mikeNew MaxFDs global; use it instead of hard-coded limits.
2000-09-07  mikeAdded PauseListening() and ResumeListening() functions.
2000-09-05  mikeAdded minor optimization to CloseClients - doesn't...
2000-09-05  mikeAcceptClient() could add a client past the end of the...
2000-07-17  mikeFixes for bugs 49-59.
2000-07-12  mikeDocumentation fix.
2000-07-10  mikeUpdated POST code to report the number of IPP bytes...
2000-06-28  mikeSERVER_ROOT to CUPS_SERVERROOT.
2000-06-27  mikeChange from DATADIR to CUPS_DATADIR.
2000-06-27  mikeChanges to support LD_LIBRARY_PATH and DataDir directive.
2000-05-17  mikeRemoved the CLOSE method; where the HELL did *that...
2000-05-17  mikeAdded support for OPTIONS command.
2000-05-09  mikeDidn't support Keep-Alive for HTTP/1.0 clients.
2000-05-01  mikeMD5 support.
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-03-10  mikeHTTP 1.0 doesn't require the Host: field...
2000-03-09  mikeFix for gethostbyaddr() call from 1.0.x...
2000-02-10  mikeChanged backends to at least put out "unknown" for...
next