aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Net
AgeCommit message (Collapse)Author
2019-03-13Improvements around streamsBond-009
* Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * Remove some dead code
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-01-27Fix more analyzer warningsBond_009
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-13EditorConfig reformat: MediaBrowser.ModelErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ModelErwin 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-07Merge pull request #488 from sparky8251/fix-mimetype-formattingJoshua M. Boniface
Fix odd formatting in MimeType.cs
2019-01-07Fixed odd formatting in MimeType.CSSparky
Think there might have been a mismatch between tabs and spaces. All spaces now.
2019-01-07Open log files in browser againSparky
Fixes #485 Looks like we regressed and now only the .txt logs would open in the browser when clicked. Added in MimeType handler for .log files. Problem solved.
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-08rework epg storageLuke Pulverenti
2017-09-053.2.30.8Luke Pulverenti
2017-09-02update SocketHttpListenerLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-04update container valueLuke Pulverenti
2017-06-24specify tiff mime typesLuke Pulverenti
2017-06-15update series resolverLuke Pulverenti
2017-06-01update live stream buffersLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-25update stream copyingLuke Pulverenti
2017-05-24update main projectsLuke Pulverenti
2017-03-29improve cancellation support of auto-organizeLuke Pulverenti
2017-03-26update socket methodsLuke Pulverenti
2017-03-13rework filestreamLuke Pulverenti
2017-03-12re-organize file streamingLuke Pulverenti
2017-03-07update mjpeg stream detectionLuke Pulverenti
2017-03-033.2.5.4Luke Pulverenti
2017-03-02update socket interfacesLuke Pulverenti
2017-02-10support dummied up image a/r'sLuke Pulverenti
2017-02-05add cancellation to socket methodsLuke Pulverenti
2016-12-07improve ipv6 error handlingLuke Pulverenti
2016-12-04first pass at binding to multiple network addressesLuke Pulverenti
2016-11-08fix ipv6Luke Pulverenti
2016-11-08update portable projectsLuke Pulverenti
2016-11-04move classes to new server projectLuke Pulverenti
2016-11-04make dlna project portableLuke Pulverenti
2016-10-25change controller project targetingLuke Pulverenti
2016-10-19handle x-pngLuke Pulverenti
2016-08-24update opus mime typeLuke Pulverenti
2016-01-09add EndPointInfo classLuke Pulverenti
2015-12-24fixes #1290 - upgrade audio formatsLuke