summaryrefslogtreecommitdiff
path: root/scheduler/main.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant codeAlfonso Gregory2021-09-071-4/+0
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-051-1/+1
* Add workaround for systemd's lack of true launch-on-demand support (Issue #5640)Michael R Sweet2019-09-051-0/+2
* The scheduler would restart continuously when idle and printers were notMichael R Sweet2019-07-161-2/+23
* More clang warning fixes.Michael R Sweet2019-04-201-0/+1
* Fix typo.Michael R Sweet2019-02-211-1/+0
* Rework idle exit fix after some discussion.Michael R Sweet2019-02-211-40/+18
* The scheduler did not always idle exit as quickly as it could...Michael R Sweet2019-02-211-4/+3
* Fix service_idle_exit build issue with -Werror=maybe-unitializedDidier Raboud2018-12-141-1/+1
* 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
* 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
* Set QoS priority class for the main thread when running from launchd.Michael R Sweet2018-09-271-0/+9
* Fix regression in fix for rdar://40436080.Michael R Sweet2018-08-191-12/+1
* The scheduler was being backgrounded on macOS, causing applications to spinMichael R Sweet2018-07-171-1/+14
* Replace the rest of the uses of __attribute__ that need to be portable (Issue...Michael R Sweet2018-07-091-1/+1
* Support idle exit, even when printer sharing is enabled but no printers are s...Michael R Sweet2018-06-181-6/+17
* The scheduler did not write out dirty configuration and state files if thereMichael R Sweet2017-11-081-6/+3
* The scheduler did not run with a high enough priority, causing problems onMichael Sweet2017-10-021-0/+8
* The scheduler (incorrectly) woke up once per second to remove stale temporaryMichael Sweet2017-09-111-3/+6
* Fix compile issue for PID file stuff when no systemd/launchd/upstart isMichael Sweet2017-08-271-18/+24
* The scheduler now creates a PID file when not running on demand with a modernMichael Sweet2017-08-011-111/+126
* Fix a build issue with `--enable-mallinfo` (Issue #5051)Michael Sweet2017-07-191-12/+0
* Make local printer deletion independent of job history updates.Michael Sweet2017-05-261-3/+27
* Delete temporary printers periodically and on shutdown (Issue #5003)Michael Sweet2017-05-251-2/+11
* The scheduler could pause responding to client requests in order to save stateMichael Sweet2017-03-081-2/+2
* Drop remainder of ASL logging code since it is deprecated in macOS Sierra.Michael R Sweet2016-10-201-9/+2
* Do some cleanup for the on-demand support - remove old launchd support (noMichael Sweet2016-06-211-144/+44
* Merge pull request #4825 from computersforpeace/upstartMichael R Sweet2016-06-211-180/+140
|\
| * support Upstart socket activationBrian Norris2016-05-271-6/+50
| * Refactor common on-demand socket setup codeBrian Norris2016-05-271-162/+78
| * Factor out generic 'HAVE_ONDEMAND' macro flagBrian Norris2016-05-271-18/+18
* | Exit with keep-alive instead of doing a in-place restart when on-demandMichael Sweet2016-05-311-0/+6
|/
* Fix cancel of jobs with multiple documents (<rdar://problem/24854834>)msweet2016-03-101-20/+13
* Update documentation for cupsd - "-s" option was not mentioned (STR #4772)msweet2016-02-121-4/+3
* Add (undocumented) -T option to print the current sandbox profile to stdout.msweet2016-01-251-1/+31
* Pending subscriptions would prevent the scheduler from idle exiting (STR #4754)msweet2016-01-111-15/+1
* Security: Fix CERT VU #810572 exploiting the dynamic linker (STR #4609)msweet2015-06-081-9/+8
* Add support for logging to stderr (STR #4505)msweet2015-06-031-3/+22
* The scheduler no longer listens on the loopback interface unless the webmsweet2015-02-061-3/+1
* Fix a random crash in the scheduler when not using systemd (STR #4484)msweet2014-11-121-75/+83
* Printer sharing did not work when systemd was being used (STR #4497)msweet2014-10-201-1/+8
* Re-introduce dark wake support, but this time while monitoring the currentmsweet2014-08-301-3/+2
* Free the sockets array returned by launch_activate_socket.msweet2014-08-041-0/+2
* Don't call launch_activate_socket multiple times (<rdar://problem/17523218>)msweet2014-08-041-13/+0
* Fix systemd build on Linux.msweet2014-03-211-1/+2
* Fix builds on Linux.msweet2014-03-211-1/+5
* Add systemd support to cupsd (STR #3282)msweet2014-03-211-335/+411