aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common
AgeCommit message (Expand)Author
2021-05-06Merge pull request #5982 from Bond-009/nullableBond-009
2021-05-06Abstract JsonDelimitedArrayConverterBond_009
2021-05-06Use new ReadAllLines extensionsBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
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-04-19Switch from HttpClientHandler to SocketsHttpHandlerBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-04-14Merge pull request #5612 from Bond-009/passwordhashBond-009
2021-04-14Enables the ability to bind to loopback address. (#5773)BaronGreenback
2021-04-11Merge pull request #5763 from Bond-009/ipobjectsBond-009
2021-04-11Merge pull request #5416 from BaronGreenback/SubnetOverlappFixJoshua M. Boniface
2021-04-10Minor improvements to IPObjectsBond_009
2021-04-06Keep plugin status after update.BaronGreenback
2021-04-03Merge pull request #5685 from Bond-009/uselessnullcheckBond-009
2021-04-03Remove useless null checkBond_009
2021-04-03Merge pull request #5602 from Ullmie02/IP-string-IPBond-009
2021-03-30Merge pull request #5467 from Ullmie02/nfo-fixesBond-009
2021-03-29Split valid and invalid testsDavid
2021-03-26Rename methods and optimize allocationsDavid
2021-03-25Apply suggestions from code reviewBond-009
2021-03-24Rewrite PasswordHash.Parse to work with ReadOnlySpansBond_009
2021-03-23Remove conversion from IPAddress to string to IPAddressDavid
2021-03-22Merge branch 'master' into RemoteAccessFixBaronGreenback
2021-03-20Merge pull request #5504 from crobibero/json-string-converterBond-009
2021-03-19Rollback char.IsDigitDavid
2021-03-18Use ReadOnlySpan<char> and char.IsDigitDavid
2021-03-18Apply suggestions from code reviewDavid
2021-03-16Use Helper Methods for provider url parsingDavid
2021-03-14Merge remote-tracking branch 'upstream/master' into SubnetOverlappFixBaronGreenback
2021-03-14Fixed selection of correct interface ipBaronGreenback
2021-03-13Update NetworkExtensions.csBaronGreenback
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-13Convert full ValueSequencecrobibero
2021-03-13Merge pull request #5220 from Bond-009/hdhomerunBond-009
2021-03-12Add JsonStringConvertercrobibero
2021-03-11Fix remote accessBaronGreenback
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2021-03-09Fix for multiple ip's in the same subnet per interface.BaronGreenback
2021-03-06Merge pull request #5380 from Bond-009/pluginsBond-009
2021-03-05Apply suggestions from code reviewCody Robibero
2021-03-05Add JsonVersionConverter and testscrobibero
2021-03-05100% branch coverage for DashboardControllerBond_009
2021-03-01Merge pull request #5299 from Bond-009/tests13Bond-009
2021-02-27Merge pull request #5181 from BaronGreenback/Fix_IPHostIP6ParsingClaus Vium
2021-02-27performanceBaronGreenback
2021-02-23Improve testsBond_009
2021-02-23add suggested changesdkanada