]> git.ipfire.org Git - thirdparty/cups.git/history - backend/ipp.c
Check for NULL response.
[thirdparty/cups.git] / backend / ipp.c
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.
2009-10-15  mikeDrop support for the recovered:/recoverable: message...
2009-08-31  mikeSNMP supply levels and states were wrong for some printers.
2009-08-29  mikeAdd a debug message so that people know why we stopped...
2009-08-29  mikeThe IPP backend did not handle some non-comforming...
2009-06-26  mikeMultiplex input from the side-channel socket and stdin...
2009-06-12  mikeFix typo and use httpAssembleURI instead of snprintf...
2009-06-12  mikeMake sure all of the network backends set the connectin...
2009-06-05  mikeThe IPP backend now reconnects after every request...
2009-06-05  mikeUse dup2(fd, n) in all places instead of close(n) and...
2009-05-18  mikeMultiple Kerberos fixes to get the new "copy credential...
2009-05-15  mikeAdd (bogus) NULL check for connection to silence clang...
2009-05-06  mikeDon't try to localize printer-state-reasons in the...
2009-04-09  mikeUpdate IPP and LPD backends so that SNMP queries can...
2009-03-12  mikeDisplay "copying print data" status message when copyin...
2009-02-16  mikeLocalization fixes, plus preliminary localizations...
2009-01-20  mikeFix authentication in IPP backend.
2009-01-09  mikeIPP/2.x support.
2008-12-09  mikeSide-channel SNMP lookups would not work when cupsSNMPS...
2008-12-08  mikeSimplify the network "connecting to" and "connected...
2008-12-08  mikeLocalized the device descriptions for the SCSI, serial...
2008-10-15  mike"offline*" is another "printer offline" state...
2008-09-26  mikeThe IPP backend did not retry print jobs when the print...
2008-09-17  mikeThe IPP backend incorrectly stopped the local queue...
2008-08-29  mikeRelay com.apple.print.recoverable-message messages.
2008-07-14  mikeShow progress while we resolve a DNS-SD hostname...
2008-07-14  mikeFix typo.
2008-07-14  mikeDon't try to print files with 0 or 1 bytes.
2008-07-14  mikeThe IPP backend did not relay marker-* attributes.
2008-07-11  mikeRemoved unused variables and assignments found by the...
next