]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/job.c
Mirror 1.1.x changes.
[thirdparty/cups.git] / scheduler / job.c
2002-05-15  mikeMirror 1.1.x changes.
2002-05-14  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-03-28  mikeMirror 1.1.x changes.
2002-03-25  mikeMirror 1.1.x changes.
2002-03-21  mikeUse a single backend process for all files in a job.
2002-03-14  mikeMirror 1.1.x changes.
2002-02-14  mikeMirror 1.1.x changes.
2002-01-29  mikeUpdate 1.2 job processing code to 1.1.x stuff...
2002-01-26  mikeMirror 1.1.x changes.
2002-01-02  mikeCopyright updates...
2001-12-29  mikeImplement new ippReadIO, ippReadFile, ippWriteIO, and...
2001-12-26  mikeMerge changes from 1.1.x into 1.2 devel.
2001-05-13  mikeMerge changes from 1.1 tree.
2001-04-02  mikeCreation of 1.2 development branch.
2001-03-30  mikeTypo fixes from MaxJobPerPrinter/User stuff.
2001-03-30  mikeDocumentation update.
2001-03-30  mikeAdd new IPP status codes and messages.
2001-03-28  mikeAdd missing include files.
2001-03-15  mikeTypo fix in IPP code.
2001-03-14  mikeAdd Classification directive and page-label attribute...
2001-03-02  mikeGet rid of compiler warnings.
2001-03-02  mikeFixed a bug in UpdateJob() - the check for EINTR was...
2001-02-23  mikeLoadAllJobs() didn't update NumJobs...
2001-02-23  mikeAdd "test" target to makefile.
2001-02-21  mikeAdded support for PrintcapFormat directive.
2001-02-19  mikeLoadAllJobs() was looking for job-sheets-completed...
2001-02-13  mikeUse Level 2/3 setpagedevice command to set number of...
2001-02-09  mikeWas using httpWrite instead of write...
2001-02-09  mikeMore SuSE fixes.
2001-02-08  mikeConfigure script changes - remove extra libraries from...
2001-02-07  mikeSuSE fixes.
2001-01-22  mikeCopyright 2001...
2001-01-12  mikeMap job-printer-uri to job-printer-name
2001-01-11  mikeprinters.conf and classes.conf security update
2001-01-08  mikeFixed bug in resolution encoding for filters.
2000-12-14  mikeFixes for segfaults in printer manager.
2000-11-22  mikeUpdateJob() didn't handle interrupted system calls.
2000-11-21  mikeRemove some debug messages.
2000-11-20  mikeChangelog update.
2000-11-17  mikeMore quota stuff. Now just docos and IPP attributes...
2000-11-17  mikeFirst half of quota stuff.
2000-11-14  mikeWasn't matching implicit classes in FindClass()...
2000-11-10  mikeGUI code fixes to eliminate some Sun compiler warnings...
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-10-16  mikeFixed FilterLimit processing (default is no limit)...
2000-10-12  mikeippWrite() and ipp_write_file() fixes for name-with...
2000-10-12  mikeFix for crash when deleting a printer when a job is...
2000-09-14  mikeHopefully plugged a little memory leak in DeletePrinter().
2000-09-12  mikeFixed bug where stopping an active printer would crash...
2000-09-07  mikeNew MaxFDs global; use it instead of hard-coded limits.
2000-08-30  mikeFixes for printer lookup and set-job-attributes.
2000-08-30  mikeMoved all of the duplicate user validation code into...
2000-08-30  mikeFixed move-job bug.
2000-08-29  mikeBUG #89: Add FontPath directive.
2000-08-18  mikeAdded filter limit stuff for Canon.
2000-08-03  mikeWas setting TZ variable twice.
2000-07-17  mikeFixes for bugs 49-59.
2000-07-01  mikeMore time-at fixes
2000-06-28  mikeSERVER_ROOT to CUPS_SERVERROOT.
2000-06-28  mikeJob code was setting job-at-processing and job-at-compl...
2000-06-28  mikeNow create remote printers when loading jobs. (Bug...
2000-06-27  mikeChange from DATADIR to CUPS_DATADIR.
2000-06-27  mikeChanges to support LD_LIBRARY_PATH and DataDir directive.
2000-06-02  mikeFixed the "fast poll" bug reported by DISA - the status...
2000-06-02  mikeWhoops, timed holds should be relative to GMT.
2000-06-02  mikeAdded full job-hold-until support.
2000-06-01  mikeMore fixes for missing job-sheets attribute in old...
2000-06-01  mikeFixes for create-job + send-document crashing cupsd.
2000-05-22  mikeRestartJob didn't work for stopped jobs (which still...
2000-05-11  mikeAdded "purge" option to CancelJob() so that CancelJobs...
2000-05-11  mikehold-until + timeout changes.
2000-05-02  mikeAdded support for job-media-sheets-completed attribute...
2000-04-27  mikeStopJob() now terminates the backend; need to update...
2000-04-20  mikeFixes to CUPS 1.1b3 makefiles and config files (FreeBSD...
2000-04-19  mikeFixed bug in LoadAllJobs() - bad job control files...
2000-04-11  mikeWas sending a lot of crap to the filters that shouldn...
2000-04-11  mikeChanged filter/backend logging from DEBUG to INFO messa...
2000-03-30  mikeAdded job-sheets-xyz attribute support.
2000-03-22  mikeNow check for jobs when a remote printer says it is...
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-03-11  mikeAdded support for set-job-attributes operation.
2000-03-09  mikeFixed encoding of text-with-language and name-with...
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.
next