aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Udp
AgeCommit message (Collapse)Author
2023-11-30Move UdpServerEntryPoint to Jellyfin.NetworkingPatrick Barron
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-08Fix possible double disposeStepan Goremykin
2023-10-07Remove redundant SuppressFinalize callStepan Goremykin
2022-07-21Implement discovery respecting bind addressesShadowghost
2022-02-14Fix option to disable server discoveryBond_009
2022-01-07Remove task cancellation hacksBond_009
2021-11-16Remove unused dependenciescvium
2021-10-03Fix warnings in UdpServerPatrick Barron
2021-05-28Fix some warningsBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-04-15Enable nullability for ServerDiscoveryInfo (#5804)Cody Robibero
2021-02-23Improve testsBond_009
2020-10-04Updatig netcollection & re-inserting BOMJim Cartlidge
2020-09-12Large number of filesJim Cartlidge
2020-09-07Remove excess code.BaronGreenback
2020-06-17Fix Task that ignores cancellation requestBond_009
2020-06-16Add full stop at end of comments (SA1629)telans
2020-05-24Update Emby.Server.Implementations/Udp/UdpServer.csNeil Burrows
Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-05-20Renaming variable and refactoring IF statementNeil Burrows
2020-05-02Auto discover published URL overrideNeil Burrows
2020-01-13Update UdpServer.csBond-009
2020-01-12Clean up server discovery codeBond-009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
2019-04-15Remove the old message respondersAnthony Lavado
Leaves only an answer to "Who is Jellyfin", removing older ones for EmbyServer and MediaBrowser_v2.
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part U-U & RootErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Mayor code cleanupErwin 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.
2019-01-07remove trailing whitespacehawken
2019-01-05Change "who is EmbyServer?" and other udp responders to jellyfin ↵Ben Fayers
alternatives. (#400) * replace emby server udp responders with Jellyfin responders * remove unnecessary second udp responder * readdemby listener * use false instead of true dunni why but it was like that sooo
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-23reduce dlna chatterLuke Pulverenti
2017-05-24update main projectsLuke Pulverenti
2017-03-26update socket methodsLuke Pulverenti
2017-03-02update socket interfacesLuke Pulverenti
2017-02-05add cancellation to socket methodsLuke Pulverenti
2016-12-28remove unused propertyLuke Pulverenti
2016-11-04move classes to new server projectLuke Pulverenti