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
/
Emby.Server.Implementations
/
SocketSharp
Age
Commit message (
Expand
)
Author
2020-06-05
Use typed logger where possible
crobibero
2020-06-03
Merge pull request #3203 from Bond-009/warn18
Vasily
2020-05-29
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
Bond_009
2020-05-26
Update WebSocketSharpRequest.cs
Bond-009
2020-05-26
Update WebSocketSharpRequest.cs
Bond-009
2020-05-25
Fix some 'bugs' flagged by sonarcloud
Bond_009
2020-05-14
Merge branch 'master' into websocket
Mark Monteiro
2020-05-03
Merge remote-tracking branch 'upstream/master' into integration-tests
Mark Monteiro
2020-05-02
Fix merge errors
Bond_009
2020-05-02
Merge branch 'master' into websocket
Bond_009
2020-04-20
Handle null values for RemoteIpAddress and LocalIpAddress in websocket requests
Mark Monteiro
2020-04-20
Add some simple tests
Bond_009
2020-03-03
Make LoggerFactory private in ApplicationHost and use it to construct loggers...
Mark Monteiro
2020-01-31
Fix warnings
Bond_009
2020-01-13
Rewrite WebSocket handling code
Bond_009
2019-12-03
Fix build
Bond-009
2019-12-01
Update Emby.Server.Implementations/SocketSharp/WebSocketSharpRequest.cs
Bond-009
2019-11-28
Minor improvements to network code
Bond-009
2019-11-22
Fix some warnings
Bond-009
2019-08-16
Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors
Bond_009
2019-08-09
Fix build
Bond_009
2019-08-09
Replace custom code with Asp.Net Core code
Bond_009
2019-06-01
Merge branch 'master' into tasks
Bond-009
2019-04-12
Removed wrapping of HeaderNames fields
VooDooS
2019-04-12
Replace CRLF injection mitigation by use of .NET ip parsing
VooDooS
2019-04-11
Replace custom ip "normalization" by methods from `IPAddress`
VooDooS
2019-04-11
Simplify headers use in WSS
VooDooS
2019-04-09
Clean `WebSocketSharpRequest.PathInfo` (#1212)
Ulysse
2019-03-25
Lower the amount of running tasks
Bond_009
2019-03-12
Merge pull request #1021 from Bond-009/failonwarn
Vasily
2019-03-07
Merge pull request #1065 from cvium/closed_response
Bond-009
2019-03-07
Don't set status code if response is closed
Claus Vium
2019-03-07
Fail on warnings for Jellyfin.Server
Bond-009
2019-03-07
Cleanup/simplification
Bond-009
2019-03-07
Merge remote-tracking branch 'remotes/upstream/master' into kestrel_poc
Claus Vium
2019-03-05
Fix DI in FileWriter.TransmitFile
Claus Vium
2019-03-05
Switch to HeaderNames instead of hardcoded strings (and other header related ...
Claus Vium
2019-03-04
Review comments
Claus Vium
2019-03-04
Fix a logging statement
Claus Vium
2019-03-03
Start the webhost before RunStartupTasks and fix ContentEncoding
Claus Vium
2019-02-27
Call SharpWebSocket's Closed event handler before disposing
Claus Vium
2019-02-27
Remove more cruft and add the beginnings of a socket middleware
Claus Vium
2019-02-27
Check websocket state before closing
Claus Vium
2019-02-27
Fix websockets
Claus Vium
2019-02-27
Replace some usage of QueryParamCollection
Claus Vium
2019-02-27
Remove some unused stuff
Claus Vium
2019-02-27
Remove SocketHttpListener
Claus Vium
2019-02-26
More cleanup
Claus Vium
2019-02-26
Remove unused Cookies
Claus Vium
2019-02-26
Undo some of the span abuse
Claus Vium
[next]