summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Worker
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates to 2021.Bradley Sepos2021-01-011-1/+1
* WinGui: Improved reliablity of the queue service with multiple instances runn...sr552020-12-031-0/+1
* WinGui: Removing the dependency on Newtonsoft.Json library in HandBrake.Inter...sr552020-12-013-17/+13
* WinGui: Undo Permissions change. Seems to cause more issues than it solves.sr552020-11-301-1/+1
* WinGui: Add dependency to System.Security.Permissions Fixes #3253sr552020-11-291-0/+1
* WinGui: Move HandBrake.Interop from .NET Standard to net5.0sr552020-11-291-1/+0
* WinGui: Tidyup and harden the Worker Process.sr552020-11-236-37/+236
* WinGui: Some re-work in the msbuild file and installers to support .NET 5 cor...sr552020-11-121-0/+2
* WinGui: Move to .NET 5 runtime. (This requires the Microsoft .NET 5 runtime t...sr552020-11-111-4/+3
* WinGui: Agressively call global_close on libhb to attempt to make sure tempor...sr552020-09-262-5/+13
* WinGui: General Package Maintenancesr552020-06-302-116/+25
* WinGui: Prevent Process isolation feature from being enabled on Windows 7 or ...sr552020-06-192-13/+32
* WinGui: Fix an initialisation error on the Process Isolation code.sr552020-04-131-1/+1
* WinGui: Improvements to the Process Isolation Worker.sr552020-04-112-7/+47
* WinGui:sr552020-04-101-4/+3
* WinGui: Allow the *experimental* process worker feature to be enabled though ...sr552020-04-091-3/+15
* WinGui: Further work on the isolated process articecture.sr552020-03-3112-110/+272
* Update copyright dates to 2020.Bradley Sepos2020-01-011-1/+1
* WinGui: Experimental Worker Process (Basic logging is now operational) + UI I...sr552019-12-2910-275/+175
* WinGui: Build Fixsr552019-12-281-1/+1
* WinGui: Building out the Web API needed for the background worker process. In...sr552019-12-2711-29/+515
* WinGui: Bump version to 1.4 on mastersr552019-12-181-2/+2
* WinGui: Drop the .NET version back to 4.7.1 as 4.8 didn't resolve any issues ...sr552019-08-122-2/+2
* WinGui: Move the UI to .NET Framework 4.8 to see if this helps with any of th...sr552019-06-152-4/+5
* Revert "Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK projec...sr552019-05-081-1/+1
* Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK project style....David Rickard2019-05-081-1/+1
* WinGui:sr552019-05-021-1/+4
* WinGui: Reafactor application init and introduce a --no-hardware flat that ca...sr552019-04-061-1/+1
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* WinGui: Bump Version to 1.3.0sr552018-12-261-2/+2
* WinGui: FIx a small bug in the HTTP Servicesr552018-12-091-1/+1
* WinGui: Cleanup of some unneeded references across the projects.sr552018-08-091-3/+0
* WinGui: Add HintPath to newtonsoft json in the worker process project. It sho...sr552018-06-141-0/+1
* WinGui: Implement most of the HTTP Worker Process stubs.sr552018-06-102-29/+36
* WinGui: HandBrake.Worker tidyup.sr552018-06-103-35/+50
* WinGui: Stub out a background worker process.sr552018-06-106-0/+400