index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
Net
/
SocketFactory.cs
Age
Commit message (
Expand
)
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
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
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
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 - cau...
BaronGreenback
2020-06-24
Removed debugging info
BaronGreenback
2020-06-24
Added logging and broadcast = true
BaronGreenback
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
2019-01-20
Replaced injections of ILogger with ILoggerFactory
William Taylor
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
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