summaryrefslogtreecommitdiff
path: root/scheduler/job.c
Commit message (Expand)AuthorAgeFilesLines
* Expand whitelist for use of "offline-report"Rose2021-09-301-2/+1
* Eliminate unused variables.Michael R Sweet2021-04-121-8/+1
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-051-5/+5
* Address multiple minor issues reported by the LGTM security scanner:Michael R Sweet2019-11-181-40/+40
* Fix potential excess logging from the scheduler when removing job filesMichael R Sweet2019-07-161-1/+1
* Log held job messages as errors so that is it clear why a job was held (Issue...Michael R Sweet2019-07-161-1/+1
* Eliminate new GCC compiler warnings (Issue #5591)Michael R Sweet2019-06-131-1/+1
* Fix parentheses in cupsdCleanJobs.Dariusz Gadomski2019-05-301-1/+1
* Update the hold expiration logging - one case is an error, the other is normal.Michael R Sweet2019-05-011-3/+5
* Increase the MultipleOperationTimeOut default to 15 minutes, log an error ifMichael R Sweet2019-05-011-2/+2
* More clang warning fixes.Michael R Sweet2019-04-201-5/+4
* Correctly encode octetString values for print filters (Issue #5558)Michael R Sweet2019-04-151-0/+49
* Fix an issue with `PreserveJobHistory` and time values (Issue #5538)Michael R Sweet2019-03-111-18/+18
* Don't stop a printer after a job is canceled/aborted (Issue #5517)Michael R Sweet2019-02-211-3/+8
* Fix handling of MaxJobTime 0 (Issue #5438)Michael R Sweet2018-12-051-1/+3
* Move debug printfs to internal usage only.Michael R Sweet2018-10-181-2/+0
* Add code signing for macOS Mojave.Michael R Sweet2018-09-181-14/+42
* Report all supported Job Creation attributes and their values (Issue #5340)Michael R Sweet2018-06-181-3/+18
* Fix local privilege escalation to root and sandbox bypasses in schedulerMichael R Sweet2018-06-051-0/+12
* The scheduler no longer logs pages as they are printed, instead just loggingMichael R Sweet2017-11-081-32/+50
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-5/+1
* The scheduler did not run with a high enough priority, causing problems onMichael Sweet2017-10-021-1/+1
* Fix mapping and defaulting of print-quality/cupsPrintQuality (Issue #5090)Michael Sweet2017-09-111-11/+46
* Fix the interactions between the "print-quality" and "cupsPrintQuality"Michael Sweet2017-08-291-11/+34
* Fix regression in job file preservation (Issue #4987)Michael R Sweet2017-04-181-1/+1
* The "reprint job" option was not available for some canceled jobs (Issue #4915)Michael Sweet2017-03-281-3/+8
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
* Clear informational messages out of printer-state-message when a job completesMichael R Sweet2016-07-191-0/+7
* Fix some typos (MacmacOS, etc.) that slipped in due to inconsistent usage.Michael Sweet2016-06-211-1/+1
* Update all references to OS X to macOS.Michael R Sweet2016-06-201-1/+1
* The scheduler now logs informational messages for jobs at LogLevel "info"Michael Sweet2016-05-161-1/+1
* Rename "job-actual-printer-uri" to "job-printer-uri-actual".Michael Sweet2016-05-111-5/+3
* Fix printing of multiple files to raw queues (Issue #4782)Michael Sweet2016-05-111-2/+2
* Fix Hold-New-Jobs implementation (Issue #4767)Michael Sweet2016-05-111-1/+21
* The scheduler did not handle out-of-disk situations gracefully (Issue #4742)Michael R Sweet2016-03-291-9/+3
* The scheduler now reads the spool directory if one or more job cache entriesmsweet2016-03-071-1/+9
* First half of new "local temporary printer" queues, to support on-demand IPPmsweet2016-02-151-0/+19
* The "lp -H resume" command did not reset the "job-state-reasons" attributemsweet2016-01-131-1/+4
* Update jobs.cache after expiring job files (STR #4706)msweet2015-08-311-0/+2
* The scheduler incorrectly started jobs while canceling multiple jobs (STR #4648)msweet2015-07-071-11/+5
* The scheduler did not start all pending jobs at once (STR #4646)msweet2015-06-241-0/+2
* Security: Fix CERT VU #810572 exploiting the dynamic linker (STR #4609)msweet2015-06-081-9/+8
* Add support for job-impressions[-completed].msweet2015-05-271-7/+31
* Support many new attributes and fix some IPP conformance issues (STR #4630)msweet2015-05-251-0/+9
* The scheduler did not always log which configuration file had the errormsweet2015-01-301-15/+10
* Don't forget to close RequestRoot directory.msweet2015-01-281-1/+3
* cupsd takes the slow path when loading job history even if the control filesmsweet2015-01-281-13/+41
* ...msweet2014-12-091-1/+1
* The scheduler incorrectly aborted jobs after a job was restartedmsweet2014-12-041-1/+1
* Re-introduce dark wake support, but this time while monitoring the currentmsweet2014-08-301-5/+2