aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/Xfer (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-23Put back a commented section of code. With some viewers, object inventoryMelanie1-6/+5
transfers just don't start without it. Observed my Nebadon and yours truly.
2010-12-22Added a counter to NewFiles in Xfers to account for simultaneous object ↵Diva Canto1-16/+42
inventory requests, which apparently are happening and may cause race conditions if the file name is removed after the first transfer.
2010-12-21* Adds AbortXfer to the ClientAPI mixTeravus Ovares (Dan Olivares)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.
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-21/+9
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-9/+21
Signed-off-by: Melanie <melanie@t-data.com>
2009-10-26Thank you, RemedyTomm, for an update to your previous patch. Garbage-collectMelanie1-2/+21
the transfers that never happen.
2009-10-26Thank you, RemedyTomm, for a patch to handle Xfer requests being droppedMelanie1-2/+24
before the file data to be transfered is ready.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-02-12* optimized usings.lbsa711-1/+1
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield1-0/+232
OpenSim.Region.Environment.Modules.Agent en bloc to OpenSim.Region.CoreModules