summaryrefslogtreecommitdiffstats
path: root/macosx/HBRemoteCore.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: there is no need to update the core state each progress update.Damiano Galassi2020-04-151-1/+0
* MacGui: enhance the queue to allow up to 4 simultaneous encodes. Add a prefer...Damiano Galassi2020-04-111-56/+11
* MacGui: lazy xpc service init.Damiano Galassi2020-04-111-14/+20
* MacGui: move sleep prevention to the main process, so we keep the sleep asser...Damiano Galassi2019-12-291-5/+52
* MacGui: make use of some newer NSCoding api to better report decoding failure.Damiano Galassi2019-08-151-1/+1
* MacGui: fix an exception when reading an HBJob from disk; do not store previe...Damiano Galassi2019-08-141-15/+31
* MacGui: convert the last usage of NSDictionary to a proper class, fix externa...Damiano Galassi2019-08-131-2/+36
* MaGui: fix xpc service localization.Damiano Galassi2019-08-111-4/+8
* MacGui: improve xpc crash recovery, set dvdnav option in the xpc service.Damiano Galassi2019-08-111-5/+13
* MacGui: properly cleanup the xpc service temporary files; fix encode toolbar ...Damiano Galassi2019-08-111-3/+7
* MacGui: recover when the xpc service crashes.Damiano Galassi2019-08-111-19/+53
* MacGui: move the queue libhb instance to an xpc service.Damiano Galassi2019-08-111-0/+167