]> git.ipfire.org Git - thirdparty/cups.git/history - backend/ipp.c
Prep for 1.6.0 release.
[thirdparty/cups.git] / backend / ipp.c
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...
2011-04-15  mikeAdd IPv6 support to the SNMP backend, and do some addit...
2011-03-30  mikeAdd remote job state keywords.
2011-03-29  mikeOne more change for Kerberos.
2011-03-21  mikeAdd support for collated copies...
2011-03-20  mikeDon't require root to read username and password from...
2011-03-18  mikeAdd some compatibility hacks for HTTP/1.0-based IPP...
2011-03-14  mikeHandle "canceled" authentication status, too.
2011-03-12  mikeFirst pass on unifying the IPP and PPD cache - rename...
2011-03-11  mikeMove Fibonnaci delay into libcups since we can use...
2011-03-09  mikeDon't reset the auth-info-required value if we get...
2011-03-09  mikeSend copies if we are sending options.
2011-03-04  mikeFix a regression in side-channel reporting of back...
2011-02-22  mikeAdd cupsIPPSupplies keyword to disable IPP supply level...
2011-02-18  mikeRevamp network backends so that they don't connect...
2011-02-14  mikeIf we are requiring operations-supported, we should...
2011-01-21  mikeFix some clang-reported issues.
2011-01-17  mikeIPP backend cleanup - use Validate-Job prior to Print...
2011-01-04  mikeName resolution errors no longer cause queues to stop...
2010-11-22  mikeMore localization work.
2010-11-10  mikeAdd the ability to force IPv4 or IPv6 connections.
2010-08-10  mikeSet output-mode from ColorModel.
2010-08-10  mikeSync up IPP and HTTP conformance changes, IPP->PPD...
2010-07-27  mikeClean up clang-reported issues.
2010-06-30  mikeNormalize connection error messages for all network...
2010-05-18  mikeClean up error messages and make some errors DEBUG...
2010-04-29  mikeFix bug when printing from a file.
2010-04-23  mikeAdd sides to outgoing request as needed.
2010-04-23  mikeAdd Windows SSL support.
2010-01-14  mikeThe IPP backend now sets the printer-state-message...
2010-01-14  mikeThe PPD compiler did not correctly add the manufacturer...
2010-01-14  mikeThe IPP backend did not handle authentication properly...
2009-12-18  mikeUse arc4random, when available.
2009-11-20  mikeThe network backends incorrectly cleared the media...
2009-10-15  mikeStop using exclamation marks in error messages.
next