]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler/ipp.c
Write printcap file as needed from callers to add/delete printer/class and
[thirdparty/cups.git] / scheduler / ipp.c
2005-11-24  mikeWrite printcap file as needed from callers to add/delet...
2005-11-22  mikeThe scheduler now sets the job-originating-user-name...
2005-11-14  mikeClean up notification and printer attributes.
2005-11-14  mikeFix names of notify-lease-duration and notify-time...
2005-11-14  mikeUse cupsArray API for subscription array.
2005-11-14  mikeAdd most of the remaining notification code.
2005-10-21  mikeUse httpAssembleURIf() for dynamically-generated URIs...
2005-10-13  mikecgi-bin/admin.c:
2005-10-13  mikeSend a browse delete packet when setting printer-is...
2005-10-10  mikeImplement "first-job-id" and "first-printer-name" attri...
2005-10-05  mikeAdd optimizations for implicit classes, and add test...
2005-10-03  mikeFix a lockup problem with calling cupsdFindDest() in...
2005-09-30  mikeAdded large file (64-bit) support (STR #541) and job...
2005-09-30  mikeChange cupsdJob*() functions to use cupsd_job_t * argum...
2005-09-28  mikeCleanup.
2005-09-28  mikeRename all types and functions to use cupsd prefix.
2005-09-27  mikeReplace jobs list with two sorted job arrays - Jobs...
2005-09-27  mikeRemove incorrectly merged code.
2005-09-27  mikeUse cupsArray*() API to manage sorted list of printers...
2005-09-26  mikeAdd support for cached authentication on a per-job...
2005-09-26  mikeAdd standard backend exit codes.
2005-09-26  mikeLog stderr from cups-driverd...
2005-09-26  mikeFix PPD copy bug, and add check for MIME database.
2005-09-23  mikeUse cups-driverd to get PPD (model) files.
2005-09-18  mikeAdded write buffering to the HTTP code to improve perfo...
2005-09-18  mikeThe scheduler now returns the address that was used...
2005-09-15  mikeThe scheduler now verifies that a printer supports...
2005-09-13  mikeSave work on upgraded policy stuff (warning, integratio...
2005-09-01  mikeAdd CacheDir support and fix some web interface and...
2005-09-01  mikeUpdate default security configuration in cupsd.conf...
2005-08-31  mikeFix some web interface authentication issues.
2005-08-30  mikeFinish up cups-driverd and fix some bugs.
2005-08-30  mikeTweak file, directory, and PPD APIs, and save work...
2005-08-28  mikeAdd port monitor support to scheduler.
2005-08-24  mikecups/cups.h:
2005-08-23  mikeAdd simple device URI check to add_printer(); basically...
2005-08-23  mikebackend/usb-unix.c:
2005-08-04  mikeThe scheduler, command-line, and web interfaces now...
2005-08-04  mikeDisallow the "#" character in printer names, since...
2005-08-03  mikepdftops/Annot.cxx:
2005-06-24  mikeForced classification did not work when job-sheets...
2005-06-02  mikeUse .so.2 for preload libraries so that "make test...
2005-05-30  mikeSupport job subscriptions via print-job and create...
2005-05-24  mikeAdd ippErrorValue(), ippOpString(), and ippOpValue...
2005-05-24  mikeImplement cupsdLoadAllSubscriptions().
2005-02-18  mikeMove 1.2 branch to trunk.
2005-02-18  mikeUpdate copyright notices, addresses, etc.
2005-02-18  mikeSync changes and files from 1.1.x.
2005-01-03  mikeCopyright updates.
2004-10-04  mikeMirror 1.1.x changes.
2004-10-04  mike- Now sanitize the device URI that is reported in the...
2004-08-23  mikeMirror 1.1.x changes.
2004-08-23  mikeCompiler warnings...
2004-08-19  mikeMirror 1.1.x changes.
2004-08-19  mikeFix cupsGetPPD2() bug - wasn't using the correct printe...
2004-07-02  mikeFile descriptor handling cleanup (no more mass close...
2004-07-02  mikeprinter-op-policy-supported, not printer-policy-supported.
2004-06-30  mikeRest of policy stuff...
2004-06-30  mikePartial implementation of policies.
2004-06-30  mikeSupport setting of printer-op-policy and printer-error...
2004-06-29  mikeThe "cancel -u user" command now works for ordinary...
2004-06-29  mikeCleanup.
2004-06-29  mikeMirror 1.1.x changes.
2004-06-29  mikeAdded support for quoted system group names (STR #784)
2004-06-01  mikeMirror 1.1.x change.
2004-06-01  mikeChanged some calls to snprintf() in the scheduler to
2004-04-20  mikeMirror 1.1.x changes.
2004-04-20  mikeFix log file permissions and cleanup checks for run...
2004-03-24  mikeMirror 1.1.x change.
2004-03-24  mikeThe scheduler did not use a case-insensitive comparison...
2004-02-25  mikeCopyright updates...
2004-02-25  mikeMirror 1.1.x changes.
2004-02-25  mikeMore ctype fun...
2004-02-17  mikeMirror 1.1.x changes.
2004-02-17  mikecupsd could crash if a print job could not be printed...
2004-02-04  mikeMirror 1.1.x changes.
2004-02-04  mikeCUPS-Get-Default did not return all printer attributes...
2004-02-03  mikeMirror 1.1.x changes.
2004-02-03  mikeThe PPD conformance tests did not catch group translation
2003-10-22  mikeMirror 1.1.x changes.
2003-10-22  mikeFix bugs in the scheduler job attribute group change...
2003-10-16  mikeMirror 1.1.x changes.
2003-10-16  mikeThe scheduler did not move the incoming job attributes...
2003-09-17  mikeMirror 1.1.x changes.
2003-09-17  mikeLog all classification changes (STR #289)
2003-09-15  mikeMirror 1.1.x changes.
2003-09-15  mikeMake config, spool, and status files owned by scheduler...
2003-07-20  mikeMirror 1.1.x changes.
2003-07-20  mikeAdd preliminary Valgrind support (STR #193)
2003-05-13  mikeMirror 1.1.x change.
2003-05-13  mikeGet rid of compiler warning.
2003-05-12  mikeMirror 1.1.x changes.
2003-05-12  mikeFix multiple banner page problem (STR #68)
2003-05-12  mikeMirror 1.1.x changes.
2003-05-12  mikeFix Set-Job-Attributes to deny setting of READ-ONLY...
2003-05-09  mikeMirror 1.1.x changes.
2003-05-09  mikeDoing an rc5...
2003-04-26  mikeMirror 1.1.x changes.
2003-04-26  mikeUpdate French man pages.
2003-04-25  mikeMirror 1.1.x changes.
next