]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/client.c
Mirror 1.1.x changes.
[thirdparty/cups.git] / scheduler / client.c
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...
2000-02-08  mikeFixed bug in dirsrc.c and main.c - didn't disable brows...
2000-02-03  mikeClient chunking fix from 1.0.x/4.0.x.
2000-02-01  mikeAdded templates to distributions.
2000-01-27  mikeChanged LOG_XYZ to L_XYZ to avoid redefining SYSLOG...
2000-01-21  mikeFixed certificate authentication.
2000-01-21  mikeUpdated color profiles and margins for sample EPSON...
2000-01-06  mikeAdded timestamp to request file to avoid 26 temp files...
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-08  mikeDidn't handle passwords with spaces.
1999-11-04  mikeWasn't doing a chown() on the request file...
1999-10-22  mikeRequest files shouldn't have world-read permissions.
1999-10-10  mikeScanf, strcpy, and sprintf security changes.
1999-09-22  mikeNow use real timezone (TZ) value for backends, CGIs...
1999-09-09  mikeWhoops, LOG_DEBUG for the message...
1999-09-09  mikeNow log CGI programs that are forked.
1999-09-03  mikeOops, need to set the group before changing from the...
1999-08-27  mikeFixed some chunking problems, and switched to using...
1999-08-12  mikeAdded fixes for Linux. Basically Linux sends the EPIPE...
1999-07-21  mikeChanged LogMessage() in check_authorization() to only...
1999-07-09  mikeChanged default "MaxClients" to 100 again (too much...
1999-07-07  mikeClients array is now allocated dynamically, and standal...
1999-06-30  mikePPD file requests were broken (looking for "printer...
next