| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-05-29 | Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | Bond_009 | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2019-11-28 | Minor improvements to network code | Bond-009 | |
| 2019-11-22 | Address comments | Bond_009 | |
| 2019-11-22 | Fix some warnings | Bond-009 | |
| 2019-11-01 | Update deps and add MultiThreading analyzer | Bond_009 | |
| 2019-08-09 | Fix more warnings | Bond_009 | |
| 2019-08-07 | Merge pull request #1580 from Bond-009/linklocal | dkanada | |
| Ignore Ipv6 link-local addresses | |||
| 2019-07-29 | Include library via NuGet instead of via source | Bond_009 | |
| 2019-07-29 | Ignore Ipv6 link-local addresses | Bond_009 | |
| 2019-07-25 | Remove IpAddressInfo and IpEndPointInfo classes | Bond_009 | |
| 2019-03-07 | Remove EnvironmentInfo | Bond-009 | |
| This moved the last bit of usefulness of EnvironmentInfo into a static class. | |||
| 2019-02-27 | Remove redundant parenthesis | Xu Fasheng | |
| 2019-02-22 | Send DLNA devices message to only the matched interface | Xu Fasheng | |
| This will be the right way for multiple interfaces, or the client will receive all devices message with different IP addresses and could not detect which one could access. And provide one option DlnaOptions.SendOnlyMatchedHost to fallback to old behaviour if this commit missed something. | |||
| 2019-02-22 | Add option to toggle if ignore virtual interfaces | Xu Fasheng | |
| Some VPN like ZerotierOne owns IP address but no gateway, and there is no good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces, so just provide one option to let user decide it. | |||
| 2019-02-09 | Fix namespacing so it lines up properly with file names and paths (#715) | Erwin de Haan | |
| * Fix stupid namespacing so it lines up properly with file names and paths. | |||
| 2019-02-02 | Remove MoreLINQ | Bond_009 | |
| 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 format: conform inline 'out' parameters. | Erwin de Haan | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part Liv-P | 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. | |||
| 2018-12-30 | Fix exception logging | Bond_009 | |
| 2018-12-30 | Use Microsoft.Extensions.Logging abstraction | Bond_009 | |
| 2018-12-28 | Remove custom ToArray extension | Bond_009 | |
| 2018-09-12 | Update to 3.5.2 and .net core 2.1 | stefan | |
| 2017-12-01 | reduce work done by system info endpoints | Luke Pulverenti | |
| 2017-11-29 | fix live tv over dlna | Luke Pulverenti | |
| 2017-11-27 | cache network data longer | Luke Pulverenti | |
| 2017-11-23 | reduce dlna chatter | Luke Pulverenti | |
| 2017-11-10 | 3.2.36.7 | Luke Pulverenti | |
| 2017-11-03 | update support for moviedb urls in nfo files | Luke Pulverenti | |
| 2017-11-02 | allow separate image extractions for each audio book | Luke Pulverenti | |
| 2017-10-30 | allow separate configuration of date format | Luke Pulverenti | |
| 2017-10-28 | revise unknown audio stream handling | Luke Pulverenti | |
| 2017-10-27 | cache subnet results | Luke Pulverenti | |
| 2017-10-26 | update address detection | Luke Pulverenti | |
| 2017-10-26 | update network detection | Luke Pulverenti | |
| 2017-10-11 | fixes #1769 - IsInLocalNetwork returns wrong value | Luke Pulverenti | |
| 2017-10-10 | Test for matching subnet of IP's (VPN request) | randomevents | |
| test available ip4 host address against the endpoint (only local addresses, 10 127 192.68 169), if there's a preliminary match, it finds the subnet of the host ip (255.255.255.0) and makes sure's there's a match between host (255.255.255) and endpoint | |||
| 2017-10-05 | update logging | Luke Pulverenti | |
| 2017-08-16 | merge common implementations and server implementations | Luke Pulverenti | |
