aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Networking
AgeCommit message (Collapse)Author
2023-11-30Move Jellyfin.Networking to srcPatrick Barron
2023-11-14Revert "Use System.Net.IPNetwork"Bond_009
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
2023-11-14Fix warningsBond_009
2023-11-14Use System.Net.IPNetworkBond_009
2023-11-14Update to .NET 8Bond_009
2023-11-12Move network configuration to MediaBrowser.CommonPatrick Barron
2023-11-12Move network utilities to MediaBrowser.CommonPatrick Barron
2023-11-12Move network constants to MediaBrowser.CommonPatrick Barron
2023-11-05Add IDisposableAnalyzers to more projectsBond_009
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs
2023-10-11Refactor URI overrides (#10051)Tim Eisele
2023-10-08Remove redundant using directivesStepan Goremykin
2023-10-08Remove redundant type specificationStepan Goremykin
2023-09-04Fix typo in NetworkConfiguration.csIkko Eltociear Ashimine
conjuntion -> conjunction
2023-07-07Fix bad string interpolation in MaskToCidrShadowghost
2023-07-04Apply review suggestionsShadowghost
2023-07-03Extract networking constantsShadowghost
2023-07-03Apply review suggestionsShadowghost
2023-07-03Rename additional values in NetworkConfiguration and add migration for all ↵Shadowghost
changed values
2023-07-03Apply review suggestionsShadowghost
2023-07-02Apply review suggestionsShadowghost
2023-05-11Merge branch 'master' into network-rewriteShadowghost
2023-05-11Merge pull request #8598 from Neuheit/ipv4fallbackCody Robibero
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-01Use MinBy and MaxByStepan Goremykin
2023-03-01Reduce log spamBond_009
Fixes #7801
2023-02-20Apply review suggestionsShadowghost
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2023-02-17Consistently write IP in upercaseShadowghost
2023-02-17Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discoveryShadowghost
2023-02-15Merge branch 'master' into network-rewriteShadowghost
2023-02-15Apply review suggestionsShadowghost
2023-02-15Apply review suggestionsShadowghost
2023-02-04Use Directory.Packages.props (#9135)Zoltan Csizmadia
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
2023-01-20Merge pull request #9066 from barronpm/reduce-logspamBond-009
Change log level for bind address usage to debug
2023-01-19Fix CA1851Shadowghost
2023-01-19Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
2023-01-18chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵renovate[bot]
v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-10Change log level for bind address usage to debugPatrick Barron
Fixes #9024
2022-12-14Fix debug builds (#8909)Bond-009
2022-12-08Clarify code comment.Neuheit
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-12-08Clarify code comment.Neuheit
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-12-08Add additional awaiter code comment.Neuheit
2022-12-08Add comments explaining GetAwaiter()Neuheit
2022-12-07Merge branch 'master' into network-rewriteShadowghost
2022-12-07Update projects to .net7Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-03Fix buildShadowghost
2022-11-17Apply review suggestionsShadowghost