aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Archiving/ZipClient.cs
AgeCommit message (Collapse)Author
2022-06-19Use System.IO.Compression instead of SharpCompress for gzipsadrez99
2021-12-18Use System.IO.Compression instead of SharpCompress for zipsBond_009
Also removes unused methods from ZipClient
2021-09-26Create output directory when extracting archive filesCody Robibero
2020-04-14Document and clean up ZipClient.csPatrick Barron
2019-11-27Fix more warningsBond_009
2019-02-09Removed some unused fieldsBond_009
2019-01-28Unwrapped `OpenRead` and `CopyFile`Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part A-DaErwin de Haan
2019-01-07Remove tabs and trailing whitespacehawken
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-12-03improve xmltv gz supportLuke Pulverenti
2017-09-25improve support for compressed xmltvLuke Pulverenti
2017-08-16merge common implementations and server implementationsLuke Pulverenti