]> git.ipfire.org Git - thirdparty/cups.git/history - cups
More tweaks for IPP Everywhere support in web interface.
[thirdparty/cups.git] / cups /
2018-06-18  Michael R SweetMore tweaks for IPP Everywhere support in web interface.
2018-06-15  Michael R SweetAdd options to force a TLS version.
2018-06-15  Michael R SweetMirror TLS changes from master.
2018-06-11  Michael R SweetFix regressions in ippValidateAttribute (Issue #5322...
2018-06-05  Michael R SweetBump version, mirror fix from master, changelog.
2018-06-05  Michael R SweetFix link to CUPS Programming Manual.
2018-06-05  Michael R SweetFix iOS compile warning.
2018-06-04  Michael R SweetMirror change from master.
2018-05-18  Michael R SweetMirror smb change from master.
2018-05-14  Michael R SweetAdd more URI validation for scheme.
2018-05-11  Michael R SweetGeneralize the input validation of some kinds of attrib...
2018-04-12  Michael R SweetFix cups_auth_find for schemes without parameters.
2018-04-11  Michael R SweetFix a parsing bug in the new authentication code.
2018-04-09  Michael R SweetMirror changes to legacy CUPS print APIs from master...
2018-04-03  Michael R SweetBump version.
2018-03-23  Michael R SweetUpdate VisualStudio Project v2.2.7
2018-03-19  Michael R SweetDeprecate raw print queues.
2018-03-19  Michael R SweetInclude cupsJobPassword keyword in generated PPDs ...
2018-03-14  Michael R SweetFix _cupsCondWait again.
2018-03-13  Michael R SweetFix definition of IPP_DSTATE_ enums.
2018-03-13  Michael R SweetFix implementation of _cupsCondWait with timeout.
2018-03-13  Michael R SweetFix printing to some IPP Everywhere printers (Issue...
2018-03-09  Michael R SweetFix the Windows export file.
2018-03-09  Michael R SweetBump shared library version to account for new functions.
2018-03-07  Michael R SweetFix stray space/tab.
2018-03-07  Michael R SweetTemporary files are now placed in the correct directory...
2018-03-07  Michael R SweetUpdate documentation for cupsHashString.
2018-03-07  Michael R SweetFix crash bug in HTTP field handling - regression in...
2018-03-07  Michael R SweetRemainder of patches for backporting 2.3 changes to...
2018-03-07  Michael R SweetBackport CUPS 2.3.x changes to 2.2.x (Issue #5255)
2017-11-01  Michael R SweetRevert change in cupsDoIORequest, which caused problems.
2017-10-30  Michael R SweetFix handling of "yue" language.
2017-10-23  Michael R SweetMerge pull request #5150 from hardfalcon/master
2017-10-22  Pascal ErnsterFix indention 5150/head
2017-10-22  Pascal ErnsterFix AllowRC4 and AllowSSL3 on GnuTLS platforms
2017-10-22  Pascal ErnsterMerge branch 'master' of https://github.com/apple/cups
2017-10-22  Pascal ErnsterRevert "Clean up implementation for SSLOptions"
2017-10-22  Pascal ErnsterRevert "Changed AllowDH to no-op on gnutls platforms...
2017-10-20  Michael SweetFix cipher suite selection with GNU TLS (Issue #5145)
2017-10-20  Pascal ErnsterChanged AllowDH to no-op on gnutls platforms, explicitl... 5149/head
2017-10-19  Pascal ErnsterClean up implementation for SSLOptions
2017-10-19  Michael R SweetMerge pull request #5146 from DavieV/fix-ifs
2017-10-19  Michael SweetChangelog and bump CUPS version.
2017-10-16  DavieVRemove unnecessary nesting in if statements. 5146/head
2017-10-12  Michael R SweetMerge pull request #5134 from LAfricain/master
2017-10-12  Michael SweetOne further fix for cupsGetDests2 - don't show network...
2017-10-11  Michael Sweet`cupsGetDests2` was not using the supplied HTTP connect...
2017-10-11  Michael SweetFix crash in debug printf.
2017-10-02  Michael SweetAdd support for Japanese Kaku 1 envelope size (rdar...
2017-09-28  Michael R SweetMerge pull request #5112 from paulmenzel/remove-libgcry...
2017-09-14  Michael SweetFix Windows builds.
2017-09-14  Michael SweetFix memory leaks.
2017-09-11  Michael SweetFix mapping and defaulting of print-quality/cupsPrintQu...
2017-09-05  Michael SweetFix builds without Bonjour/Avahi (Issue #5105)
2017-08-30  Michael Sweet`httpAddrConnect` leaked sockets in certain circumstanc...
2017-08-30  Michael SweetAlways use chunking unless it is a simple request.
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.
next