Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -1/+1 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -1/+1 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -22/+13 | |
2016-07-17 | fix drop on delayed events processing | UbitUmarov | 1 | -31/+58 | |
2016-07-17 | add a Drop method to PollService Event handlers, Drop requests on ↵ | UbitUmarov | 1 | -2/+4 | |
connections known to be lost or delay event check if they are sending a response | |||||
2016-07-16 | simplify http textures and meshs Throttles | UbitUmarov | 1 | -21/+9 | |
2015-11-27 | change threading on GetTexture and getMesh and WebFetch Modules. | UbitUmarov | 1 | -16/+17 | |
2015-11-27 | change threading on GetTexture and GetMesh NonSharable region modules | UbitUmarov | 1 | -27/+22 | |
2015-11-21 | remove some compile warnings increasing total number by 2 | UbitUmarov | 1 | -4/+0 | |
2015-11-14 | That didn't actually do anything for Simian, and it broke the locahost | Diva Canto | 1 | -5/+6 | |
case Revert "Also restoring proper function for Simian external GetTexture functionality." This reverts commit 366e81b977e7fcad4b19aeedc6f3674612b7587b. | |||||
2015-10-14 | Also restoring proper function for Simian external GetTexture functionality. | Diva Canto | 1 | -6/+5 | |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -24/+9 | |
2015-08-24 | turn off KeepAlive | UbitUmarov | 1 | -3/+3 | |
2015-08-19 | add a Retry-After response header to the 503 sent when we are 2 busy to do | UbitUmarov | 1 | -0/+5 | |
the request. just 503 could mean server down (?) | |||||
2015-08-18 | do keepalive on mesh and texture GET. Dont use reusecontext any where. | UbitUmarov | 1 | -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. | |||||
2014-05-07 | Finished implementing redirects in GetTexture. | Diva Canto | 1 | -3/+6 | |
2013-09-07 | Add support for simple external CAPS texture services | root | 1 | -19/+31 | |
2013-07-31 | Experimental comment to eneralize the handling of Linden caps when the | Mic Bowman | 1 | -1/+5 | |
cap is something other than "localhost". A new interface for handling external caps is supported with an example implemented for Simian. The only linden cap supporting this interface right now is the GetTexture cap. | |||||
2013-04-25 | Send 503 when throttling textures | Melanie | 1 | -1/+33 | |
2012-12-14 | Prevent a failed user relogi from throwing exceptions in poll services | Melanie | 1 | -1/+1 | |
2012-11-12 | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 1 | -1/+1 | |
2012-11-09 | * Prep work switching the GetMeshModule over to a poll service. | teravus | 1 | -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. | |||||
2012-11-05 | This implements the Caps throttler. After some testing, the system seemed ↵ | teravus | 1 | -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. | |||||
2012-11-05 | Another step in the chain. Pipe the throttle update to the appropriate ↵ | teravus | 1 | -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 | |||||
2012-11-04 | Pipe Throttle Update Event to EventManager, client --> ScenePresence --> ↵ | teravus | 1 | -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. | |||||
2012-10-14 | Make texture sedning use only two threads to make things less harsh on bandwidth | Melanie | 1 | -2/+2 | |
2012-09-26 | just remove the damm thing | UbitUmarov | 1 | -1/+1 | |
2012-09-26 | Seems nothing actually need the request body for getevents. so change | UbitUmarov | 1 | -10/+2 | |
control flag to false | |||||
2012-09-26 | more changes to PollService | UbitUmarov | 1 | -1/+6 | |
2012-09-25 | missed change | UbitUmarov | 1 | -1/+2 | |
2012-09-25 | change GetTextureModule processing | UbitUmarov | 1 | -29/+31 | |
2012-09-23 | Protect the responses map with a lock. Also remove ugly "this." type of | Melanie | 1 | -6/+8 | |
member notation. | |||||
2012-09-17 | add some locks to GetTextureModule | UbitUmarov | 1 | -10/+13 | |
2012-09-14 | Revamp the HTTP textures handler to allow a maximum of four fetches | Melanie | 1 | -44/+179 | |
at any time and to drop requests for avatars n longer in the scene | |||||
2012-05-03 | Implement optional name and description on http stream handlers so that we ↵ | Justin Clark-Casey (justincc) | 1 | -1/+3 | |
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. | |||||
2011-08-16 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -2/+3 | |
2011-08-11 | comment out some of the currently less useful debug log messages | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
2011-05-04 | Test m_Enabled on RemoveRegion. | Diva Canto | 1 | -0/+3 | |
2011-05-02 | Refactored the GetMesh module into a handler and a module, to be the same as ↵ | Diva Canto | 1 | -0/+2 | |
GetTexture. | |||||
2011-05-02 | Works! | Diva Canto | 1 | -5/+22 | |
2011-05-01 | Start to drill down on GetTexture. Read the config and do different things. | Diva Canto | 1 | -4/+12 | |
2011-05-01 | Change GetTextureModule.cs to conform to the new IRegion module interface. ↵ | Diva Canto | 1 | -6/+21 | |
NOTHING OF THIS WORKS. Compiles. | |||||
2011-05-01 | Added OpenSim.Capabilities.Handlers. For the moment it has only the ↵ | Diva Canto | 1 | -311/+4 | |
GetTexture handler. The region module in Linden space uses it. WARNING: nothing of this works yet, it just compiles. | |||||
2011-04-30 | Nope, that didn't feel right. Moving all those modules to Linden space. | Diva Canto | 1 | -1/+3 | |
2011-04-30 | Moved several cap-based-service-providing modules from where they were into ↵ | Diva Canto | 1 | -1/+1 | |
a newly created CoreModules/Caps. Not all. | |||||
2011-02-02 | Comment out texture CAPS 'texture not found' message for now | Justin Clark-Casey (justincc) | 1 | -3/+1 | |
2011-01-18 | Prune some of the excess logging for client logins. | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
Didn't touch the appearance related stuff. | |||||
2010-12-08 | Fixed wrong comment | Diva Canto | 1 | -1/+1 | |
2010-12-08 | Fixed previous compile error -- I haven't pushed the CreatorID in AssetBase ↵ | Diva Canto | 1 | -1/+1 | |
yet... | |||||
2010-12-08 | Added ability for GetTexture to serve multiple formats. The format may come ↵ | Diva Canto | 1 | -42/+202 | |
as an extra query parameter in the URL format=<format> (this was tested and working) or it may come in the Accept header (code added, but not tested). The result of the conversion is placed in the asset cache, under the name <uuid>-<format>. |