]> git.ipfire.org Git - thirdparty/cups.git/shortlog
thirdparty/cups.git
2024-08-08  Zdenek DohnalProtect against possible NULL (fixes #1026) 1028/head
2024-08-07  Michael R SweetAdd localizations for deprecated IPP attributes/options...
2024-08-07  Michael R SweetDeprecate page-border Job Template attribute (Issue...
2024-07-24  Zdenek DohnalUpdate CHANGES.md
2024-07-24  zdohnalMerge pull request #1009 from zdohnal/use-errno-only...
2024-07-23  Zdenek DohnalRework setting HTTP errors in CUPS (fixes #893) 1009/head
2024-07-23  zdohnalMerge pull request #1010 from zdohnal/fix-checkbox...
2024-07-22  Zdenek Dohnalcgi: Fix checkbox support (fixes #1008) 1010/head
2024-07-22  Zdenek Dohnalcups-private.h: Have one declaration per line
2024-07-09  Michael R SweetFix Weblate reference.
2024-07-08  zdohnalMerge pull request #1004 from zdohnal/no-c99-only
2024-07-08  Zdenek DohnalDo not use C99-only construct (fixes #1000) 1004/head
2024-06-29  Michael R SweetFix how ippeveprinter responds to an unsupported reques...
2024-06-20  Michael R SweetAdd NULL check when copying collections.
2024-06-20  Michael R SweetLimit the maximum number of file descriptors to 64k...
2024-06-18  Michael R SweetMirror X.509 validation changes from libcups v3.
2024-06-18  Michael R SweetMirror GNU TLS fixes from libcups v3.
2024-06-18  Michael R SweetAdd new _cupsDirCreate private API and use it for confi...
2024-06-18  Michael R SweetAdd missing (but deprecated and unimplemented) credenti...
2024-06-18  Michael R SweetUpdate DLL exports.
2024-06-18  Michael R SweetRemove HTTP_AUTH_xxx constants that (apparently) have...
2024-06-18  Michael R SweetFix build in Linux.
2024-06-18  Michael R SweethttpConnectAgain from libcups v3.
2024-06-18  Michael R SweetFix porting error.
2024-06-18  Michael R SweetSync up with TLS/X.509 changes in libcups v3.
2024-06-18  Zdenek Dohnalconf.c: Add newline to fprintf
2024-06-18  Zdenek Dohnalscheduler: Fix cupsd activated on-demand via socket
2024-06-17  Michael R SweetUpdate "no listeners" message for service_checkin.
2024-06-14  Michael R SweetFix builds without on-demand support.
2024-06-14  Michael R SweetDon't abort early if there are no listen sockets after...
2024-06-14  Michael R SweetFix error handling when reading a bad 1setOf attribute.
2024-06-11  zdohnalMerge pull request from GHSA-vvwp-mv6j-hw6f
2024-06-11  Zdenek DohnalFix domain socket handling
2024-06-10  zdohnalcgi: Fix showing query string in Help
2024-06-07  zdohnalMerge pull request #978 from ysard/fr-translations
2024-06-06  Zdenek Dohnalcgi: Fix showing query string in Help 977/head
2024-06-06  ysardUpdate & fix French translations 978/head
2024-06-06  zdohnalclient.c: Fix web UI job queries on Classes/Printers...
2024-06-05  Zdenek Dohnalclient.c: Fix web UI job queries on Classes/Printers... 974/head
2024-06-04  Zdenek DohnalFix copyright
2024-05-30  Michael R SweetFix DNS-SD lookups of local services with Avahi (Issue...
2024-05-29  Michael R SweetRevert Host: header change (Issue #967)
2024-05-28  Michael R SweetFix infinite loop if the format buffer is too small.
2024-05-28  Michael R SweetFix form decode problems.
2024-05-28  zdohnalMerge pull request #965 from cjlano/patch-1
2024-05-27  CJlanoFix typo in fr/printer-default.tmpl 965/head
2024-05-25  Michael R SweetMake cupsJSONAdd public API (needed for making JWK...
2024-05-22  Michael R SweetMore Coverity fixes.
2024-05-22  Michael R SweetMerge Coverity fixes.
2024-05-21  Michael R SweetMore Avahi changes to fix threading issues (Issue ...
2024-05-21  Michael R SweetFix threading and callback issues with Avahi (Issue...
2024-05-17  Michael R SweetSync up DNS-SD code.
2024-05-17  Michael R SweetSet SNI extension with OpenSSL.
2024-05-17  zdohnalcups/dest.c: Fix `cupsConnectDest()` return value if...
2024-05-16  zdohnalcgi-bin/var.c: Fix return value if the text is invalid
2024-05-16  Zdenek Dohnalcgi-bin/var.c: Fix return value if the text is invalid 961/head
2024-05-16  jiang-xiaowen-pshFix wrong cb parameter in `cupsConnectDest()` and retur... 960/head
2024-05-16  zdohnalMerge pull request #959 from zdohnal/job-preset-ci...
2024-05-15  Zdenek DohnalFix CI failure due job-presets support 959/head
2024-05-15  Zdenek Dohnalclient.c: Allow any query string starting with '?'
2024-05-15  zdohnalFix HTTP query in web interface (fixes #954)
2024-05-14  Zdenek DohnalFix HTTP query in web interface (fixes #954) 957/head
2024-05-03  Michael R SweetFix non-quick copies of collection values.
2024-04-26  Michael R SweetAdd LDFLAGS for macOS CI.
2024-04-26  Michael R SweetInstall prerequisites on macOS, normalize step labels.
2024-04-26  Zdenek DohnalUpdate CHANGES.md based on the recent relevant commits
2024-04-25  Michael R SweetAdd job-presets-supported to CUPS shared printers ...
2024-04-25  Michael R SweetAdd job-sheets-col support (Issue #138)
2024-04-25  Michael R SweetAdd --list-all option to cupsfilter (Issue #194)
2024-04-25  Michael R SweetFix warnings.
2024-04-25  Michael R SweetFix finishings support in ippeveps.
2024-04-24  Michael R SweetConvert dnssd backend to use cupsDNSSD APIs.
2024-04-21  Michael R SweetClean up mDNSResponder support.
2024-04-21  Michael R SweetFix typos in comments.
2024-04-21  Michael R SweetFix a deadlocking issue and add some more tests for...
2024-04-19  Michael R SweetInitial support for multiple DNS-SD domains and Avahi.
2024-04-18  Michael R SweetIncrease the mime.types limit to 8192 bytes and documen...
2024-04-18  Michael R SweetUpdate checkbox support code.
2024-04-18  Michael R SweetAdd some debug logging to the message localization...
2024-04-18  Michael R SweetAdd some logging to the new DNS-SD stuff.
2024-04-18  Michael R SweetAdopt new DNS-SD API for cupsd sharing (Issue #931)
2024-04-17  Michael R SweetFix support for simple punch finisher (Issue #821)
2024-04-16  Michael R SweetFix ippeveprinter issues.
2024-04-16  Michael R SweetFix Windows DLL exports.
2024-04-16  Michael R SweetMove printer-strings-languages-supported to common...
2024-04-16  Michael R SweetFix typos.
2024-04-16  Michael R SweetMerge pull request #942 from OpenPrinting/l10n
2024-04-16  Michael R SweetUpdate cups-files.conf man page. 942/head
2024-04-16  Michael R SweetUpdate _ppdCacheCreateWithPPD to collect localizable...
2024-04-15  Michael R SweetUpdate _ppdCacheCreateWithPPD to accept languages to...
2024-04-15  Michael R SweetAddress clang warning.
2024-04-15  Michael R SweetUpdate _cupsMessageLoad to accept existing strings...
2024-04-14  Michael R SweetLocalize finishings/finishings-col, media-source, media...
2024-04-12  Michael R SweetFix printer-strings-uri support in _ppdCreateFromIPP.
2024-04-10  Michael R SweetUpdate browsw output.
2024-04-10  Michael R SweetAdd 'browse' sub-command to DNS-SD test program.
2024-04-10  Michael R SweetFix crash when host is NULL.
2024-04-10  Michael R SweetDon't mark BG thread done until the response is sent.
2024-04-09  Michael R SweetInitial work on loading all desired languages from...
2024-04-09  Michael R SweetFix warnings.
next