]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/client.c
Use sigaction instead of sigset under Linux.
[thirdparty/cups.git] / scheduler / client.c
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.