| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 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-08-22 | Merge pull request #7433 from Bond-009/ssdphttpclient | Bond-009 | |
| 2022-04-07 | Merge pull request #7549 from cvium/fix_isinlocalnetwork | Cody Robibero | |
| (cherry picked from commit bdb85aeecf10feae62ec615c8d80f1b517b8a5d6) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-03-08 | Rework SsdpHttpClient | Bond_009 | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-08-12 | Address comment | Bond_009 | |
| 2021-08-04 | Fix log messages | Bond_009 | |
| 2021-08-04 | ApiServiceCollectionExtensions.AddProxyAddresses: Add more tests | Bond_009 | |
| 2021-07-11 | Fix some warnings | Bond_009 | |
| 2021-05-06 | Merge pull request #5982 from Bond-009/nullable | Bond-009 | |
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-05 | Enable nullable reference types for MediaBrowser.Common | Bond_009 | |
| 2021-04-19 | Switch from HttpClientHandler to SocketsHttpHandler | Bond_009 | |
| SocketsHttpHandler is the default for .Net Core 2.1 and newer Set RequestHeaderEncoding to UTF-8 by default | |||
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-14 | Enables the ability to bind to loopback address. (#5773) | BaronGreenback | |
| 2021-04-11 | Merge pull request #5763 from Bond-009/ipobjects | Bond-009 | |
| Minor improvements to IPObjects | |||
| 2021-04-11 | Merge pull request #5416 from BaronGreenback/SubnetOverlappFix | Joshua M. Boniface | |
| 2021-04-10 | Minor improvements to IPObjects | Bond_009 | |
| 2021-03-22 | Merge branch 'master' into RemoteAccessFix | BaronGreenback | |
| 2021-03-14 | Merge remote-tracking branch 'upstream/master' into SubnetOverlappFix | BaronGreenback | |
| 2021-03-14 | Fixed selection of correct interface ip | BaronGreenback | |
| 2021-03-13 | Update NetworkExtensions.cs | BaronGreenback | |
| changed description | |||
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-11 | Fix remote access | BaronGreenback | |
| 2021-03-09 | Fix for multiple ip's in the same subnet per interface. | BaronGreenback | |
| 2021-02-27 | Merge pull request #5181 from BaronGreenback/Fix_IPHostIP6Parsing | Claus Vium | |
| 2021-02-27 | performance | BaronGreenback | |
| 2021-02-21 | Minor improvements | Bond_009 | |
| 2021-02-07 | Fixed IP6 host parsing | BaronGreenback | |
| 2020-12-31 | Update IPNetAddress.cs | BaronGreenback | |
| Corrected loopback subnet | |||
| 2020-11-24 | [Fix] NetworkManager binding to [::] (#4549) | BaronGreenback | |
| * Autodiscovery enable/disable patch * Fixed [::] issue on bind. Altered test. * Update UdpServerEntryPoint.cs * Update Jellyfin.Networking.Tests.csproj * Update Jellyfin.Networking.Tests.csproj * Update INetworkManager.cs | |||
| 2020-11-21 | Updated to the latest | Greenback | |
| 2020-11-19 | Updated to latest Unstable. | Greenback | |
| 2020-11-17 | Use ALL the decompression methods. | crobibero | |
| 2020-11-16 | Updated PR1 code. | Greenback | |
| 2020-11-16 | Upgraded to .Net5 | Greenback | |
| 2020-11-04 | amended testing unit. | Greenback | |
| 2020-10-31 | Fixed testing units | Greenback | |
| 2020-10-31 | Updated with new NetManager | Greenback | |
| 2020-10-08 | Updated NetworkManager to PR1 | Greenback | |
| 2020-09-30 | Updating to NetCollection 1.03 | Jim Cartlidge | |
| 2020-09-14 | Update based on PR1 changes. | Jim Cartlidge | |
| 2020-09-12 | Large number of files | Jim Cartlidge | |
| 2020-09-01 | Remove CacheMode, CompressionMethods, HttpResponseInfo | crobibero | |
| 2020-09-01 | Remove HttpRequestOptions | crobibero | |
| 2020-08-31 | remove IHttpClient 🎉 | crobibero | |
| 2020-08-31 | use named http clients | crobibero | |
| 2020-08-19 | remove OS and email from default UserAgent | crobibero | |
