summaryrefslogtreecommitdiff
path: root/scheduler
Commit message (Expand)AuthorAgeFilesLines
...
* Use interactive priority for cupsd now.Michael R Sweet2019-02-191-1/+3
* Eliminate use of private macOS security headers/APIs (Issue #5516)Michael R Sweet2019-02-142-17/+3
* Fix online help through web interface...Michael R Sweet2019-01-241-1/+9
* Update usage and localized message about the URL to use for secure access.Michael R Sweet2019-01-241-12/+3
* Clean out some more _cupsStr cruft that might potentially cause anMichael R Sweet2019-01-211-3/+2
* Switch to using "all" and "media-col-database" because some vendors apparentlyMichael R Sweet2019-01-211-3/+1
* Use the same requested-attributes values for all IPP Everywhere setupMichael R Sweet2019-01-211-2/+9
* Fixed a performance regression with large PPDs (rdar://47040759)Michael R Sweet2019-01-101-115/+21
* Fix potential crash in cups-driverd (rdar://46625579)Michael R Sweet2018-12-141-25/+18
* Merge pull request #5463 from OdyX/fix-unitialized-service-idle-exitMichael R Sweet2018-12-141-1/+1
|\
| * Fix service_idle_exit build issue with -Werror=maybe-unitializedDidier Raboud2018-12-141-1/+1
* | Move getifaddrs to a separate header.Michael R Sweet2018-12-102-2/+4
|/
* Fix compile errors - not sure why these didn't show up before...Michael R Sweet2018-12-081-1/+1
* Normalize --help usage for cupsd (Issue #5326)Michael R Sweet2018-12-061-10/+18
* Revert os_transaction changes.Michael R Sweet2018-12-051-14/+4
* Fix handling of MaxJobTime 0 (Issue #5438)Michael R Sweet2018-12-052-2/+4
* Fix test suite failure caused by log rotation due to sandboxing warning message.Michael R Sweet2018-12-051-3/+0
* Switch from xpc_transaction_begin to os_transaction_create.Michael R Sweet2018-11-081-4/+14
* Fix stuck multi-file jobs (Issue #5359, Issue #5413)Michael R Sweet2018-11-071-0/+7
* Fix more compiler warnings (Issue #5423)Michael R Sweet2018-11-061-1/+1
* Don't install cupscgi, cupsmime, or cupsppdc shared libraries.Michael R Sweet2018-10-291-62/+6
* Use 'Standard' process type to get higher priority for printing.Michael R Sweet2018-10-181-1/+1
* Don't install/remove private headers for internal libraries.Michael R Sweet2018-10-181-28/+12
* Move debug printfs to internal usage only.Michael R Sweet2018-10-1810-243/+190
* Don't install headers for libcupcgi, libcupsmime, or libcupsppdc.Michael R Sweet2018-10-171-5/+0
* Remove dependency on zlib headers outside of libcups.Michael R Sweet2018-10-171-4/+5
* Search for codesign/true, use LDFLAGS for shared libraries (Issue #5411)Michael R Sweet2018-10-151-3/+3
* Migrate Windows conditional code to _WIN32 define.Michael R Sweet2018-10-102-3/+3
* Fix test suite with shared libraries on macOS.Michael R Sweet2018-10-021-0/+1
* Set QoS priority class for the main thread when running from launchd.Michael R Sweet2018-09-271-0/+9
* Code signing changes.Michael R Sweet2018-09-181-39/+0
* Add code signing for macOS Mojave.Michael R Sweet2018-09-182-14/+54
* Fix a scheduler crash bug (rdar://42198057)Michael R Sweet2018-08-271-12/+7
* Fix memory leaks found by Coverity (Issue #5375)Michael R Sweet2018-08-211-20/+20
* Fix regression in fix for rdar://40436080.Michael R Sweet2018-08-191-12/+1
* Sync up with changes from 2.2.x.Michael R Sweet2018-08-181-11/+10
* The scheduler was being backgrounded on macOS, causing applications to spinMichael R Sweet2018-07-173-21/+15
* Replace the rest of the uses of __attribute__ that need to be portable (Issue...Michael R Sweet2018-07-097-13/+11
* Move away from using __attribute__ directly (Issue #5349)Michael R Sweet2018-07-093-21/+15
* Fix whitespace issues.Michael R Sweet2018-06-291-10/+10
* Fix whitespace issues.Michael R Sweet2018-06-291-3/+3
* Authentication in the web interface did not work on macOS (rdar://41444473)Michael R Sweet2018-06-291-4/+3
* Fix auto-debug logging of job errors with systemd (Issue #5337)Michael R Sweet2018-06-181-45/+40
* Fix crash when AccessLog is NULL (Issue #5309)Michael R Sweet2018-06-181-4/+5
* Support idle exit, even when printer sharing is enabled but no printers are s...Michael R Sweet2018-06-181-6/+17
* Restore default cups-lpd settings for macOS.Michael R Sweet2018-06-181-1/+1
* Fix A6 crash bug in Epson 24-pin driver (Issue #5323)Michael R Sweet2018-06-181-1/+1
* Report all supported Job Creation attributes and their values (Issue #5340)Michael R Sweet2018-06-182-9/+62
* Fix local privilege escalation to root and sandbox bypasses in schedulerMichael R Sweet2018-06-054-86/+163
* Validate notify-recipient-uri values.Michael R Sweet2018-06-051-1/+1