]> git.ipfire.org Git - thirdparty/cups.git/history - scheduler
Bump version.
[thirdparty/cups.git] / scheduler /
2019-11-18  Michael R SweetAddress multiple minor issues reported by the LGTM...
2019-11-18  Michael R SweetMore LGTM changes.
2019-10-15  Michael R SweetMerge pull request #5621 from zdohnal/cgigetarray-sigsegv
2019-10-02  Michael R SweetResolve new compiler warnings.
2019-10-02  Michael R SweetFix handling of printer resource files (Issue #5652)
2019-09-05  Michael R SweetAdd workaround for systemd's lack of true launch-on...
2019-08-15  Michael R SweetMultiple security/disclosure issues: 5611/head
2019-07-16  Michael R SweetFix potential excess logging from the scheduler when...
2019-07-16  Michael R SweetDon't default printer-info, printer-location, printer...
2019-07-16  Michael R SweetLog held job messages as errors so that is it clear...
2019-07-16  Michael R SweetAlways check the group membership list (Issue #5613)
2019-07-16  Michael R SweetThe scheduler would restart continuously when idle...
2019-06-17  Michael R SweetFix whitespace issues.
2019-06-13  Michael R SweetEliminate new GCC compiler warnings (Issue #5591)
2019-06-10  Michael R SweetMerge pull request #5590 from yurashek/master
2019-06-10  Michael R SweetMerge pull request #5593 from mpsuzuki/remove-unused...
2019-06-07  suzuki toshiyaremove unused to64() 5593/head
2019-05-30  Michael R SweetMerge pull request #5588 from dargad/job-typo
2019-05-30  Dariusz GadomskiFix parentheses in cupsdCleanJobs. 5588/head
2019-05-17  Michael R SweetFix Linux build issues with new LINKCUPS macro (Issue...
2019-05-15  Michael R SweetUpdate build system and cups-config script to not add...
2019-05-15  Michael R SweetExplain the "forbidden" error better (Issue #5547)
2019-05-02  Michael R SweetBump the default Timeout to 15 minutes as well (Issue...
2019-05-01  Michael R SweetUpdate the hold expiration logging - one case is an...
2019-05-01  Michael R SweetIncrease the MultipleOperationTimeOut default to 15...
2019-04-22  Michael R SweetMake sure "num_values" is always initialized since...
2019-04-20  Michael R SweetMore clang warning fixes.
2019-04-15  Michael R SweetUpdate systemd service file for cupsd (Issue #5551)
2019-04-15  Michael R SweetCorrectly encode octetString values for print filters...
2019-03-19  Michael R SweetUse ALL_DSOFLAGS and ALL_LDFLAGS to avoid issues with...
2019-03-11  Michael R SweetStop advertising the HTTP methods that are supported...
2019-03-11  Michael R SweetFix an issue with `PreserveJobHistory` and time values...
2019-02-25  Michael R SweetFix compiler warning from newer GCC (Issue #5533)
2019-02-21  Michael R SweetFix typo.
2019-02-21  Michael R SweetRework idle exit fix after some discussion.
2019-02-21  Michael R SweetThe scheduler did not always idle exit as quickly as...
2019-02-21  Michael R SweetDon't stop a printer after a job is canceled/aborted...
2019-02-19  Michael R SweetMerge pull request #5519 from IslandCow/small
2019-02-19  Michael R SweetUse interactive priority for cupsd now.
2019-02-14  Michael R SweetEliminate use of private macOS security headers/APIs...
2019-01-24  Michael R SweetFix online help through web interface...
2019-01-24  Michael R SweetUpdate usage and localized message about the URL to...
2019-01-23  Michael R SweetMerge pull request #5489 from scootergrisen/master
2019-01-21  Michael R SweetClean out some more _cupsStr cruft that might potential...
2019-01-21  Michael R SweetMerge pull request #5486 from scootergrisen/master
2019-01-21  Michael R SweetSwitch to using "all" and "media-col-database" because...
2019-01-21  Michael R SweetMerge pull request #5481 from scootergrisen/patch-1
2019-01-21  Michael R SweetUse the same requested-attributes values for all IPP...
2019-01-10  Michael R SweetFixed a performance regression with large PPDs (rdar...
2019-01-07  Michael R SweetMerge pull request #5461 from erkanisik1/master
2018-12-14  Michael R SweetFix potential crash in cups-driverd (rdar://46625579)
2018-12-14  Michael R SweetMerge pull request #5463 from OdyX/fix-unitialized...
2018-12-14  Didier RaboudFix service_idle_exit build issue with -Werror=maybe... 5463/head
2018-12-10  Michael R SweetMove getifaddrs to a separate header.
2018-12-08  Michael R SweetFix compile errors - not sure why these didn't show...
2018-12-06  Michael R SweetNormalize --help usage for cupsd (Issue #5326)
2018-12-05  Michael R SweetRevert os_transaction changes.
2018-12-05  Michael R SweetFix handling of MaxJobTime 0 (Issue #5438)
2018-12-05  Michael R SweetFix test suite failure caused by log rotation due to...
2018-11-08  Michael R SweetSwitch from xpc_transaction_begin to os_transaction_create.
2018-11-08  Michael R SweetMerge pull request #5410 from AOSC-Dev/master
2018-11-07  Michael R SweetFix stuck multi-file jobs (Issue #5359, Issue #5413)
2018-11-06  Michael R SweetFix more compiler warnings (Issue #5423)
2018-10-29  Michael R SweetDon't install cupscgi, cupsmime, or cupsppdc shared...
2018-10-19  Michael R SweetUse 'Standard' process type to get higher priority...
2018-10-18  Michael R SweetDon't install/remove private headers for internal libra...
2018-10-18  Michael R SweetMove debug printfs to internal usage only.
2018-10-17  Michael R SweetDon't install headers for libcupcgi, libcupsmime, or...
2018-10-17  Michael R SweetRemove dependency on zlib headers outside of libcups.
2018-10-16  Michael R SweetSearch for codesign/true, use LDFLAGS for shared librar...
2018-10-10  Michael R SweetMigrate Windows conditional code to _WIN32 define.
2018-10-02  Michael R SweetFix test suite with shared libraries on macOS.
2018-09-27  Michael R SweetSet QoS priority class for the main thread when running...
2018-09-18  Michael R SweetCode signing changes.
2018-09-18  Michael R SweetAdd code signing for macOS Mojave.
2018-08-27  Michael R SweetFix a scheduler crash bug (rdar://42198057)
2018-08-21  Michael R SweetFix memory leaks found by Coverity (Issue #5375)
2018-08-19  Michael R SweetFix regression in fix for rdar://40436080.
2018-08-18  Michael R SweetSync up with changes from 2.2.x.
2018-07-18  Michael R SweetMerge pull request #5348 from snifbr/master
2018-07-18  Michael R SweetMerge pull request #5350 from benlees/master
2018-07-18  Michael R SweetThe scheduler was being backgrounded on macOS, causing...
2018-07-09  Michael R SweetReplace the rest of the uses of __attribute__ that...
2018-07-09  Michael R SweetMove away from using __attribute__ directly (Issue...
2018-06-29  Michael R SweetFix whitespace issues.
2018-06-29  Michael R SweetFix whitespace issues.
2018-06-29  Michael R SweetAuthentication in the web interface did not work on...
2018-06-19  Michael R SweetFix auto-debug logging of job errors with systemd ...
2018-06-19  Michael R SweetFix crash when AccessLog is NULL (Issue #5309)
2018-06-18  Michael R SweetSupport idle exit, even when printer sharing is enabled...
2018-06-18  Michael R SweetRestore default cups-lpd settings for macOS.
2018-06-18  Michael R SweetFix A6 crash bug in Epson 24-pin driver (Issue #5323)
2018-06-18  Michael R SweetReport all supported Job Creation attributes and their...
2018-06-05  Michael R SweetMerge pull request #5317 from nils-van-zuijlen/typo-fr
2018-06-05  Michael R SweetFix local privilege escalation to root and sandbox...
2018-06-05  Michael R SweetValidate notify-recipient-uri values.
2018-05-11  Michael R SweetMirror validation changes from 2.2 branch.
2018-05-11  Michael R SweetMerge pull request #5312 from hansmi/mailtowait1
2018-05-10  Michael R SweetAlways use Negotiate or PeerCred for Kerberized printing.
2018-04-18  Michael R SweetMerge pull request #5297 from FedericoYundt/patch-1
next