aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace GetMeshModule and GetTextureModuleUbitUmarov2018-12-011-406/+0
|
* change region gettexture response if presence not foundUbitUmarov2018-11-071-27/+12
|
* change caps get mesh and texture throttleUbitUmarov2018-10-081-75/+11
|
* http reusecontext is obsoleteUbitUmarov2018-07-141-3/+0
|
* use seconds version of gettimestampUbitUmarov2018-04-191-21/+6
|
* keepalive is defaultUbitUmarov2018-01-301-1/+0
|
* give BlockingCollection more chancesUbitUmarov2018-01-221-29/+40
|
* fix merge issuesUbitUmarov2017-07-201-30/+5
|
* mergeUbitUmarov2017-07-201-23/+21
|\
| * revert EnvironmentTick back to orignal clock, since change may cause issues ↵UbitUmarov2017-06-191-24/+21
| | | | | | | | on some code paths. Clean a bit get mesh and get texture throttle
* | Merge branch 'master' into httptestsUbitUmarov2017-05-271-2/+2
|\ \ | |/
| * make BlockingQueue.Dequeue timeouts more coerent (just less than watchdog ↵UbitUmarov2017-05-261-2/+2
| | | | | | | | timeout)
* | Merge branch 'master' into httptestsUbitUmarov2017-05-251-6/+9
|\ \ | |/
| * minor changesUbitUmarov2017-05-251-2/+5
| |
| * make some threads background onesUbitUmarov2017-05-251-1/+1
| |
| * remove use of libomv BlockingQueueUbitUmarov2017-05-251-3/+3
| |
* | fix mergeUbitUmarov2017-01-051-12/+12
|\ \ | |/
| * Massive tab and trailing space cleanupMelanie Thielker2017-01-051-15/+15
| |
* | fix drop on delayed events processingUbitUmarov2016-07-171-31/+58
| |
* | add a Drop method to PollService Event handlers, Drop requests on ↵UbitUmarov2016-07-171-2/+4
|/ | | | connections known to be lost or delay event check if they are sending a response
* simplify http textures and meshs ThrottlesUbitUmarov2016-07-161-21/+9
|
* change threading on GetTexture and getMesh and WebFetch Modules.UbitUmarov2015-11-271-16/+17
|
* change threading on GetTexture and GetMesh NonSharable region modulesUbitUmarov2015-11-271-27/+22
|
* remove some compile warnings increasing total number by 2UbitUmarov2015-11-211-4/+0
|
* That didn't actually do anything for Simian, and it broke the locahostDiva Canto2015-11-141-5/+6
| | | | | | | case Revert "Also restoring proper function for Simian external GetTexture functionality." This reverts commit 366e81b977e7fcad4b19aeedc6f3674612b7587b.
* Also restoring proper function for Simian external GetTexture functionality.Diva Canto2015-10-141-6/+5
|
* seems to compile ( tests comented out)UbitUmarov2015-09-021-24/+9
|
* bad merge?UbitUmarov2015-09-011-28/+399
|\
| * turn off KeepAliveUbitUmarov2015-08-241-3/+3
| |
| * add a Retry-After response header to the 503 sent when we are 2 busy to doUbitUmarov2015-08-191-0/+5
| | | | | | | | the request. just 503 could mean server down (?)
| * do keepalive on mesh and texture GET. Dont use reusecontext any where.UbitUmarov2015-08-181-3/+3
| | | | | | | | | | | | setting of keepalive is wrong, it should follow the requested one ( or always as http1.1) only deny if needed (errors). KeepAlive may increase stress on number of avaiable file descritors.
| * Merge branch 'avination-current' into careminsterMelanie2013-09-161-23/+34
| |\ | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs OpenSim/Region/Framework/Scenes/Tests/SceneObjectDeRezTests.cs
| | * Add support for simple external CAPS texture servicesroot2013-09-071-19/+31
| | |
| * | Merge branch 'master' into careminsterMelanie2013-08-011-10/+15
| |\ \ | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
| * \ \ Merge branch 'master' into careminsterMelanie2013-07-241-1/+1
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs
| * | | Send 503 when throttling texturesMelanie2013-04-251-1/+33
| | | |
| * | | Prevent a failed user relogi from throwing exceptions in poll servicesMelanie2012-12-141-1/+1
| | | |
| * | | Merge commit '619c39e5144f15aca129d6d999bcc5c34133ee64' into careminsterMelanie2012-11-201-60/+61
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs
| | * | | * Prep work switching the GetMeshModule over to a poll service.teravus2012-11-091-60/+61
| | | | | | | | | | | | | | | | | | | | * This still has the image throttler in it.. as is... so it's not suitable for live yet.... The throttler keeps track of the task throttle but doesn't balance the UDP throttle yet.
| * | | | Merge branch 'avination' into careminsterMelanie2012-11-171-14/+172
| |\ \ \ \ | | |/ / /
| | * | | This implements the Caps throttler. After some testing, the system seemed ↵teravus2012-11-051-13/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to be OK with me specifying allowing 1 oversized image per 70,000b/sec with at least one. Try it out, start with a low bandwidth setting and then, set your bandwidth setting middle/high and see the difference. Tested with Two Clients on a region with 1800 textures all visible at once.
| | * | | Another step in the chain. Pipe the throttle update to the appropriate ↵teravus2012-11-051-12/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PollServiceTextureEventArgs. Each poll service having it's own throttle member is more consistent with the model then the region module keeping track of all of them globally and better for locking too. The Poll Services object is not set static to handle multiple nearby regions on the same simulator. Next step is hooking it up to HasEvents
| | * | | Pipe Throttle Update Event to EventManager, client --> ScenePresence --> ↵teravus2012-11-041-0/+42
| | | | | | | | | | | | | | | | | | | | EventManager, so that modules can know when throttles are updated. The event contains no client specific data to preserve the possibility of 'multiple clients' and you must still call ControllingClient.GetThrottlesPacked(f) to see what the throttles actually are once the event fires. Hook EventManager.OnUpdateThrottle to GetTextureModule.
| * | | | Merge branch 'master' into careminsterMelanie2012-11-131-3/+0
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs OpenSim/Region/ClientStack/Linden/Caps/NewFileAgentInventoryVariablePriceModule.cs
| * | | Make texture sedning use only two threads to make things less harsh on bandwidthMelanie2012-10-141-2/+2
| | | |
| * | | just remove the damm thingUbitUmarov2012-09-261-1/+1
| | | |
| * | | Seems nothing actually need the request body for getevents. so changeUbitUmarov2012-09-261-10/+2
| | | | | | | | | | | | | | | | control flag to false
| * | | more changes to PollServiceUbitUmarov2012-09-261-1/+6
| | | |
| * | | missed changeUbitUmarov2012-09-251-1/+2
| | | |
| * | | change GetTextureModule processingUbitUmarov2012-09-251-29/+31
| | | |