Commit Graph

1009 Commits (60ce0c9fa9a3df50a8a7a08629bcedbe3724aee3)

Author SHA1 Message Date
Bond_009 6f8ccab788 Move non-jellyfin extensions to separate project
3 years ago
Bond-009 cfad97ff28
Merge pull request #6096 from cvium/saving_private_ram
3 years ago
Bond_009 c78457e6d3 Minor fixes
3 years ago
cvium 9111730a0a More review
3 years ago
cvium 0835b26889 review
3 years ago
Bond_009 0bc0601442 Fix some warnings
3 years ago
cvium 1b49435a0e Reduce some allocations
3 years ago
Bond-009 a4a3f598af
Merge pull request #5982 from Bond-009/nullable
3 years ago
Bond_009 4b9a64c18c Abstract JsonDelimitedArrayConverter
3 years ago
Bond_009 ddb04dc12b Use new ReadAllLines extensions
3 years ago
BaronGreenback 2e98de9062
Code Clean up: Convert to null-coalescing operator ?? (#5845)
3 years ago
Bond_009 91c2a57b28 Enable nullable reference types for MediaBrowser.Common
3 years ago
cvium ad3e835bcf remove redundant code
3 years ago
cvium c0feb3694b rename to SplitEnumerator and fix test
3 years ago
cvium 608cba817c Reduce some allocations with the magic of spans etc.
3 years ago
Bond_009 500c2e5224 Switch from HttpClientHandler to SocketsHttpHandler
3 years ago
BaronGreenback bc1cc2d04a Remove unused using directives
3 years ago
Bond-009 159431ad2a
Merge pull request #5612 from Bond-009/passwordhash
3 years ago
BaronGreenback 0b774eac12
Enables the ability to bind to loopback address. (#5773)
3 years ago
Bond-009 1361ccd9ea
Merge pull request #5763 from Bond-009/ipobjects
3 years ago
Joshua M. Boniface 19e7ebb279
Merge pull request #5416 from BaronGreenback/SubnetOverlappFix
3 years ago
Bond_009 be9cb7af2c Minor improvements to IPObjects
3 years ago
BaronGreenback 65f880be32 Keep plugin status after update.
3 years ago
Bond-009 ea2bd3398b
Merge pull request #5685 from Bond-009/uselessnullcheck
3 years ago
Bond_009 0a00a73fec Remove useless null check
3 years ago
Bond-009 ec0ef1530c
Merge pull request #5602 from Ullmie02/IP-string-IP
3 years ago
Bond-009 b49d50e634
Merge pull request #5467 from Ullmie02/nfo-fixes
3 years ago
David 1669cb6618 Split valid and invalid tests
3 years ago
David 78f7fdeacc Rename methods and optimize allocations
3 years ago
Bond-009 4cea6d9ccf
Apply suggestions from code review
3 years ago
Bond_009 d77507ba09 Rewrite PasswordHash.Parse to work with ReadOnlySpans
3 years ago
David 19e4ef82dd Remove conversion from IPAddress to string to IPAddress
3 years ago
BaronGreenback 5d16d1f66d
Merge branch 'master' into RemoteAccessFix
3 years ago
Bond-009 1a0ce16f4d
Merge pull request #5504 from crobibero/json-string-converter
3 years ago
David 7685569480 Rollback char.IsDigit
3 years ago
David 59641e5c76 Use ReadOnlySpan<char> and char.IsDigit
3 years ago
David 840eeff2af Apply suggestions from code review
3 years ago
David 14cbd22fbe Use Helper Methods for provider url parsing
3 years ago
BaronGreenback 4c7680e186 Merge remote-tracking branch 'upstream/master' into SubnetOverlappFix
3 years ago
BaronGreenback 6087831aa6 Fixed selection of correct interface ip
3 years ago
BaronGreenback b1f0c5eb49
Update NetworkExtensions.cs
3 years ago
Bond_009 a8ed753f6c FxCop -> Net Analyzers (part 2)
3 years ago
crobibero 37b1b31a46 Convert full ValueSequence
3 years ago
Bond-009 b755c25217
Merge pull request #5220 from Bond-009/hdhomerun
3 years ago
crobibero e814d8e2cf Add JsonStringConverter
3 years ago
BaronGreenback 3fdf0de6e3 Fix remote access
3 years ago
Bond_009 9ed7f429c0 FxCop -> Net Analyzers (part 1)
3 years ago
BaronGreenback a031f7e410 Fix for multiple ip's in the same subnet per interface.
3 years ago
Bond-009 e839929b91
Merge pull request #5380 from Bond-009/plugins
3 years ago
Cody Robibero df1951cfe2
Apply suggestions from code review
3 years ago