]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler
Documentation/image updates.
[thirdparty/cups.git] / scheduler /
2000-05-22  mikeNow check for send timeout every 10 seconds (was every 60)
2000-05-22  mikeRestartJob didn't work for stopped jobs (which still...
2000-05-17  mikeRemoved the CLOSE method; where the HELL did *that...
2000-05-17  mikeAdded support for OPTIONS command.
2000-05-11  mikeAdded "purge" option to CancelJob() so that CancelJobs...
2000-05-11  mikeMissing the lpinfo and lpmove commands from the distrib...
2000-05-11  mikeAdded quoting of special characters for PS banners...
2000-05-11  mikehold-until + timeout changes.
2000-05-11  mikeImplemented status and remove-jobs LPD commands.
2000-05-09  mikeDidn't support Keep-Alive for HTTP/1.0 clients.
2000-05-02  mikeAdded support for job-media-sheets-completed attribute...
2000-05-02  mikeDidn't reset current font in SI or DI commands.
2000-05-01  mikeMD5 support.
2000-04-29  mikeFixed charset lookup table - iso8859-x should have...
2000-04-27  mikeStopJob() now terminates the backend; need to update...
2000-04-27  mikeForgot to shut the alarm off at the end...
2000-04-27  mikeAdded 30 second timeout for backends to report their...
2000-04-26  mikeBanner page support fixes (now uses the templates)
2000-04-24  mikeFixed bug in mimeType() - the contains() rule accessed...
2000-04-20  mikeWas saving implicit classes...
2000-04-20  mikeFixes to CUPS 1.1b3 makefiles and config files (FreeBSD...
2000-04-19  mikeAdded more debug stuff to lpd backend.
2000-04-19  mikeFixed bug in LoadAllJobs() - bad job control files...
2000-04-19  mikeprinter-more-info attribute is now set to the first...
2000-04-18  mikeAdded banner files (CUPS form XML 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-04-10  mikeMissing image file in .list files.
2000-04-09  mike[What I Did on My "Vacation"]
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  mikeDefault printcap file is now empty.
2000-03-21  mikeInitial banner support.
2000-03-21  mikeUse sigaction instead of sigset under Linux.
2000-03-14  mikeThe CUPS startup script redirected stderr before stdout...
2000-03-13  mikemime_load_xyz() didn't call fclose()...
2000-03-11  mikeAdded support for set-job-attributes operation.
2000-03-11  mikeAdded PPD file cache.
2000-03-11  mikeFixed get_address() to handle hostnames and service...
2000-03-11  mikeMake check_auth() public.
2000-03-10  mikeFinished polling daemon...
2000-03-10  mikeAdded polling daemon.
2000-03-10  mikeUpdated authentication routines to support the director...
2000-03-10  mikeHTTP 1.0 doesn't require the Host: field...
2000-03-09  mikeFixed encoding of text-with-language and name-with...
2000-03-09  mikeCode cleanup (no more unused vars, etc.)
2000-03-09  mikeAdded syslog support to LogXYZ functions.
2000-03-09  mikeFix for gethostbyaddr() call from 1.0.x...
2000-03-06  mikeAdded PAM configuration file for ESP Print Pro and...
2000-03-02  mikegzopen returns a pointer...
2000-03-01  mikeMisc changes.
2000-02-25  mikeUpdated Print Pro configuration code to support digest...
2000-02-25  mikeDSO's now use version 2.
2000-02-24  mikeReturn "forbidden" if bad group.
2000-02-22  mikeWeb fixes.
2000-02-18  mikeDocumentation changes.
2000-02-11  mikeNow sort PPD files by make, model, and language.
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-06  mikeNow free filetypes in CancelJob()
2000-02-03  mikeUpdated TODO, more debug stuff to diagnose lpadmin...
2000-02-03  mikeClient chunking fix from 1.0.x/4.0.x.
2000-02-02  mikeUpdated CUPS installation list to include templates...
2000-02-01  mikecups.h was still including mime.h.
2000-02-01  mikeAdded templates to distributions.
2000-01-30  mikeForgot to add PPD and device sources.
2000-01-29  mikeDropped old mime.h file from distribution file.
2000-01-27  mikeChanged LOG_XYZ to L_XYZ to avoid redefining SYSLOG...
2000-01-27  mikeDropped "printer@host" to "printer" mapping - too confu...
2000-01-25  mikeMoved MIME stuff to scheduler directory.
2000-01-21  mikeFixed certificate authentication.
2000-01-21  mikeFixed cancel bug.
2000-01-21  mikeMinor EPSON driver adjustments.
2000-01-21  mikeUpdated color profiles and margins for sample EPSON...
2000-01-20  mikeMoved raster functions to CUPS image library.
2000-01-20  mikeAdded missing cert files.
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...
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  mikeAdded some debug stuff, and changed "printer not found...
1999-12-14  mikeChanges to support PAM and non-PAM distributions.
1999-12-14  mikeNow restart queue if printer is modified.
1999-12-08  mikeIncreased maximum copies to 65535.
1999-12-08  mikeDidn't handle passwords with spaces.
1999-12-07  mikeDropped DEFAULT_UID and DEFAULT_GID (no longer used.)
1999-12-07  mikeNow lookup User and Group from password and group files...
1999-11-04  mikeWasn't doing a chown() on the request file...
1999-11-04  mikeUpdated IPP response code.
1999-11-02  mikeDropped the pen definitions from the HP-GL/2 prolog...
1999-10-27  mikeFixed bug in cancel_job().
1999-10-22  mikeFixed typos...
1999-10-22  mikeRequest files shouldn't have world-read permissions.
1999-10-18  mikeFinal PAM changes for Linux and Solaris.
1999-10-18  mikeFixed PAM code.
1999-10-15  mikeAdded PAM support to CUPS scheduler.
1999-10-15  mikeadd_printer() and add_class() did not check for jobs...
next