]> git.ipfire.org Git - thirdparty/cups.git/history - backend
Changelog.
[thirdparty/cups.git] / backend /
2013-04-26  msweetNul-terminate the SNMP walk data that is provided befor...
2013-04-26  msweetAdd quirk for Canon Selphy CP780.
2013-04-18  mikePrinting using "ipps" URIs was not encrypted.
2013-04-18  mikeMore USB quirks (STR #4311)
2013-04-01  mikeThe IPP backend could fail to pause a job for authentic...
2013-03-20  mikeFix paid printing.
2013-03-14  mikeFix typo (STR #4295)
2013-03-11  mikeFix some Clang issues.
2013-03-08  mikeAdded USB quirk rule for Epson Stylus Photo 750 (STR...
2013-03-08  mikeThe IPP backend could crash if the printer disconnects...
2013-03-07  mikeFix some clang-reported issues.
2013-02-08  mikeUse job-authorization-uri from Validate-Job request...
2013-02-04  mikeMore USB quirks (STR #4263)
2013-01-28  mikeGet 1.7 back into shape to use/test on 10.8.
2013-01-11  mikeAdded a USB quirk rule for Xerox Phaser 3124 printers...
2013-01-11  mikeAdded USB blacklisting for printers that require a...
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-14  mikeDon't log permission issues for other printers' class...
2012-12-13  mikeCoverity scan: fixed some minor issues (STR #4242)
2012-12-13  mikeThe IPP backend now stops queues when the server config...
2012-12-11  mikeGenerate full 1284 device ID as needed (STR #3702)
2012-12-07  mikeDon't copy libbackend.a to SYMROOT.
2012-12-07  mikeFix some clang errors.
2012-12-04  mikeRun dsymutil if we are installing symbol-rich binaries...
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-06  mikeEliminate warning from unused vars...
2012-11-06  mikeDon't wait for 5 seconds.
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-22  mikeEliminate compiler warnings.
2012-10-16  mikeFinal bits of changes to support paid printing, release...
2012-10-15  mikeUpdate USB backend to use new API.
2012-10-09  mikeWork around broken 1284 device IDs that use a newline...
2012-10-02  mikeThe IPP backend did not send a cancel request to printe...
2012-10-01  mikeDrop support for IRIX (STR #4092)
2012-10-01  mikeMore "quirks" for libusb-based USB backend (STR #4191)
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-09-07  mikeStop using strcpy.
2012-09-07  mikeFix marker-types to use valid keyword strings (no upper...
2012-09-05  mikeRemove bug URLs.
2012-08-30  mikeAdd support for higher-level PIN printing, external...
2012-08-28  mikeFixed a USB backend compatibility issue on systems...
2012-07-27  mikeFix RPM packaging issues (STR #4145)
2012-07-16  mikePrep for 1.6.0 release.
2012-07-16  mikeFixes for libusb-based USB backend (STR #4128)
2012-06-22  mikeThe SNMP backend no longer exits if it is unable to...
2012-06-22  mikeRemove stray character (STR #4105).
2012-06-22  mikeFix crashes in the libusb-based USB backend (STR #4099)
2012-06-16  mikeDon't report conformance issues for Send-Document unles...
2012-05-31  mikeFix regression caused by STR #2053 - ignore "localhost" as
2012-05-23  mikeMultiple libusb backend fixes (STR #4098, STR #4100)
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-21  mikeAdd support for cupsSNMPQuirks keyword to handle broken...
2012-05-21  mikeClean up some clang warnings.
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-18  mikeFix libusb-based USB backend on non-Linux platforms...
2012-05-16  mikeHopefully the last of Avahi support - add code for...
2012-05-04  mikeIf we get a client-error-bad-request response from...
2012-04-30  mikeCoding style fix.
2012-04-23  mikeFix some compile errors.
2012-04-23  mikeClean up localizations throughout.
2012-04-23  mikeNuke "Ready to print." from orbit...
2012-04-13  mikeImplement _HTTP_RESOLVE_FQDN option, use .local name...
2012-04-13  mikeReduce the timeout to 500ms; we need to give printers...
2012-04-13  mikeFix the priority mapping of protocols - avahi_simple_po...
2012-04-13  mikeMore cleanup.
2012-04-13  mikeCleanup.
2012-04-13  mikeOK, fix the missing "got_callback = 1" in browse_callba...
2012-04-13  mikeFix builds for Avahi-based dnssd backend; it's now...
2012-04-12  mikeAdd comment to backend makefile about mode 700 backends.
2012-04-12  mikeEliminate the worst of the errors; need to fix up the...
2012-04-12  mikeMore Avahi integration from STR #3066 (Avahi code untes...
2012-04-11  mikeDon't run dymutil.
2012-04-06  mikeSupport early cancel at device.
2012-03-31  mikeReduce max SNMP string to 1024 since we currently only...
2012-03-30  mikeCheck for cancellation in a couple more spots, and...
2012-03-28  mikeIncrease SNMP string buffer to 65536, new constant...
next