aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Net
AgeCommit message (Collapse)Author
2020-03-22Merge pull request #2617 from Shawmon/wasm-mimetypedkanada
add wasm mimetype (cherry picked from commit af5d3e8eaeea6cd1c2e9248352a2e728d27b3c22) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2020-02-03Merge pull request #2357 from Bond-009/warn13dkanada
Fix warnings
2020-01-31Fix warningsBond_009
2020-02-01Merge pull request #2247 from Bond-009/stringhelperdkanada
Remove StringHelper functions
2020-01-12Clean up server discovery codeBond-009
2020-01-09Remove StringHelper functionsBond-009
2019-11-03Fix the last docs warnings.Erwin de Haan
2019-09-01Restore flac mime typeBill Thornton
2019-08-09Use System.Net abstractions instead of raw socketBond_009
2019-07-28Use a dictionary to look up mimetypesBond-009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
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