| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-03 | Fix missing logging of connections by disallowed IPs (#14011) | jade | |
| 2023-10-10 | Use Process.WaitForExitAsync added in .NET 5 | Bond_009 | |
| 2023-07-06 | Merge pull request #9799 from Bond-009/genregex | Bond-009 | |
| 2023-06-28 | Use RegexGenerator where possible | Bond_009 | |
| 2023-02-17 | Consistently write IP in upercase | Shadowghost | |
| 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 | |
