]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/client.c
Sync changes and files from 1.1.x.
[thirdparty/cups.git] / scheduler / client.c
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...
1999-06-25  mikeChanged CGI code to send IPP_PORT environment variable...
1999-06-21  mikeAdded TempDir directive support, and corresponding...
1999-06-19  mikeFixed bug in StopJob() that would cause the scheduler...
1999-06-18  mikeFixed address to 44141 Airport View Drive...
1999-06-18  mikeBroke out listener code from client code.
1999-06-17  mikeNow use the printer's name for the PPD instead of the...
1999-06-09  mikeAdded implicit/auto class code.
1999-05-10  mikeAdded install target commands.
1999-05-10  mikeUpdated defaults to use strings in config.h.
1999-05-03  mikeNow copy the listener port to the client address, as...
1999-04-28  mikeWasn't checking the return status of ippWrite() in...
1999-04-23  mikeUpdated all socket() calls to pass 0 for third argument.
1999-04-22  mikeChanges for Linux...
1999-04-22  mikeChanges for SunOS/Solaris.
1999-04-21  mikeChanges for HP-UX.
1999-04-21  mikeMore I18N unsigned char -> char fixes.
1999-04-19  mikeFixed job-name processing to work with name or name...
1999-04-16  mikeCleaned up the job processing code (now use a shared...
1999-03-03  mikeMore cleanup of debug messages.
1999-03-01  mikeUpdated HTTP interface to use MIME type database for...
1999-02-26  mikeFinished job options code.
1999-02-26  mikeUpdated job data to use IPP attributes - simplifies...
1999-02-19  mikeImplemented CGI interfaces and first cut of IPP interface.
1999-02-10  mikeAdded request logging a la Apache.
1999-02-10  mikeAdded full language support to HTTP client code.
1999-02-09  mikeUpdated to use new CUPS library functions.