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
/
HttpListenerHost.cs
Age
Commit message (
Expand
)
Author
2020-04-13
Do not return the exception message to the client for AuthenticationExceptions
Mark Monteiro
2020-04-13
Only show developer exception page for 500 server exceptions
Mark Monteiro
2020-04-13
Return correct status codes for authentication and authorization errors
Mark Monteiro
2020-04-13
More consise error messages
Vasily
2020-04-12
Fix log highlithing
Vasily
2020-04-12
Fix condition flipped by https://github.com/jellyfin/jellyfin/pull/2635
Vasily
2020-04-12
Addressing review feedback
Vasily
2020-04-06
Add logging of URL being processed when logging an error
Vasily
2020-04-02
Put Boolean operators at beginning of lines instead of the end
Mark Monteiro
2020-04-02
Merge branch 'master' into use-development-exception-page
Mark Monteiro
2020-03-21
Create ServiceController via DI instead of manual construction
Mark Monteiro
2020-03-21
Do not create unnecessary instances of IService at server startup
Mark Monteiro
2020-03-21
Do not handle exceptions manually when in development mode
Mark Monteiro
2020-03-21
Clean up HTTP listener exception handling
Mark Monteiro
2020-03-15
Merge remote-tracking branch 'upstream/master' into support-running-without-w...
Mark Monteiro
2020-03-15
Construct ApplicationHost with DI framework instead of manually
Mark Monteiro
2020-03-11
Merge branch 'master' into warn17
Bond-009
2020-02-28
Add new 'nowebcontent' configuration flag
Mark Monteiro
2020-02-28
Use constants for settings keys
Mark Monteiro
2020-02-23
Fix some warnings
Bond_009
2020-02-06
Fix some warnings in Emby.Server.Implementations
Bond_009
2019-12-11
More warnings (removed)
Bond_009
2019-11-27
Fix more warnings
Bond_009
2019-11-24
Move appbuilder and service collection to Jellyfin.Server
Claus Vium
2019-11-13
Fix GetPathValue function
Bond-009
2019-10-16
Address review comments
Vasily
2019-10-14
Log to debug all HTTP 500 response urls
Vasily
2019-10-09
Merge pull request #1863 from joshuaboniface/fix-baseurl-issues
Vasily
2019-10-09
Make NormalizeUrlPath static
Joshua Boniface
2019-10-09
Fix template for logging
Vasily
2019-10-09
Always log at least error message when error happens during request processing
Vasily
2019-10-09
Set response length and mime type correctly when reporting an error
Vasily
2019-10-08
Normalize baseUrl behaviour
Joshua Boniface
2019-09-24
add an exception to logging
dkanada
2019-09-24
add mediabrowser route back for now
dkanada
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-06-01
Merge branch 'master' into tasks
Bond-009
2019-04-25
Merge pull request #1304 from jellyfin/release-10.3.z
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-03-26
Reduce complexity http routes
Bond-009
2019-03-25
Lower the amount of running tasks
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-05
Add ProcessWebSocketRequest to IHttpListener
Claus Vium
2019-03-05
Remove unused _listener
Claus Vium
[next]