| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-04-09 | Optimize GetMD5 function | Bond_009 | |
| | Method | Mean | Error | StdDev | Gen 0 | Allocated | |----------------------------- |---------:|--------:|--------:|-------:|----------:| | Old | 795.1 ns | 5.90 ns | 4.61 ns | 0.0029 | 312 B | | HashDataInsteadOfComputeHash | 396.1 ns | 1.36 ns | 1.13 ns | 0.0014 | 152 B | | StackallocedDestination | 395.8 ns | 1.80 ns | 1.60 ns | 0.0014 | 152 B | | RentBuffer | 498.8 ns | 3.35 ns | 2.97 ns | - | 40 B | Tested multiple possible speedups, in the end the simplest of them all won | |||
| 2022-01-22 | Always create TaskCompletionSource<T> with ↵ | Bond_009 | |
| TaskCreationOptions.RunContinuationsAsynchronously | |||
| 2021-08-04 | Minor improvements | Bond_009 | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-06-05 | More review | cvium | |
| 2021-05-31 | review | cvium | |
| 2021-05-16 | Reduce some allocations | cvium | |
| 2021-05-06 | Merge pull request #5982 from Bond-009/nullable | Bond-009 | |
| 2021-05-06 | Use new ReadAllLines extensions | Bond_009 | |
| 2021-05-05 | Enable nullable reference types for MediaBrowser.Common | Bond_009 | |
| 2021-05-04 | remove redundant code | cvium | |
| 2021-05-03 | rename to SplitEnumerator and fix test | cvium | |
| 2021-04-30 | Reduce some allocations with the magic of spans etc. | cvium | |
| 2021-03-23 | Remove conversion from IPAddress to string to IPAddress | David | |
| 2021-02-22 | Merge pull request #5276 from Bond-009/minor12 | Joshua M. Boniface | |
| 2021-02-21 | Minor improvements | Bond_009 | |
| 2021-02-09 | Use SubtitleEdit to parse subtitles | Bond_009 | |
| 2021-01-26 | Remove redundant statement | Bond_009 | |
| 2020-09-10 | Fix the test | cvium | |
| 2020-09-10 | Standardize use of IsLocal and RemoteIp | cvium | |
| 2020-09-03 | Move HttpListenerHost middleware up the pipeline | Claus Vium | |
| 2020-09-02 | Update MediaBrowser.Common/Extensions/HttpContextExtensions.cs | Claus Vium | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-09-02 | Don't call tostring twice | Claus Vium | |
| 2020-09-02 | Remove ServiceStack and related stuff | Claus Vium | |
| 2020-07-19 | Update HttpContextExtensions.cs | BaronGreenback | |
| 2020-07-19 | Update MediaBrowser.Common/Extensions/HttpContextExtensions.cs | BaronGreenback | |
| Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com> | |||
| 2020-07-18 | Corrected comment | BaronGreenback | |
| 2020-07-18 | Changes a suggested. | BaronGreenback | |
| 2020-04-21 | Address comments | Bond_009 | |
| 2020-04-20 | Add some simple tests | Bond_009 | |
| 2020-04-05 | Document exception | Mark Monteiro | |
| 2020-04-03 | Add missing call to ConfigureAwait() | Mark Monteiro | |
| 2020-03-27 | Make HasExitedSafe() private | Mark Monteiro | |
| 2020-03-27 | Use a TimeSpan instead of ms and support providing a custom CancellationToken | Mark Monteiro | |
| 2020-03-27 | Remove unnecessary CommonProcess abstraction | Mark Monteiro | |
| 2020-03-11 | Merge branch 'master' into warn17 | Bond-009 | |
| 2020-03-05 | Add tests for alpha numeric sorting | Bond_009 | |
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-12-06 | Merge remote-tracking branch 'upstream/master' into random | Bond-009 | |
| 2019-11-01 | Rewrite hex encoder/decoder | Bond_009 | |
| 2019-10-20 | Don't shuffle some types by default | Bond_009 | |
| 2019-10-09 | Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos | Bond_009 | |
| Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members. | |||
| 2019-09-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-09-17 | Remove legacy auth code (#1677) | Bond-009 | |
| * Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build | |||
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
| 2019-08-11 | Check checksum for plugin downloads | Bond_009 | |
| * Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager | |||
| 2019-04-17 | Add the proper Class too | Joshua Boniface | |
| 2019-03-25 | Simplify/remove/clean code | Bond-009 | |
| * Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;) | |||
