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
/
HttpServer
Age
Commit message (
Expand
)
Author
2019-08-11
keep old base url for now
dkanada
2019-08-11
add base url to server configuration
dkanada
2019-08-11
remove old routes from http server
dkanada
2019-08-09
Replace custom code with Asp.Net Core code
Bond_009
2019-08-03
Set log level to debug for HTTP range requests
Erik Larsson
2019-06-01
Merge branch 'master' into tasks
Bond-009
2019-04-30
Merge pull request #1337 from jellyfin/release-10.3.z
Joshua M. Boniface
2019-04-25
Merge pull request #1304 from jellyfin/release-10.3.z
Bond-009
2019-04-24
Fix #1234
Bond_009
2019-04-24
Re-add content length, semi revert of changes in #1010 (#1287)
Claus Vium
2019-04-20
Merge pull request #1252 from jellyfin/release-10.3.z
Bond-009
2019-04-17
Add MethodNotAllowedException with code 405
Joshua Boniface
2019-04-17
Merge pull request #1158 from Bond-009/httpclean
Joshua M. Boniface
2019-03-26
Reduce complexity http routes
Bond-009
2019-03-25
Simplify/remove/clean code
Bond-009
2019-03-25
Lower the amount of running tasks
Bond_009
2019-03-19
Fix default value for Expires header
Bill Thornton
2019-03-13
Improvements around streams
Bond-009
2019-03-07
Add urlprefixes during init
Claus Vium
2019-03-07
Don't set status code if response is closed
Claus Vium
2019-03-07
Make SkipLogExtensions static
Claus Vium
2019-03-06
Make FileSystem readonly
Claus Vium
2019-03-05
Remove more Content-Length references
Claus Vium
2019-03-05
Add ProcessWebSocketRequest to IHttpListener
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-05
Remove unused Brotli compressor
Claus Vium
2019-03-05
Remove unused _listener
Claus Vium
2019-03-04
Expand todo
Claus Vium
2019-03-04
Use QueryHelpers.AddQueryString
Claus Vium
2019-03-03
Add certificate to https and minor cleanup
Claus Vium
2019-02-27
Remove more cruft and add the beginnings of a socket middleware
Claus Vium
2019-02-27
Fix query log for real
Claus Vium
2019-02-27
Fix query log
Claus Vium
2019-02-27
Replace some usage of QueryParamCollection
Claus Vium
2019-02-27
Remove HttpUtility
Claus Vium
2019-02-26
More cleanup
Claus Vium
2019-02-26
Extend the IHttpServer interface to avoid the typecasting
Claus Vium
2019-02-26
Remove SetContentLength and company
Claus Vium
2019-02-26
Remove SocketSharp from Jellyfin.Server and some other cleanup
Claus Vium
2019-02-26
Fix websockets array index out of bounds and some cleanup
Claus Vium
2019-02-26
Replace some todos with http extensions and prepare some socket work
Claus Vium
2019-02-26
kestrel init
Claus Vium
2019-02-26
Begin removing System.Net sources
Claus Vium
2019-02-26
Log time in a standardized way
Bond-009
2019-02-25
Use stopwatch for more accurate measurements and reduce log spam
Bond_009
2019-02-19
Merge pull request #848 from Bond-009/perf
Joshua M. Boniface
2019-02-18
Merge pull request #887 from wtayl0r/replace-primitives-with-iconfiguration
Vasily
2019-02-17
Removed unnecessary configuration options and reduced primitive dependencies
William Taylor
2019-02-13
Drop ETag and use Last-Modified header (#890)
Claus Vium
[next]