aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* That didn't actually do anything for Simian, and it broke the locahostDiva Canto2015-11-141-5/+6
* 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
| * do keepalive on mesh and texture GET. Dont use reusecontext any where.UbitUmarov2015-08-181-3/+3
| * Merge branch 'avination-current' into careminsterMelanie2013-09-161-23/+34
| |\
| | * Add support for simple external CAPS texture servicesroot2013-09-071-19/+31
| * | Merge branch 'master' into careminsterMelanie2013-08-011-10/+15
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-07-241-1/+1
| |\ \ \ | | |_|/ | |/| |
| * | | 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
| |\ \ \
| | * | | * Prep work switching the GetMeshModule over to a poll service.teravus2012-11-091-60/+61
| * | | | 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
| | * | | Another step in the chain. Pipe the throttle update to the appropriate PollS...teravus2012-11-051-12/+35
| | * | | Pipe Throttle Update Event to EventManager, client --> ScenePresence --> Even...teravus2012-11-041-0/+42
| * | | | Merge branch 'master' into careminsterMelanie2012-11-131-3/+0
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | 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
| * | | more changes to PollServiceUbitUmarov2012-09-261-1/+6
| * | | missed changeUbitUmarov2012-09-251-1/+2
| * | | change GetTextureModule processingUbitUmarov2012-09-251-29/+31
| * | | Protect the responses map with a lock. Also remove ugly "this." type ofMelanie2012-09-231-6/+8
| * | | add some locks to GetTextureModuleUbitUmarov2012-09-171-10/+13
| * | | Revamp the HTTP textures handler to allow a maximum of four fetchesMelanie2012-09-141-44/+179
* | | | Finished implementing redirects in GetTexture.Diva Canto2014-05-071-3/+6
| |_|/ |/| |
* | | Experimental comment to eneralize the handling of Linden caps when theMic Bowman2013-07-311-1/+5
| |/ |/|
* | Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
|/
* Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-031-1/+3
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-08-161-2/+3
* comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)2011-08-111-2/+2
* Test m_Enabled on RemoveRegion.Diva Canto2011-05-041-0/+3
* Refactored the GetMesh module into a handler and a module, to be the same as ...Diva Canto2011-05-021-0/+2
* Works!Diva Canto2011-05-021-5/+22
* Start to drill down on GetTexture. Read the config and do different things.Diva Canto2011-05-011-4/+12
* Change GetTextureModule.cs to conform to the new IRegion module interface. NO...Diva Canto2011-05-011-6/+21
* Added OpenSim.Capabilities.Handlers. For the moment it has only the GetTextur...Diva Canto2011-05-011-311/+4
* Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto2011-04-301-0/+404