index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Common
/
Extensions
/
HttpContextExtensions.cs
Age
Commit message (
Collapse
)
Author
2025-06-03
Fix missing logging of connections by disallowed IPs (#14011)
jade
2023-02-17
Consistently write IP in upercase
Shadowghost
2022-12-05
Replace == null with is null
Bond_009
2021-05-05
Enable nullable reference types for MediaBrowser.Common
Bond_009
2021-03-23
Remove conversion from IPAddress to string to IPAddress
David
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