]> git.ipfire.org Git - thirdparty/cups.git/shortlog
thirdparty/cups.git
2012-11-16  mikeRemove old private API.
2012-11-16  mikeAdd support for compressing document data from ipptool.
2012-11-16  mikeFix HTTP PUT issues preventing cupsctl from working.
2012-11-16  mikeFix typos.
2012-11-16  mikeNew documentation.
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-15  mikeAdd range checking to ippSetValueTag and ippSetGroupTag.
2012-11-15  mikeYay, fixed the make check failure - needed to still...
2012-11-14  mikeSave work: more fixes for decompression support, add...
2012-11-13  mikeFix some issues with the new compression support WRT...
2012-11-13  mikeChangelog.
2012-11-13  mikeAdd new httpGetContentEncoding API.
2012-11-13  mikeMore cleanup on deprecation messages (now with messages...
2012-11-13  mike"Unable to find printer" is a temporary message, so...
2012-11-12  mikeippserver now builds without using any deprecated const...
2012-11-10  mikeFix up http_t state stuff now that we are tracking...
2012-11-09  mikeFix up IPP enumerations and types to use consistent...
2012-11-08  mikeFix build.
2012-11-08  mikeSave work.
2012-11-08  mikeActually map print-color-mode to output-mode.
2012-11-08  mikeSave work: now using httpAcceptConnection, httpReadRequ...
2012-11-08  mikeUse print-color-mode or output-mode (deprecated) as...
2012-11-07  mikeOnly resolve IPP USB printers locally.
2012-11-07  mikeSave work on ippserver.
2012-11-06  mikeUse _CUPS_NO_DEPRECATED instead of CUPS_NO_DEPRECATED.
2012-11-06  mikeEliminate warning from unused vars...
2012-11-06  mikeDon't wait for 5 seconds.
2012-11-06  mikeFix check for ippusb:
2012-11-02  mikeImplement httpReadRequest and httpWriteResponse.
2012-11-02  mikeFix EXPECT WITH-VALUE with quoted strings.
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  mikeDon't limit octetString values to 1023 octets internall...
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-29  mikeAllow ipptool to add octetString's to collections,...
2012-10-25  mikeSupport "\," to prevent sending attributes with multipl...
2012-10-25  mikeAdd logging of the requests we send...
2012-10-25  mikeAlso need to pass job-password-encryption...
2012-10-24  mikeTrack the operations each attribute/option goes in...
2012-10-23  mikeAdd some more tests just for completeness.
2012-10-23  mikeFix _cupsArrayAdd/NewStrings implementation with spaces...
2012-10-22  mikeAdd new 5101.1 media size names.
2012-10-22  mikeAdvertise correct TLS versions in Upgrade header.
2012-10-22  mikeClean up messages from the IPP backend - too much infor...
2012-10-22  mikeEliminate compiler warnings.
2012-10-19  mikeDon't cancel a job after pausing the print queue.
2012-10-19  mikeUse /printers/foo for the resource instead of /.
2012-10-19  mikeRemove Unicode char from header.
2012-10-17  mikeFix another Avahi-caused crash (STR #4213)
2012-10-17  mikeUSB is both usb: and ippusb: now...
2012-10-16  mikeFinal bits of changes to support paid printing, release...
2012-10-15  mikeNext part of paid printing support - job-authorization...
2012-10-15  mikeAdd status codes for paid printing.
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-03  mikeFix another spot where Avahi crashes cupsd because...
2012-10-02  mikeThe IPP backend did not send a cancel request to printe...
2012-10-01  mikeFix EPM packaging file (STR #4199)
2012-10-01  mikeDon't use userland pthread hack on newer versions of...
2012-10-01  mikeChangelog.
2012-10-01  mikeDrop support for IRIX (STR #4092)
2012-10-01  mikeFix PPD compiler support for JCL options (STR #4115)
2012-10-01  mikeThe web interface now checks whether the web browser...
2012-10-01  mikeFix build on OpenBSD (STR #4196)
2012-10-01  mikeFix builds on OpenBSD (STR #4195)
2012-10-01  mikeMore "quirks" for libusb-based USB backend (STR #4191)
2012-10-01  mikeFix crash on shutdown caused by broken Avahi config...
2012-10-01  mikePrevent crash due to NULL host name or FQDN from Avahi...
2012-10-01  mikeThe IPP backend could get stuck in an endless loop...
2012-10-01  mikeCheck whether we are building on 32-bit Debian (STR...
2012-10-01  mikeFix "make check" on Linux, also fix version number...
2012-09-28  mikeAbort the outer loop if we get a failure from Send...
2012-09-27  mikeDon't crash on PPD files with no size information.
2012-09-26  mikeAdd some range checking for string values to avoid...
2012-09-26  mikeThe scheduler no longer accepts or sends job descriptio...
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-16  mikeOne more fix for STR #4072 - wasn't skipping extra...
2012-09-15  mikeFilter out all control characters from the 1284 device...
2012-09-15  mikeThe scheduler no longer allows job-name values that...
2012-09-15  mikeThe web interface did not preserve the order of classes...
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-15  mikeAlso add support for sending octetString values.
2012-09-14  mikeFix reporting of octetString values.
2012-09-14  mikeSome more cleanup for Clang, although we still haven...
2012-09-13  mikeFix some issues reported by Clang.
2012-09-07  mikeStop using strcpy.
2012-09-07  mikeFix marker-types to use valid keyword strings (no upper...
2012-09-05  mikeStart adding some testing stuff for PIN/server printing.
2012-09-05  mikeRemove bug URLs.
2012-09-04  mikeEliminate clang warning.
2012-09-04  mikeAdd a NULL check to silence a Clang warning.
2012-09-04  mikeEliminate a new compiler warning caused by our empty...
2012-08-30  mikeUpdate documentation to avoid confusion, add links.
next