aboutsummaryrefslogtreecommitdiff
path: root/RSSDP
AgeCommit message (Collapse)Author
2020-01-31Fix warningsBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-09-23Fix multiple mistakes and warningsBond_009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
2019-03-25Lower the amount of running tasksBond_009
2019-03-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Adjusted the Product Name so the User Agent is correct/better.Erwin de Haan
2019-02-23Remove useless if..else in SsdpDevicePublisherXu Fasheng
2019-02-23Update comments for DLNA IPv6Xu Fasheng
2019-02-22Send DLNA devices message to only the matched interfaceXu Fasheng
This will be the right way for multiple interfaces, or the client will receive all devices message with different IP addresses and could not detect which one could access. And provide one option DlnaOptions.SendOnlyMatchedHost to fallback to old behaviour if this commit missed something.
2019-02-22Add option to toggle if ignore virtual interfacesXu Fasheng
Some VPN like ZerotierOne owns IP address but no gateway, and there is no good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces, so just provide one option to let user decide it.
2019-02-05Remove custom ThreadingClaus Vium
2019-01-20Revert Jellyfin.Versioning, Update all versions and user agents.Erwin de Haan
2019-01-13Merge branch 'dev' into reformatErwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txtErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.Providers-SocketHttpListenerErwin de Haan
2019-01-13Merge pull request #566 from Bond-009/dlnaAndrew Rabert
Avoid printing stacktrace when bind to port 1900 fails
2019-01-13Add exception message to log.Bond-009
Output will be something line: `Failed to bind to port 1900: Address already in use. DLNA will be unavailable`
2019-01-12Don't print stacktrace when failing to bind to 1900Bond_009
2019-01-12Reformatted the files with notes.Erwin 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-07Remove tabs and trailing whitespacehawken
2019-01-01Add copyright from upstream projectsJoshua Boniface
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-16Log exception where possibleBond_009
2018-12-16Removed some warningsBond_009
2018-12-14Address commentsBond_009
2018-12-12Change libraries from netcoreapp to netstandardBond_009
Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-27update rssdpLuke Pulverenti
2017-11-123.2.36.8Luke Pulverenti
2017-09-08rework epg storageLuke Pulverenti
2017-08-24update active recordingsLuke Pulverenti
2017-06-04update project filesLuke Pulverenti
2017-05-24update main projectsLuke Pulverenti
2017-03-29improve cancellation support of auto-organizeLuke Pulverenti
2017-03-26update socket methodsLuke Pulverenti
2017-03-02update socket interfacesLuke Pulverenti
2017-02-07reduce device discovery trafficLuke Pulverenti
2017-02-05add cancellation to socket methodsLuke Pulverenti
2017-01-24reduce traffic from play to featureLuke Pulverenti
2017-01-03add quality buttonLuke Pulverenti
2016-12-28reduce dlna loggingLuke Pulverenti
2016-12-20add additional http server error handlingLuke Pulverenti
2016-12-13update series queriesLuke Pulverenti
2016-12-08trim excess loggingLuke Pulverenti