Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle confirmXfer sync | UbitUmarov | 2019-06-13 | 1 | -3/+3 |
| | |||||
* | delay timeout a bit | UbitUmarov | 2019-06-13 | 1 | -2/+2 |
| | |||||
* | minor cleanup | UbitUmarov | 2019-06-13 | 1 | -45/+39 |
| | |||||
* | test... | UbitUmarov | 2019-06-12 | 1 | -4/+2 |
| | |||||
* | add a lock | UbitUmarov | 2019-06-12 | 1 | -16/+15 |
| | |||||
* | still a few more changes to lludp Xfer download for lost udp case | UbitUmarov | 2019-06-12 | 1 | -9/+10 |
| | |||||
* | a few more changes to lludp Xfer download | UbitUmarov | 2019-06-11 | 1 | -15/+22 |
| | |||||
* | a few more changes to lludp Xfer download | UbitUmarov | 2019-06-10 | 1 | -15/+27 |
| | |||||
* | test... | UbitUmarov | 2019-06-09 | 1 | -5/+4 |
| | |||||
* | reduce some useless array copies | UbitUmarov | 2019-06-09 | 1 | -20/+6 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -7/+7 |
| | |||||
* | why did u used RunInThread? change to RunInThreadPool | UbitUmarov | 2016-08-25 | 1 | -1/+1 |
| | |||||
* | dont request a workjob if we can see there is nothing to do | UbitUmarov | 2016-08-24 | 1 | -12/+18 |
| | |||||
* | reduce xfer burst if we are busy | UbitUmarov | 2016-07-11 | 1 | -3/+7 |
| | |||||
* | change Xfermanager file sending | UbitUmarov | 2016-07-10 | 1 | -98/+192 |
| | |||||
* | kick Xfermanager from heartbeat and expires files based on its timming | UbitUmarov | 2016-07-09 | 1 | -9/+57 |
| | |||||
* | add a simple files expire to Xfer to catch some that never got a request ↵ | UbitUmarov | 2016-07-09 | 1 | -7/+25 |
| | | | | (opened xfers also need a timeout) (not pretty code, but should not have heavy use) | ||||
* | Merge branch 'master' into careminster | Melanie | 2012-11-13 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs OpenSim/Region/ClientStack/Linden/Caps/NewFileAgentInventoryVariablePriceModule.cs | ||||
| * | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-11 | 1 | -9/+24 |
|\ \ | |/ | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Gods/GodsModule.cs OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs | ||||
| * | One more module converted: XferModule. | Diva Canto | 2012-11-10 | 1 | -9/+24 |
| | | |||||
* | | Fix slow loading of task inventory | Melanie | 2012-07-19 | 1 | -4/+7 |
|/ | |||||
* | One more pass at object inventory. This time, fix SceneObjectPartInventory ↵ | Diva Canto | 2010-12-24 | 1 | -80/+14 |
| | | | | so that it makes sure that the file is added to Xfer's before it signals the client to come and get it. This allows the simplification of the logic of Xfer's. | ||||
* | Hopefully this fixes all prim inventory issues. No more abort, no more ↵ | Diva Canto | 2010-12-23 | 1 | -35/+49 |
| | | | | | | keeping track of time. Simply handle the issues, which are: (1) rapid double requests from the viewer for the same file; (2) sometimes the file generation takes too long and the Xfer request arrives at the XferModule before the file name is added. This still has debug messages commented out, in case this needs more debugging. Pushing it so others can test. | ||||
* | Put back a commented section of code. With some viewers, object inventory | Melanie | 2010-12-23 | 1 | -6/+5 |
| | | | | transfers just don't start without it. Observed my Nebadon and yours truly. | ||||
* | Added a counter to NewFiles in Xfers to account for simultaneous object ↵ | Diva Canto | 2010-12-22 | 1 | -16/+42 |
| | | | | inventory requests, which apparently are happening and may cause race conditions if the file name is removed after the first transfer. | ||||
* | * Adds AbortXfer to the ClientAPI mix | Teravus Ovares (Dan Olivares) | 2010-12-21 | 1 | -4/+66 |
| | | | | | | * Adds an item that checks to see if the top request has been there for longer then 30 seconds without an update and sends an AbortXfer if it encounters one. This allows the client to cancel the Xfer on it's side so you can re-select the prim and get the inventory when it fails the first time. * Some interesting locking... Using NewFiles to lock the rest of them. We'll see how that goes. * The goal of this is to ensure that Xfers are restartable when they fail. The client will not do that on it's own. | ||||
* | Thank you, RemedyTomm, for an update to your previous patch. Garbage-collect | Melanie | 2009-10-26 | 1 | -2/+21 |
| | | | | the transfers that never happen. | ||||
* | Thank you, RemedyTomm, for a patch to handle Xfer requests being dropped | Melanie | 2009-10-26 | 1 | -2/+24 |
| | | | | before the file data to be transfered is ready. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | starting phase 2 of the OpenSim.Region.Environment commit: relocating | Dr Scofield | 2009-02-09 | 1 | -0/+232 |
OpenSim.Region.Environment.Modules.Agent en bloc to OpenSim.Region.CoreModules |