aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/Xfer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* handle confirmXfer syncUbitUmarov2019-06-131-3/+3
|
* delay timeout a bitUbitUmarov2019-06-131-2/+2
|
* minor cleanupUbitUmarov2019-06-131-45/+39
|
* test...UbitUmarov2019-06-121-4/+2
|
* add a lockUbitUmarov2019-06-121-16/+15
|
* still a few more changes to lludp Xfer download for lost udp caseUbitUmarov2019-06-121-9/+10
|
* a few more changes to lludp Xfer downloadUbitUmarov2019-06-111-15/+22
|
* a few more changes to lludp Xfer downloadUbitUmarov2019-06-101-15/+27
|
* test...UbitUmarov2019-06-091-5/+4
|
* reduce some useless array copiesUbitUmarov2019-06-091-20/+6
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-7/+7
|
* why did u used RunInThread? change to RunInThreadPoolUbitUmarov2016-08-251-1/+1
|
* dont request a workjob if we can see there is nothing to doUbitUmarov2016-08-241-12/+18
|
* reduce xfer burst if we are busyUbitUmarov2016-07-111-3/+7
|
* change Xfermanager file sendingUbitUmarov2016-07-101-98/+192
|
* kick Xfermanager from heartbeat and expires files based on its timmingUbitUmarov2016-07-091-9/+57
|
* add a simple files expire to Xfer to catch some that never got a request ↵UbitUmarov2016-07-091-7/+25
| | | | (opened xfers also need a timeout) (not pretty code, but should not have heavy use)
* Merge branch 'master' into careminsterMelanie2012-11-131-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 Canto2012-11-121-1/+1
| |
* | Merge branch 'master' into careminsterMelanie2012-11-111-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 Canto2012-11-101-9/+24
| |
* | Fix slow loading of task inventoryMelanie2012-07-191-4/+7
|/
* One more pass at object inventory. This time, fix SceneObjectPartInventory ↵Diva Canto2010-12-241-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 Canto2010-12-231-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 inventoryMelanie2010-12-231-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 Canto2010-12-221-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 mixTeravus Ovares (Dan Olivares)2010-12-211-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-collectMelanie2009-10-261-2/+21
| | | | the transfers that never happen.
* Thank you, RemedyTomm, for a patch to handle Xfer requests being droppedMelanie2009-10-261-2/+24
| | | | before the file data to be transfered is ready.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * optimized usings.lbsa712009-02-121-1/+1
|
* starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield2009-02-091-0/+232
OpenSim.Region.Environment.Modules.Agent en bloc to OpenSim.Region.CoreModules