aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Extensions
AgeCommit message (Expand)Author
2025-06-03Fix missing logging of connections by disallowed IPs (#14011)jade
2023-10-10Use Process.WaitForExitAsync added in .NET 5Bond_009
2023-07-06Merge pull request #9799 from Bond-009/genregexBond-009
2023-06-28Use RegexGenerator where possibleBond_009
2023-02-17Consistently write IP in upercaseShadowghost
2022-12-05Replace == null with is nullBond_009
2022-04-09Optimize GetMD5 functionBond_009
2022-01-22Always create TaskCompletionSource<T> with TaskCreationOptions.RunContinuatio...Bond_009
2021-08-04Minor improvementsBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-05More reviewcvium
2021-05-31reviewcvium
2021-05-16Reduce some allocationscvium
2021-05-06Merge pull request #5982 from Bond-009/nullableBond-009
2021-05-06Use new ReadAllLines extensionsBond_009
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2021-05-04remove redundant codecvium
2021-05-03rename to SplitEnumerator and fix testcvium
2021-04-30Reduce some allocations with the magic of spans etc.cvium
2021-03-23Remove conversion from IPAddress to string to IPAddressDavid
2021-02-22Merge pull request #5276 from Bond-009/minor12Joshua M. Boniface
2021-02-21Minor improvementsBond_009
2021-02-09Use SubtitleEdit to parse subtitlesBond_009
2021-01-26Remove redundant statementBond_009
2020-09-10Fix the testcvium
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-09-03Move HttpListenerHost middleware up the pipelineClaus Vium
2020-09-02Update MediaBrowser.Common/Extensions/HttpContextExtensions.csClaus Vium
2020-09-02Don't call tostring twiceClaus Vium
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-07-19Update HttpContextExtensions.csBaronGreenback
2020-07-19Update MediaBrowser.Common/Extensions/HttpContextExtensions.csBaronGreenback
2020-07-18Corrected commentBaronGreenback
2020-07-18Changes a suggested.BaronGreenback
2020-04-21Address commentsBond_009
2020-04-20Add some simple testsBond_009
2020-04-05Document exceptionMark Monteiro
2020-04-03Add missing call to ConfigureAwait()Mark Monteiro
2020-03-27Make HasExitedSafe() privateMark Monteiro
2020-03-27Use a TimeSpan instead of ms and support providing a custom CancellationTokenMark Monteiro
2020-03-27Remove unnecessary CommonProcess abstractionMark Monteiro
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-05Add tests for alpha numeric sortingBond_009
2020-02-23Fix some warningsBond_009
2019-12-11More warnings (removed)Bond_009
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-20Don't shuffle some types by defaultBond_009
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
2019-09-23Fix multiple mistakes and warningsBond_009