aboutsummaryrefslogtreecommitdiff
path: root/Mono.Nat
AgeCommit message (Collapse)Author
2019-11-01Use Mono.Nat Nuget packageBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-08-11Check checksum for plugin downloadsBond_009
* Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager
2019-07-13Properly set content typeBond_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-01-24Eliminate some compile warnings (#600)hawken
* Remove some unused variables * remove duplicate "using .." by sorting and deduping the list * Remove things that already exist in the parent class (in one case I moved some documentation to the parent) * EntityBodyData and and NextSearch were never set (only read), removed * _timeout was never read, subsequently _timer became unused. part of a TODO timeout functionality that was not implemented yet
2019-01-18Reformat JustAMan review pt3 changesErwin 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-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-02Fix spacing to C#/Visual Studio standardsAnthony Lavado
- This is a fix automatically applied by Visual Studio
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-12-16Removed some warningsBond_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-10-22adjust header valuesLuke Pulverenti
2017-10-22separate encoding from content type valuesLuke Pulverenti
2017-10-19fixes #2499 - UPnP not working in Emby, but works in other applicationsLuke Pulverenti
2017-10-19removed dead codeLuke Pulverenti
2017-10-093.2.33.5Luke Pulverenti
2017-08-24update active recordingsLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-06-24fix network methods not shutting downLuke Pulverenti
2017-05-243.2.17.13Luke Pulverenti
2017-05-24update main projectsLuke Pulverenti
2017-01-15update video osdLuke Pulverenti
2016-12-15update componentsLuke Pulverenti
2016-11-03fix projectsLuke Pulverenti
2016-11-03change mono.nat project to .net standardLuke Pulverenti
2016-11-03change pcl's to .netstandardLuke Pulverenti
2016-10-31remove json lock filesLuke Pulverenti
2016-10-31update audio queriesLuke Pulverenti
2016-10-30update BaseXmlSaverLuke Pulverenti
2016-10-30update project targetsLuke Pulverenti
2016-10-29update nugetLuke Pulverenti
2016-10-29rework dlna projectLuke Pulverenti
2016-10-29update dependenciesLuke Pulverenti
2016-10-29change project to .net coreLuke Pulverenti
2016-10-27trim nat projectLuke Pulverenti
2016-10-27simplify PmpNatDeviceLuke Pulverenti
2016-10-27removed dead codeLuke Pulverenti
2016-10-27update port mapperLuke Pulverenti
2016-10-27lighten up nat projectLuke Pulverenti