| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-30 | Move SocketFactory to Jellyfin.Networking | Patrick Barron | |
| 2023-11-15 | Remove DLNA socket code | Patrick Barron | |
| 2023-10-12 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs | |||
| 2023-10-11 | Refactor URI overrides (#10051) | Tim Eisele | |
| 2023-10-08 | Remove conditional access when it is known to be not null | Stepan Goremykin | |
| 2023-10-07 | Remove redundant cast | Stepan Goremykin | |
| 2023-02-17 | Fix interface address assignment and resolution in SSDP | Shadowghost | |
| 2023-02-17 | Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery | Shadowghost | |
| 2023-01-19 | Apply review suggestions | Shadowghost | |
| 2022-12-13 | Apply review suggestions | Shadowghost | |
| 2022-10-07 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-07-21 | Enforce interface bindings on SSDP, add Loopback to LAN if no LAN defined | Shadowghost | |
| 2022-03-10 | ExclusiveAddressUse: cheated by the docs | Bond_009 | |
| 2022-03-08 | SocketFactory: Remove redundant code | Bond_009 | |
| ExclusiveAddressUse should be false by default afaik | |||
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 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-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-01-31 | Fix warnings | 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-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-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 | 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-08-17 | add fixes for .net core | Luke Pulverenti | |
| 2017-08-16 | merge common implementations and server implementations | Luke Pulverenti | |
