]> git.ipfire.org Git - thirdparty/cups.git/history - cups
Fix output to write a full page.
[thirdparty/cups.git] / cups /
2017-08-29  Michael SweetMove test client program to filter directory, finish...
2017-08-29  Michael SweetSave work on client code.
2017-08-29  Michael SweetAdd client simulator for testing basic client functiona...
2017-08-29  Michael SweetFix the interactions between the "print-quality" and...
2017-08-28  Michael SweetThe CUPS library did not reuse domain sockets (Issue...
2017-08-28  Michael SweetThe web interface did not support newer language identi... 5098/head
2017-07-25  Michael R SweetMore changes for localization unit test (Issue #5097)
2017-08-28  Michael SweetUpdate localization information.
2017-08-28  Michael SweetFix the localization unit test on Linux (Issue #5097)
2017-08-27  Michael SweetFix sorting bug.
2017-08-27  Michael SweetThe IPP Everywhere PPD generator now sorts the supporte...
2017-08-25  Michael SweetSupport internal "only TLS/1.0" option for tlscheck.
2017-08-25  Michael R SweetMerge pull request #5081 from sblondon/master
2017-08-09  Michael SweetFix the localization fallback code on macOS (rdar:...
2017-08-03  Michael SweetFix compiler warning.
2017-08-02  Michael SweetThe `ippCopyAttribute` function did not copy out-of...
2017-08-01  Michael SweetUpdate copyright.
2017-07-25  Michael SweetClean up unit test.
2017-07-25  Michael SweetAdd unit test that loops calling cupsGetDests.
2017-07-25  Michael SweetAdd error checking for all Bonjour browsing in cupsEnum...
2017-07-25  Michael SweetRemove old API documentation files.
2017-07-25  Michael R SweetUse a 250ms delay for cupsGetDests - not perfect, but...
2017-07-24  Michael SweetTry a much shorter enum time for cupsGetDests (Issue...
2017-07-24  Michael R SweetMerge pull request #5066 from sblondon/master
2017-07-24  Michael R SweetFix "DenyCBC" priority string with GNU TLS.
2017-07-19  Michael SweetLower maximum poll()/select() time to 100ms (possible...
2017-07-19  Michael SweetImplement standard localizations in cupsLocalizeDest...
2017-07-19  Michael SweetThe `cupsGetNamedDest` function did not use the local...
2017-07-18  Michael SweetCUPS now sends the `Date` HTTP header in IPP requests...
2017-07-18  Michael SweetThe IPP backend incorrectly sent the "job-pages-per...
2017-07-18  Michael R SweetMerge pull request #5054 from sanbrother/master
2017-07-17  Michael R SweetFix more issues with libtool support (Issue #5050)
2017-07-17  Michael R SweetUpdate libtool support to include --mode=foo stuff...
2017-07-07  Michael R SweetThe IPP backend now always sends the "finishings" attri...
2017-07-07  Michael R SweetThe `cupsGetDests` function incorrectly returned an...
2017-07-07  Michael R SweetAdd some more debug printfs to figure out Issue #5046...
2017-07-04  Michael SweetFix Apple language ID parsing to support three-letter...
2017-07-04  Michael SweetUpdate language unit test to iterate over all macOS...
2017-07-04  Michael SweetImplement "default" command (show_default) function...
2017-07-04  Michael SweetBump CUPS Programming Manual version.
2017-07-04  Michael SweetFix a typo in the CUPS Programming Manual (Issue #5042)
2017-07-03  Michael SweetAdd some additional debug messages for, um, debugging...
2017-06-30  Michael R SweetUpdate Apple language ID mapping to POSIX locale IDs...
2017-06-29  Michael SweetUpdate initial text concerning where to provide feedback.
2017-06-29  Michael SweetUpdate CUPS programming manual to explain what "localiz...
2017-06-28  Michael R SweetDon't support default printers that are not queues.
2017-06-27  Michael SweetPrevent underflow (unlikely, but possible)
2017-06-26  Michael R SweetThe `SSLOptions` directive in "client.conf" and "cupsd...
2017-06-22  Michael SweetAdd cupsCheckDestSupported test to the supported action.
2017-06-20  Michael SweetSave work on CUPS programming manual.
2017-06-20  Michael SweetSave resolved device URI back in the "device-uri" optio...
2017-06-20  Michael SweetSave resolved device URI.
2017-06-20  Michael SweetAdd CUPS_DEST_FLAGS_DEVICE flag for cupsConnectDest.
2017-06-19  Michael R SweetMerge pull request #5029 from AOSC-Dev/master
2017-06-19  Michael R SweetMerge pull request #4996 from psychomario/cupstestppdbof
2017-06-19  Michael SweetReport the value of the printer-is-temporary attribute...
2017-06-19  Michael SweetThe cupsCheckDestSupported function did not support...
2017-06-17  Michael R SweetFix crashes on Linux (Issue #5022)
2017-06-17  Michael SweetFix some (bogus) clang warnings.
2017-06-17  Michael R SweetFix compile warning.
2017-06-16  Michael SweetFix some output issues in ipptool introduced by migrati...
2017-06-16  Michael SweetSync up with changes from IPP sample code project.
2017-06-15  Michael SweetUpdate reference to Avahi poll bug (now moved to Github...)
2017-06-12  Michael SweetSave work on documentation.
2017-06-08  Michael SweetSave work on documentation.
2017-06-07  Michael SweetSave work on CUPS Programming Manual.
2017-06-07  Michael R SweetAdd note that the callback/block will get multiple...
2017-06-07  Michael SweetUpdate header documentation.
2017-06-05  Michael R SweetMerge pull request #5016 from jnerin/patch-1
2017-06-01  Michael R SweetFix compiler warning.
2017-06-01  Michael R SweetDon't use readdir_r, ever.
2017-06-01  Michael SweetDocumentation updates.
2017-05-31  Michael SweetRevive CUPS_PRINTER_DISCOVERED for cupsEnumDests.
2017-05-26  Michael R SweetRemove old commands.
2017-05-26  Michael SweetAdd support for lp and lpr to print to network printers...
2017-05-17  Michael SweetRe-implement cupsGetDests and cupsCreateJob using cupsE...
2017-05-16  Michael SweetAllow PWG Raster types to vary by case (non-conformant...
2017-05-01  Michael R SweetImplement cupsAddIntegerOption and cupsGetIntegerOption...
2017-05-01  Michael SweetFix some typos in the new documentation.
2017-04-30  Michael SweetAdd a cover image for the new programming manual.
2017-04-30  Michael SweetFix documentation comment.
2017-04-30  Michael SweetMove most of the CUPS library documentation into a...
2017-04-20  Michael R SweetUse human-readable strings for printer-info.
2017-04-20  Michael R SweetAvahi fixes for cupsEnumDests (Issue #4989)
2017-04-20  Michael R SweetSave work on Avahi code
2017-04-19  Michael R SweetUpdate cupsEnumDests implementation to return early...
2017-04-18  Michael R SweetFix regression in job file preservation (Issue #4987)
2017-04-14  Michael SweetSave work on new CUPS Programming Manual.
2017-03-14  Michael R SweetClean out old code (Issue #4980)
2017-03-13  Michael R SweetUnlock CUPS keychain as needed (appears that the CUPS...
2017-03-10  Michael SweetThe IPP Everywhere finishings support did not work...
2017-03-10  Michael SweetUpdate localized media type names.
2017-03-10  Michael SweetFix localization of media type values, add a few common...
2017-03-09  Michael SweetAdd meaningful error messages to IPP Everywhere PPD...
2017-03-09  Michael SweetUpdate MediaType code to list all media-type-supported...
2017-03-09  Michael SweetSupport all print-quality values reported by the printe...
2017-03-09  Michael SweetSend media-col for media-source and media-type, even...
2017-03-08  Michael SweetFirst half of the changes for Issue #4960, Issue #4961...
2017-03-08  Michael SweetFix some more localization issues on macOS (<rdar:...
2017-03-08  Michael SweetEliminate compiler warning.
next