]> git.ipfire.org Git - thirdparty/cups.git/shortlog
thirdparty/cups.git
2013-01-09  mikeFix over-reads causing 60-second delays when doing...
2013-01-09  mikeFix compile on Linux.
2013-01-08  mikeDon't need ugly header hacks on OS X anymore...
2013-01-08  mikeMake httpAssembleURI public API.
2013-01-04  mikePrefer gzip over deflate.
2012-12-22  mikeFix end-of-request processing for chunked, compressed...
2012-12-20  mikeRework the HTTP reader code to better support compresse...
2012-12-17  mikeFixed a problem with local Kerberos authentication...
2012-12-17  mikeSome minor changes to get TOT building on Linux again.
2012-12-17  mikeClean up Kerberos support to only need GSSAPI.
2012-12-14  mikeWhen doing reverse order duplex with first-page-from...
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-14  mikeDon't allow /private/tmp or /tmp for TempDir on OS X.
2012-12-14  mikeIgnore empty STATE: messages.
2012-12-14  mikeMake sure we run dsymutil on all libraries, too.
2012-12-13  mikeCoverity scan: fixed some minor issues (STR #4242)
2012-12-13  mikeFix permissions put in cups-files.conf.
2012-12-13  mikeDrop CUPS browsing document (STR #4234)
2012-12-13  mikeThe scheduler did not remove color profiles after delet...
2012-12-13  mikeThe CUPS library did not always detect a timed out...
2012-12-13  mikeThe ipptool program now supports variable substitution...
2012-12-13  mikeThe IPP backend now stops queues when the server config...
2012-12-13  mikeCheck whether job->state is NULL, which can happen...
2012-12-12  mikeThe XML output of ipptool contained empty dictionaries...
2012-12-12  mikeThe scheduler did not delete job control backup files...
2012-12-12  mikeMore changes for STR #4223:
2012-12-12  mikeFix logic error in cupsGetPPD3 - was not checking the...
2012-12-12  mikeDon't set auth-info-required all of the time (STR ...
2012-12-11  mikeGenerate full 1284 device ID as needed (STR #3702)
2012-12-11  mikeStrip trailing slash from regex paths to prevent sandbo...
2012-12-11  mikeCheck all support files at the start of a job.
2012-12-11  mikeFix section references to RFC 2911.
2012-12-11  mikeDon't put specific length checks in ippReadIO, instead...
2012-12-10  mikeFix some more issues with cupstestppd, and remove prc_5...
2012-12-10  mikeFix an edge case for cupstestppd.
2012-12-10  mikeFix httpFlush() when in the "waiting" state.
2012-12-10  mikeFix allocation check for SSL connections.
2012-12-10  mikeSave some testing code.
2012-12-10  mikeFix typo.
2012-12-10  mikeClean up clang detection to include feature, in case...
2012-12-07  mikeDon't copy libbackend.a to SYMROOT.
2012-12-07  mikeFix AC_MSG call.
2012-12-07  mikeFix some clang errors.
2012-12-07  mikeAdd new httpSetDefaultField API to set the default...
2012-12-07  mikeDon't set Accept-Encoding header by default since some...
2012-12-06  mikeNeed <sys/fcntl.h>.
2012-12-06  mikeFix logging about FileDevice.
2012-12-04  mikeDon't map "." in non-size names.
2012-12-04  mikeRun dsymutil if we are installing symbol-rich binaries...
2012-12-04  mikeAdd old private APIs back as placeholders to prevent...
2012-12-04  mikeImplement httpPeek for compressed streams.
2012-12-03  mikeFix interop with older CUPS servers by falling back...
2012-12-03  mikeChangelog.
2012-12-03  mikeDocumentation fixes.
2012-12-03  mikeMake sure we include stdarg.h for va_list definition.
2012-12-03  mikeAdd some more chars that need to be escaped in a hostname.
2012-11-30  mikeMore fixes for STR #4223...
2012-11-26  mikeMissed this file for some reason (STR #4223)
2012-11-26  mikeOne more fix for STR #4223 - default cups-files.conf...
2012-11-26  mikeMove file, directory, user, and group configuration...
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...
next