]> git.ipfire.org Git - thirdparty/cups.git/shortlog
thirdparty/cups.git
2016-03-23  Michael SweetChanges to eliminate warnings from new Clang.
2016-03-17  Michael R SweetMerge pull request #4788 from leoarnold/mailmap
2016-03-17  Leo ArnoldAdd a mailmap for correct work attribution 4788/head
2016-03-17  Michael SweetFix markdown for some of the examples...
2016-03-17  Michael SweetUpdate CONTRIBUTING file to use markdown syntax.
2016-03-17  Michael SweetRemove obsolete files and ignore Xcode files.
2016-03-15  Michael SweetIgnore all generated files.
2016-03-15  Michael SweetAdd configure script and .gitignore file.
2016-03-10  msweetThe IPP backend now continues on to the next job when...
2016-03-10  msweetFix cancel of jobs with multiple documents (<rdar:...
2016-03-09  msweetThe scheduler did not return non-shared printers to...
2016-03-09  msweetFix builds on Linux.
2016-03-08  msweetRemove all remnants of the old private PWG APIs and...
2016-03-08  msweetUpdate message catalogs.
2016-03-07  msweetThe scheduler now reads the spool directory if one...
2016-03-07  msweetAdded support for disc media sizes (<rdar://problem...
2016-03-05  msweetFix anonymous ESR markup bug.
2016-03-02  msweetFix hang bug when alternating text contains a quote.
2016-03-02  msweetMake sure cupsPageSize is initialized.
2016-02-26  msweetAdd PWG Raster field definitions.
2016-02-18  msweetImplement more of testdest unit test.
2016-02-17  msweetFix some bugs in the implementation that have been...
2016-02-17  msweetMore work on temporary queues - implement support for...
2016-02-16  msweetUpdate "make test" to include alternate filter.
2016-02-16  msweetImplement CUPS-Create-Local-Printer operation and add...
2016-02-16  msweetBack off on ECDSA for now, just use RSA as before,...
2016-02-16  msweetSwitch to ECDSA and SHA256 for self-signed certs on...
2016-02-15  msweetFirst half of new "local temporary printer" queues...
2016-02-12  msweetUpdate documentation for cupsd - "-s" option was not...
2016-02-05  msweetAdd printer-queue-id attribute (extension).
2016-01-29  msweetFix deprecation and uninitialized value issues.
2016-01-29  msweetFix compiler warning.
2016-01-28  msweetPut the developer guide into a new CONTRIBUTING file...
2016-01-27  msweetFix logic error (need to move only the remaining charac...
2016-01-26  msweetFix access to resource files when the web interface...
2016-01-26  msweetUpdate copyright.
2016-01-26  msweetFix encoding of quoted values (<rdar://problem/19736672>)
2016-01-25  msweetAdd (undocumented) -T option to print the current sandb...
2016-01-13  msweetFix German web template (STR #4756)
2016-01-13  msweetThe "lp -H resume" command did not reset the "job-state...
2016-01-13  msweetFix some issues in ipptool for skipped tests (<rdar...
2016-01-12  msweetFix builds on Linux.
2016-01-12  msweetAdd "-4" and "-6" options to tlscheck.
2016-01-11  msweetPending subscriptions would prevent the scheduler from...
2016-01-11  msweetBump version.
2016-01-06  msweetFix some compile issues, use our implementation of...
2016-01-06  msweetFix variable definitions.
2016-01-04  msweetThe default password function did not work on some...
2016-01-04  msweetRevert permissions change to cupsd domain socket (...
2015-12-18  msweetWrap all uses of notify_post with #ifdef's.
2015-12-18  msweetAdd cupsRasterInitPWGHeader API to setup a raster heade...
2015-12-16  msweetThe EPL2 and ZPL sample drivers did not properly suppor...
2015-12-11  msweetThe httpAddrConnect and httpConnect* APIs now try conne...
2015-12-11  msweetCan't hide _httpWait.
2015-12-11  msweetFix export list for shared libraries (<rdar://problem...
2015-12-09  msweetDo some code reorganization so that all of the PPD...
2015-12-08  msweetChangelog.
2015-12-08  msweetDon't exit under memory pressure (<rdar://problem/23255...
2015-11-20  msweetAdd missing client-error-not-fetchable status code.
2015-11-19  msweetFix compile error on Linux.
2015-11-18  msweetAdd support for hashed job-password values; right now...
2015-11-17  msweetThe IPP backend incorrectly included the job-password...
2015-11-17  msweetChanging the printer-is-shared value for a remote queue...
2015-11-17  msweetThe scheduler did not deliver job notifications for...
2015-11-17  msweetAdded USB quirk for Canon MP530 (STR #4730)
2015-11-17  msweetScheduler logging change (STR #4728)
2015-11-13  msweetFix regression in fix for <rdar://problem/23133833>.
2015-11-13  msweetRange check port numbers in URIs (<rdar://problem/23144...
2015-11-13  msweetDon't create the full name twice (<rdar://problem/23144...
2015-11-13  msweetDon't treat HTTP/1.x prefix as a response unless we...
2015-11-11  msweetMake sure to delete temporary file on failed install...
2015-11-06  msweetDon't export weak symbols.
2015-10-28  msweetFix symbolic name to enum mapping (first value wasn...
2015-10-28  msweetFix compile error.
2015-10-28  msweetFix another spot where URI hostnames were not normalized.
2015-10-28  msweetFix IPP conformance issues and a bug in the printer...
2015-10-26  msweetCleanup some DEBUG2 log messages (<rdar://problem/23135...
2015-10-26  msweetMake sure we escape the subject and text in the RSS...
2015-10-26  msweetStrip trailing ? and / before checking for .ppd (<rdar...
2015-10-26  msweetAdd /admin/log section to cupsd.conf so that remote...
2015-10-26  msweetMake sure /icons/printer.png and /ppds/printer.ppd...
2015-10-26  msweetDon't log strings directly (<rdar://problem/23134299>)
2015-10-26  msweetReturn error if we cannot allocate the compression...
2015-10-26  msweetMake sure that raster buffer can hold enough data for...
2015-10-23  msweetUse constant time comparison function for local certifi...
2015-10-23  msweetEscape strings in error_log output (<rdar://problem...
2015-10-23  msweetEnsure that cupsBytesPerLine < 2^31 for 32-bit only...
2015-10-23  msweetAdd missing length check (<rdar://problem/23133230>)
2015-10-23  msweetReally fix it.
2015-10-23  msweetFix infinite loop on bad PUT (<rdar://problem/23132803>)
2015-10-23  msweetLimit size of chunked requests (<rdar://problem/23132353>)
2015-10-23  msweetDocumentation updates.
2015-10-23  msweetFix compile error.
2015-10-23  msweetAdd margin checks to rastertopwg (<rdar://problem/23132...
2015-10-23  msweetProtect against integer overflow in raster data (<rdar...
2015-10-23  msweetGet rid of compiler warning...
2015-10-20  msweetMake sure image is not progressive.
2015-10-19  msweetInterface scripts are no longer supported for security...
2015-10-09  msweetUpdate software for stable draft of IPP Everywhere...
2015-10-09  msweetThe IPP backend did not always handle jobs getting...
next