aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Net
AgeCommit message (Collapse)Author
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2020-11-14remove custom HttpExceptioncrobibero
2020-11-13Fix nullability errors in MediaBrowser.Modelcrobibero
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-09-27Use SessionMessageType for WebSocket messagesNiels van Velzen
2020-09-04Fix aac mime-typeBill Thornton
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-20Add .edl Mimetypeartiume
2020-05-15Update MimeTypes.csartiume
2020-05-15Add opf mimetypeartiume
2020-05-14Merge branch 'master' into websocketMark Monteiro
2020-05-07Remove ogg video mimetypeartiume
2020-05-06Update MimeTypes.csartiume
2020-05-06Update MediaBrowser.Model/Net/MimeTypes.csartiume
2020-05-06Update MediaBrowser.Model/Net/MimeTypes.csartiume
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-05-05Add missing commaMark Monteiro
2020-05-05add azw3artiume
2020-05-04Update MimeTypes.csartiume
2020-05-03Update MimeTypes.csartiume
2020-05-02Merge branch 'master' into websocketBond_009
2020-04-17Add mime type for .mpegts files.randrey
2020-04-17Add mime types for ape and wv files.randrey
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-03-17add wasm mimetypeShawmon
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
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-13Rewrite WebSocket handling codeBond_009
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.