Commit Graph

57 Commits (fc694289a9ff5fd668a461cbdb665eb492dc504f)

Author SHA1 Message Date
Stepan Goremykin 8d7e4229ca Merge branch 'master' into fix-resharper-warnings
11 months ago
Tim Eisele dc27d8f9cd
Refactor URI overrides (#10051)
11 months ago
Stepan Goremykin 47254d6a22 Remove conditional access when it is known to be not null
11 months ago
Stepan Goremykin 8925390ad4 Remove redundant cast
11 months ago
Shadowghost bedee7922f Fix interface address assignment and resolution in SSDP
2 years ago
Shadowghost 42498194d9 Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery
2 years ago
Shadowghost 6e46075414 Apply review suggestions
2 years ago
Shadowghost b725fbe51a Apply review suggestions
2 years ago
Shadowghost 2c86bd1875 Merge branch 'master' into network-rewrite
2 years ago
Bond_009 52194f56b5 Replace != null with is not null
2 years ago
Shadowghost 7b90fcd053 Merge branch 'master' into network-rewrite
2 years ago
Bond_009 a9a5fcde81 Use ArgumentNullException.ThrowIfNull helper method
2 years ago
Shadowghost 4fc52a840c Merge branch 'master' into network-rewrite
2 years ago
Bond-009 2d57e71b44
Don't allow throwing System.Exception (#8378)
2 years ago
Shadowghost f6e41269d9 Enforce interface bindings on SSDP, add Loopback to LAN if no LAN defined
2 years ago
Bond_009 470d175f32 ExclusiveAddressUse: cheated by the docs
3 years ago
Bond_009 1d018c5575 SocketFactory: Remove redundant code
3 years ago
Bond_009 832da133d8 Always create TaskCompletionSource<T> with TaskCreationOptions.RunContinuationsAsynchronously
3 years ago
Bond_009 ea8f40e84a More cleanup
3 years ago
Patrick Barron 8c8ca9aded Fix warnings in UdpSocket
3 years ago
Bond_009 637e86478f Fix some warnings
3 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations
3 years ago
Bond_009 01e781035f Fix warnings
4 years ago
BaronGreenback f01baad05e Sending multicasts out of Sockets without setting the broadcast to true - causes the error "Bad value for ai_flags" on some systems (#3404)
4 years ago
BaronGreenback c07d8abfd5 Removed debugging info
4 years ago
BaronGreenback 5b0c182908 Added logging and broadcast = true
4 years ago
telans 98db8f72e0
fix SA1503 for one line if statements
4 years ago
telans 3d9049ef08
fix SA1508
4 years ago
telans acd4389653
fix SA1005
4 years ago
Bond_009 4748105dce Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
4 years ago
Bond_009 04f826e50c Fix merge errors
4 years ago
Bond_009 15634a1913 Merge branch 'master' into websocket
4 years ago
Bond_009 87d2479b78 Fix warnings
5 years ago
Bond_009 976459d3e8 Rewrite WebSocket handling code
5 years ago
Bond-009 ded9857f45 Clean up server discovery code
5 years ago
Bond_009 5dd332b63d Attempt to fix #1391
5 years ago
Bond_009 1cad93c276 Use System.Net abstractions instead of raw socket
5 years ago
Bond_009 998017a76d Include library via NuGet instead of via source
5 years ago
Bond_009 ddd1a282ea Remove IpAddressInfo and IpEndPointInfo classes
5 years ago
Bond-009 e64aaebbac Improvements around streams
6 years ago
Claus Vium fb1de5a921 Remove more cruft and add the beginnings of a socket middleware
6 years ago
Claus Vium 27e7e792b3 Replace some usage of QueryParamCollection
6 years ago
Claus Vium d6c6f3c10c Still broken
6 years ago
William Taylor 65cd3ed597 Replaced injections of ILogger with ILoggerFactory
6 years ago
Erwin de Haan 65bd052f3e ReSharper conform to 'var' settings
6 years ago
Erwin de Haan e566d9a231 Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv
6 years ago
Erwin de Haan 39ef1106d7 Visual Studio Reformat: Emby.Server.Implementations Part Liv-P
6 years ago
Erwin de Haan e2751d42e8 Merge branch 'dev' into code-cleanup
6 years ago
Erwin de Haan ec1f5dc317 Mayor code cleanup
6 years ago
hawken ba1794f64b Remove tabs and trailing whitespace
6 years ago