]> git.ipfire.org Git - thirdparty/cups.git/history - backend/ipp.c
Changelog.
[thirdparty/cups.git] / backend / ipp.c
2013-04-18  mikePrinting using "ipps" URIs was not encrypted.
2013-04-01  mikeThe IPP backend could fail to pause a job for authentic...
2013-03-20  mikeFix paid printing.
2013-03-08  mikeThe IPP backend could crash if the printer disconnects...
2013-02-08  mikeUse job-authorization-uri from Validate-Job request...
2013-01-28  mikeGet 1.7 back into shape to use/test on 10.8.
2013-01-08  mikeMake httpAssembleURI public API.
2013-01-04  mikePrefer gzip over deflate.
2012-12-14  mikeCheck printer state and report printer-state-message...
2012-12-13  mikeThe IPP backend now stops queues when the server config...
2012-11-16  mikeRemove old private API.
2012-11-16  mikeChangelog.
2012-11-16  mikeDon't send compression attribute in Validate-Job request.
2012-11-15  mikeBack out unintended change.
2012-11-15  mikeSave work.
2012-11-09  mikeFix up IPP enumerations and types to use consistent...
2012-11-08  mikeActually map print-color-mode to output-mode.
2012-11-08  mikeUse print-color-mode or output-mode (deprecated) as...
2012-11-02  mikeFix error reporting.
2012-11-01  mikeSupport gzip/deflate on HTTP connections.
2012-10-29  mikeDon't retry Send-Document when printing from stdin...
2012-10-29  mikeOnly ignore server-error-internal-error 5 times.
2012-10-29  mikeDon't abort monitoring on an internal error error...
2012-10-25  mikeAdd logging of the requests we send...
2012-10-22  mikeClean up messages from the IPP backend - too much infor...
2012-10-16  mikeFinal bits of changes to support paid printing, release...
2012-10-02  mikeThe IPP backend did not send a cancel request to printe...
2012-10-01  mikeThe IPP backend could get stuck in an endless loop...
2012-09-28  mikeAbort the outer loop if we get a failure from Send...
2012-09-21  mikeWork around some broken IPP printers (STR #4190)
2012-09-18  mikeSupport new auth-info-default attribute to track defaul...
2012-09-15  mikeAdd "snmp" option to network backends and don't use...
2012-09-15  mikeThe IPP backend did not specify the compression used...
2012-08-30  mikeAdd support for higher-level PIN printing, external...
2012-07-16  mikePrep for 1.6.0 release.
2012-06-16  mikeDon't report conformance issues for Send-Document unles...
2012-05-23  mikeMake sure we log the Create-Job but no Send-Document...
2012-05-23  mikeThe IPP backend no longer tries to get the job status...
2012-05-23  mikeSending a document in an unsupported format to an IPP...
2012-05-18  mikeAdd new StrictConformance directive, fix more usage...
2012-05-18  mikeThe IPP backend now treats the client-error-not-possibl...
2012-05-18  mikeThe IPP backend incorrectly included the document-forma...
2012-05-04  mikeIf we get a client-error-bad-request response from...
2012-04-23  mikeClean up localizations throughout.
2012-04-23  mikeNuke "Ready to print." from orbit...
2012-04-06  mikeSupport early cancel at device.
2012-03-30  mikeCheck for cancellation in a couple more spots, and...
2012-03-23  mikeFix a bunch of issues reported by the latest Clang...
2012-03-14  mikeDon't send copies for multi-page image formats that...
2012-03-02  mikeAdd some additional debugging.
2012-03-02  mikeFix sending of empty document-format in Send-Document...
2012-02-29  mikeLook for <xpc/private.h>.
2012-02-16  mikeBack out change for STR #3986 since it causes regressio...
2012-02-15  mikeUpdate IPP backend to honor cupsMaxCopies as well.
2012-02-15  mikeFix authentication with certain printers.
2012-02-13  mikeDetect authentication errors for all requests.
2012-02-12  mikeThe IPP backend no longer specifies the document-format...
2012-02-12  mikeSupplies with commas in their names were not reported...
2012-02-11  mikeFixed the IPP backend's handling of HTTP/1.0 compatibil...
2012-02-11  mikeThe IPP backend did not always setup username/password...
2012-02-11  mikeThe IPP backend no longer re-queues print jobs that...
2012-02-06  mikeDon't log useless errors.
2012-01-20  mikeDon't stop a printer when we can't get the job status.
2012-01-20  mikeCheck for NULL response.
2012-01-16  mikeDon't use Create-Job if Send-Document is not also suppo...
2012-01-13  mikeCheck for open errors.
2012-01-06  mikeAdd FaxOut support to IPP backend (currently cover...
2012-01-06  mikeUse Create-Job/Send-Document when the printer supports...
2011-12-15  mikeFix mapping of finishings options (STR #3995)
2011-12-14  mikeFix stapling support in IPP backend.
2011-12-02  mikeDon't send copies for streamed images (which will alrea...
2011-12-02  mikeFix typo.
2011-12-02  mikeDon't send multiple-document-handling attribute for...
2011-11-07  mikeRetry on client-error-not-possible (STR #3963)
2011-09-09  mikeWhen possible, the IPP backend now stops sending job...
2011-09-02  mikeThe IPP backend sent the wrong margins in media-col.
2011-08-12  mikeThe IPP backend incorrectly reported spool-area-full...
2011-08-11  mikeRemove extra comma.
2011-08-05  mikeOne more spot that needs to check for a printer-side...
2011-08-02  mikeDon't retry jobs that are canceled at the printer.
2011-05-26  mikeMore elimination of compiler warnings.
2011-05-21  mikeMake httpSetTimeout public API, update the documentatio...
2011-05-20  mikeUse strcasecmp and strncasecmp emulation functions...
2011-05-18  mikeAdd support for providing exported Kerberos credentials...
2011-05-12  mikeNeed "+" on cups-remote-xxx states.
2011-05-12  mikeFix compiler warnings and clean up the Xcode project...
2011-05-11  mikeFix compiler warning - count uninitialized, and return...
2011-05-11  mikeNeed to use the mutex for the attribute cache as well.
2011-05-11  mikeFinish up the overhaul of the state reporting code...
2011-05-09  mikeSave work on improved IPP backend - still need to finis...
2011-05-06  mikeFix an issue with the new "no print" code in the IPP...
2011-05-04  mikeMerge remote job state change into a single write to...
2011-05-04  mikeChange printer-state-reason name...
2011-05-04  mikeFix "don't connect unless we have print data" changes...
2011-05-04  mikeUse printer-is-accepting-jobs as well as printer-state...
2011-05-04  mikeAdd XPC support for IPP backend, allowing it to get...
2011-04-25  mikeFix authenticated printing bug.
2011-04-22  mikeFail on client-error-document-format-not-supported or
2011-04-16  mikeMore message cleanup, and retry on pretty much any...
2011-04-16  mikeFix IPP backend so that it can recover from failed...
next