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
/
Jellyfin.Server
/
SocketSharp
/
WebSocketSharpListener.cs
Age
Commit message (
Expand
)
Author
2019-02-26
Remove SocketSharp from Jellyfin.Server and some other cleanup
Claus Vium
2019-02-26
Still broken
Claus Vium
2019-02-26
Remove unused deps
Claus Vium
2019-02-26
Begin removing System.Net sources
Claus Vium
2019-02-24
Remove the unused status code
Claus Vium
2019-02-24
Try another fix
Claus Vium
2019-02-24
Don't close the socket response multiple times
Claus Vium
2019-02-16
Merge branch 'master' into async
Bond-009
2019-02-16
More fixes
Bond-009
2019-02-16
Correctly dispose WebSocketSharpListener
Bond-009
2019-02-16
Single line comments should start with a space
Bond-009
2019-02-16
ConfigureAwait
Bond-009
2019-02-16
Change discards
Bond-009
2019-02-09
Style fixes
Bond_009
2019-02-09
Make more things async
Bond_009
2019-02-09
Fix namespacing so it lines up properly with file names and paths (#715)
Erwin de Haan
2019-01-24
Fix some analyzer warnings
Bond_009
2019-01-20
Remove MediaBrowser.Text since it violates licenses and is overall hacky
cvium
2019-01-13
Visual Studio Reformat: Jellyfin.Server
Erwin de Haan
2019-01-10
Mayor code cleanup
Erwin de Haan
2019-01-02
Rename and rework entry point
Bond_009