| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-24 | Sending multicasts out of Sockets without setting the broadcast to true - ↵ | BaronGreenback | |
| causes the error "Bad value for ai_flags" on some systems (#3404) The underlying cause looks to be https://github.com/dotnet/runtime/issues/28630. Basically, it's an access denied bug. It looks like multicasts need the same access rights as broadcasts on some systems. | |||
| 2020-06-24 | Removed debugging info | BaronGreenback | |
| 2020-06-24 | Added logging and broadcast = true | BaronGreenback | |
| Not intended for merge into the fork. | |||
| 2020-06-20 | fix SA1503 for one line if statements | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-05-29 | Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | Bond_009 | |
| 2020-05-02 | Fix merge errors | Bond_009 | |
| 2020-05-02 | Merge branch 'master' into websocket | Bond_009 | |
| 2020-01-31 | Fix warnings | Bond_009 | |
| 2020-01-13 | Rewrite WebSocket handling code | Bond_009 | |
| 2020-01-12 | Clean up server discovery code | Bond-009 | |
| 2019-08-28 | Attempt to fix #1391 | Bond_009 | |
| 2019-08-09 | Use System.Net abstractions instead of raw socket | Bond_009 | |
| 2019-07-29 | Include library via NuGet instead of via source | Bond_009 | |
| 2019-07-25 | Remove IpAddressInfo and IpEndPointInfo classes | Bond_009 | |
| 2019-03-13 | Improvements around streams | Bond-009 | |
| * Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * Remove some dead code | |||
| 2019-02-27 | Remove more cruft and add the beginnings of a socket middleware | Claus Vium | |
| 2019-02-27 | Replace some usage of QueryParamCollection | Claus Vium | |
| 2019-02-26 | Still broken | Claus Vium | |
| 2019-01-20 | Replaced injections of ILogger with ILoggerFactory | William Taylor | |
| This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies. | |||
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part Liv-P | Erwin de Haan | |
| 2019-01-11 | Merge branch 'dev' into code-cleanup | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin de Haan | |
| Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment. | |||
| 2019-01-07 | Remove tabs and trailing whitespace | hawken | |
| 2018-12-30 | Use Microsoft.Extensions.Logging abstraction | Bond_009 | |
| 2018-09-12 | Update to 3.5.2 and .net core 2.1 | stefan | |
| 2017-11-10 | 3.2.36.7 | Luke Pulverenti | |
| 2017-09-05 | 3.2.30.8 | Luke Pulverenti | |
| 2017-09-02 | update SocketHttpListener | Luke Pulverenti | |
| 2017-08-17 | add fixes for .net core | Luke Pulverenti | |
| 2017-08-16 | merge common implementations and server implementations | Luke Pulverenti | |
