Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a red ink error on shutdown. Harmless message since shutting down anyway | Melanie Thielker | 2017-01-07 | 1 | -1/+7 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -7/+7 |
| | |||||
* | simplify http textures and meshs Throttles | UbitUmarov | 2016-07-16 | 1 | -79/+15 |
| | |||||
* | change threading on GetTexture and getMesh and WebFetch Modules. | UbitUmarov | 2015-11-27 | 1 | -16/+14 |
| | |||||
* | change threading on GetTexture and GetMesh NonSharable region modules | UbitUmarov | 2015-11-27 | 1 | -17/+22 |
| | |||||
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -45/+5 |
| | |||||
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -0/+410 |
|\ | |||||
| * | turn off KeepAlive | UbitUmarov | 2015-08-24 | 1 | -2/+2 |
| | | |||||
| * | do keepalive on mesh and texture GET. Dont use reusecontext any where. | UbitUmarov | 2015-08-18 | 1 | -2/+2 |
| | | | | | | | | | | | | 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. | ||||
| * | make use of it in GetMeshModule, and meshs are Assets not Task itens, | UbitUmarov | 2014-08-29 | 1 | -43/+4 |
| | | | | | | | | reduce MeshModule impact on udp rate | ||||
| * | Merge branch 'master' into careminster | Melanie | 2013-07-24 | 1 | -3/+3 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs | ||||
| * | | try to patch getmesh Throttle (test) | UbitUmarov | 2013-01-13 | 1 | -2/+8 |
| | | | |||||
| * | | Prevent a failed user relogi from throwing exceptions in poll services | Melanie | 2012-12-14 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'avination' into careminster | Melanie | 2012-11-22 | 1 | -7/+35 |
| |\ \ | |||||
| | * | | * While this is not producing any problems.. and does help in low bandwidth ↵ | teravus | 2012-11-22 | 1 | -7/+35 |
| | | | | | | | | | | | | | | | | situations I can't demonstrate that it's better then just letting the client request what it needs in terms of responsiveness of the mesh in the scene yet. | ||||
| * | | | Merge branch 'avination' into careminster | Melanie | 2012-11-20 | 1 | -18/+72 |
| |\ \ \ | | |/ / | |||||
| | * | | * Plumbing and basic setting of the GetMesh Cap Throttler. | teravus | 2012-11-17 | 1 | -18/+72 |
| | | | | | | | | | | | | | | | | * Last step is to flip the throttle distribution. | ||||
| * | | | Merge commit '619c39e5144f15aca129d6d999bcc5c34133ee64' into careminster | Melanie | 2012-11-20 | 1 | -12/+348 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | ||||
| | * | * Prep work switching the GetMeshModule over to a poll service. | teravus | 2012-11-09 | 1 | -13/+349 |
| | | | | | | | | | | | | * 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. | ||||
* | | | revised GetMesh to not use intermediate base64 coding scheme | Freaky Tech | 2015-03-05 | 1 | -14/+45 |
| | | | | | | | | | | | | | | | | | | | | | it delivers binary and has binary as input. base64 intermediate coding makes no sense. Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | | | Allow GetMesh capability to be served directly by a server like GetTexture | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -18/+15 |
|/ / | | | | | | | | | To do this required GetMesh to be converted to a BaseStreamHandler Unlike GetTexture connector, no redirect URL functionality yet (this wasn't present in the first place). | ||||
* | | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 1 | -1/+1 |
| | | |||||
* | | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 2012-11-12 | 1 | -1/+1 |
|/ | | | | grepping for remaining uses | ||||
* | Implement optional name and description on http stream handlers so that we ↵ | Justin Clark-Casey (justincc) | 2012-05-03 | 1 | -5/+7 |
| | | | | | | can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing. | ||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-08-16 | 1 | -3/+3 |
| | |||||
* | comment out some of the currently less useful debug log messages | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -2/+2 |
| | |||||
* | Test m_Enabled on RemoveRegion. | Diva Canto | 2011-05-04 | 1 | -0/+3 |
| | |||||
* | Refactored the GetMesh module into a handler and a module, to be the same as ↵ | Diva Canto | 2011-05-02 | 1 | -113/+38 |
| | | | | GetTexture. | ||||
* | Nope, that didn't feel right. Moving all those modules to Linden space. | Diva Canto | 2011-04-30 | 1 | -0/+211 |