aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Net
AgeCommit message (Collapse)Author
2019-02-13Drop ETag and use Last-Modified header (#890)Claus Vium
Drop ETag and use Last-Modified since performance is much better
2019-02-05Remove custom ThreadingClaus Vium
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13EditorConfig reformat: MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin 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-03Post GPL cleanupBond_009
2018-12-30Fix build post GPL changeBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-23reduce dlna chatterLuke Pulverenti
2017-10-04reduce socket activityLuke Pulverenti
2017-09-03update request classesLuke Pulverenti
2017-08-303.2.30.3Luke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-05-31update dlna profilesLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-03-12re-organize file streamingLuke Pulverenti
2016-11-10update portable projectsLuke Pulverenti
2016-11-10rework result factoryLuke Pulverenti
2016-11-08update portable projectsLuke Pulverenti
2016-10-26update plugin interfacesLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-23remove usingLuke Pulverenti
2016-10-07update live stream managementLuke Pulverenti
2016-10-06avoid buffering http responsesLuke Pulverenti
2016-08-07Async stream handling: Use interface instead of Func<Stream,Task>softworkz
No functional changes
2016-07-15update async stream writingLuke Pulverenti
2016-06-19update task resultsLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande
2015-12-28update local address detectionLuke Pulverenti
2015-10-30update componentsLuke Pulverenti
2015-10-28update image encodingLuke Pulverenti
2015-10-02update sync progress displayLuke Pulverenti
2015-09-13add more methods to IFileSystemLuke Pulverenti
2015-03-29sync updatesLuke Pulverenti
2015-03-09fix session not found errorsLuke Pulverenti
2015-03-08don't use socket to report start/stopLuke Pulverenti
2015-03-08connect to socket with access tokenLuke Pulverenti
2015-02-26remove dead throttle codeLuke Pulverenti
2015-02-04sync updatesLuke Pulverenti
2015-01-18rework hosting optionsLuke Pulverenti
2015-01-17Ssl in mediabrowser against new listener.Mike