]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/job.c
Now sort PPD files by make, model, and language.
[thirdparty/cups.git] / scheduler / job.c
2000-02-11  mikeNow sort PPD files by make, model, and language.
2000-02-08  mikeFixed bug in dirsrc.c and main.c - didn't disable brows...
2000-02-06  mikeNow free filetypes in CancelJob()
2000-01-27  mikeChanged LOG_XYZ to L_XYZ to avoid redefining SYSLOG...
2000-01-21  mikeFixed cancel bug.
2000-01-21  mikeUpdated color profiles and margins for sample EPSON...
2000-01-04  mikeY2k copyright changes.
2000-01-03  mikeUpdated configure script to only include libdl if PAM...
2000-01-03  mikeMore changes to support job persistance.
2000-01-03  mikeMerged and updated for CUPS 1.1/ESP Print Pro 4.1.
1999-12-29  mikeChanges to support multiple files per job.
1999-12-21  mikeWasn't calling "CheckJobs()" after a job was finished.
1999-12-14  mikeNow restart queue if printer is modified.
1999-10-12  mikePrinters without PPDs or interface scripts now default...
1999-10-10  mikeScanf, strcpy, and sprintf security changes.
1999-09-29  mikeWas using job->state instead of job->status to control...
1999-09-22  mikeNow use real timezone (TZ) value for backends, CGIs...
1999-09-03  mikeNow log process creation and ending.
1999-09-03  mikeOops, need to set the group before changing from the...
1999-07-29  mikeAdded CONTENT_TYPE environment variable to StartJob...
1999-07-26  mikeFixed typo - was calling StopPrinter() with name instea...
1999-07-21  mikeCUPS_ADD_PRINTER and CUPS_ADD_CLASS didn't check for...
1999-07-13  mikeAdded code to only update the printer-state-message...
1999-07-12  mikeFixed bug in CheckJobs() - wasn't handling "no availabl...
1999-06-25  mikeMultiple fixes for remote printing problems...
1999-06-21  mikeAdded TempDir directive support, and corresponding...
1999-06-19  mikeFixed bug in StopJob() that would cause the scheduler...
1999-06-19  mikeMake debug stuff for select failure enabled all the...
1999-06-18  mikeFixed address to 44141 Airport View Drive...
1999-06-09  mikeAdded implicit/auto class code.
1999-06-04  mikeSetPrinterAttrs() would not add a filter rule if a...
1999-06-03  mikeAdded check for job status; if the job didn't complete...
1999-05-26  mikeDropped "kill" code in signal handler; instead, we...
1999-05-19  mikeFixed MaxLogSize: and MaxRequestSize: bug in cupsd...
1999-05-18  mikeLOTS of changes:
1999-05-11  mikeIf a job stops because of an error, it can never be...
1999-05-10  mikeAdded install target commands.
1999-05-10  mikeUpdated defaults to use strings in config.h.
1999-05-07  mikeMore debug messages.
1999-04-29  mikeUpdated to use sigset(), sigaction(), or signal() and...
1999-04-22  mikeChanged OPEN_MAX to 1024; I'm sick of playing "follow...
1999-04-22  mikeD'oh! Needed to output info every BrowseInterval secon...
1999-04-22  mikeChanges for Linux...
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-24  mikeChanges for new IPP prototypes and string structure.
1999-03-06  mikeStartJob() now defines additional environment variables...
1999-03-05  mikeUpdated StartJob() to open file: devices in exclusive...
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-09  mikeUpdated to use new CUPS library functions.
1999-01-24  mikeChecked in prior to CVS use.
1998-10-16  mikeInitial revision