]> git.ipfire.org Git - thirdparty/cups.git/shortlog
thirdparty/cups.git
2024-05-16  Zdenek Dohnalcgi-bin/var.c: Fix return value if the text is invalid 961/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.
2024-04-09  Michael R SweetFix regression for background queue creation (Issue...
2024-04-06  Michael R SweetFix constant name.
2024-04-06  Michael R SweetUse NULL hostname for services on the loopback interfac...
2024-04-06  Michael R SweetUse size_t for buffer size and make sure it is at least...
2024-04-05  Michael R SweetReport an error if you use lpadmin to set defaults...
2024-04-05  Michael R SweetDelete enum attribute if the value is bad.
2024-04-05  Michael R SweetSupport enum keywords (Issue #734)
2024-04-05  Michael R SweetFix document-unprintable-error support (Issue #391)
2024-04-05  Michael R SweetSupport ippeveprinter -f option with -a (Issue #759)
2024-04-05  Michael R SweetTweak Docker docos.
2024-04-05  Michael R SweetMerge pull request #929 from Rudra-IITM/docker_build
2024-04-05  Michael R SweetUse cupsCopyString instead of strlcpy.
2024-04-05  Michael R SweetChangelog.
2024-04-05  Michael R SweetAdd cupsCopyDestInfo2 API (Issue #586)
2024-04-05  Rudra-IITMupdate install.md 929/head
2024-04-05  Michael R SweetFix cupsCopyDestInfo device connection detection (Issue...
2024-04-05  Rudra-IITMadd dockerfile and docker-compose file
2024-04-05  Michael R SweetAllow PPD choices and PWG keywords to select media...
2024-04-05  Zdenek DohnalUpdate CHANGES.md
2024-04-05  zdohnalscheduler: Fix sending response headers to client
2024-04-04  Michael R SweetUpdate CUPS-Add-Modify-Printer and CUPS-Create-Local...
2024-04-03  Zdenek Dohnalscheduler: Fix sending response headers to client 927/head
2024-04-03  Michael R SweetPut it back - Github is confused.
2024-04-03  Michael R SweetRename CodeQL workflow to satisfy Github.
2024-04-03  Michael R SweetFix CodeQL-detected missing NULL check.
2024-04-02  Michael R SweetUpdate default destination documentation (Issue #819)
2024-04-02  Michael R SweetMerge pull request #837 from zdohnal/fix-reasons-for...
2024-04-02  Michael R SweetFix some build issues (Issue #674)
2024-04-02  Michael R SweetMerge pull request #674 from AtariDreams/ABI
2024-04-02  Michael R SweetMerge branch 'master' into ABI 674/head
2024-04-02  Michael R SweetFix 'deny everyone' example (Issue #844)
2024-04-02  Michael R SweetFix httpGets timeout handling (Issue #879)
2024-04-02  Michael R SweetDrop 'none' test (Issue #909)
2024-04-02  zdohnalcups/request.c: Show filename in message in `cupsDoFile...
2024-04-02  Michael R SweetFix the initialization and validation of checkbox and...
2024-03-27  Michael R SweetUpdate CUPS-Create-Local-Printer to preserve the existi...
2024-03-27  Michael R SweetFix client logging of requests.
2024-03-27  Michael R SweetDon't use sanitizer on macOS due to performance issues...
2024-03-27  Michael R SweetUpdate Windows DLL exports.
2024-03-27  Michael R SweetUpdate cupsd code to report all supported raster resolu...
2024-03-27  Michael R SweetDrop old strlcat/cpy emulation functions.
2024-03-27  Michael R SweetStop doing EUC-JP test.
2024-03-25  Michael R SweetFix encoding of extension values (Issue #913)
2024-03-25  Michael R SweetUpdate changelog and make sure we have the len==0 check...
2024-03-25  Michael R SweetMerge pull request #914 from yetamrra/raster-write...
2024-03-25  Benjamin GordonAdd additional parameter validation to _cupsRasterWrite... 914/head
2024-03-22  Zdenek Dohnalcups/request.c: Show filename in message in `cupsDoFile... 912/head
2024-03-22  Zdenek Dohnalcups/ipp.c: Use strcmp, since attribute names are case...
2024-03-19  zdohnalsnmp.c: Validate input OID string for `_cupsSNMPStringT...
2024-03-18  Zdenek Dohnalsnmp.c: Validate input OID string for `_cupsSNMPStringT... 907/head
2024-03-11  zdohnalFix get-printer-attributes test with media-col-database
2024-03-08  Alexander RogovskyyFix get-printer-attributes test with media-col-database 908/head
2024-03-01  Michael R SweetFix IPv6 address encoding in the Host: header (Issue...
2024-02-16  Michael R SweetUpdate cupsCreateRequestedArray for Get-Output-Device... 897/head
2024-02-15  Zdenek DohnalUpdate CHANGES.md
2024-02-15  zdohnalppd-cache.c: Check for required attributes if URF or...
next