aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Add xml2 load testJustin Clarke Casey2009-05-291-2/+0
* * Take another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-191-12/+14
* * minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-181-1/+1
* * Resolve http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-181-4/+4
* * Re-enable save oar test by loading asset data plugins from test mock classJustin Clarke Casey2009-05-181-120/+120
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-181-0/+1
* * Resolve bug where save oar would never complete if any assets were missingJustin Clarke Casey2009-05-153-17/+11
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-154-130/+136
* * When saving an oar, save assets when immediately received rather than stori...Justin Clarke Casey2009-05-144-121/+122
* * refactor: break some of xml2 serialization out of sogJustin Clarke Casey2009-05-141-1/+2
* remove misleading commentSean Dague2009-05-071-3/+0
* instrument most of the tests with a new InMethod function that may help us fi...Sean Dague2009-05-071-0/+3
* minor: Inconsquential change to provoke another buildJustin Clarke Casey2009-05-071-1/+1
* * Get rid of some extraneous debug log output from the last commitJustin Clarke Casey2009-04-282-4/+4
* * Stop oar loading barfing if the archive contains directory entriesJustin Clarke Casey2009-04-282-12/+44
* * Write separate unit test for replicating iar structure to a user inventoryJustin Clarke Casey2009-04-241-3/+2
* * Write basic, incomplete load iar testJustin Clarke Casey2009-04-241-6/+0
* * refactor: move archive user inventory item serialization out to a separate ...Justin Clarke Casey2009-04-231-1/+1
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-221-4/+11
* fixes System.UnauthorizedAccessExceptions when trying to load OARs fromDr Scofield2009-04-171-2/+2
* * Make it possible to add a request id to load and save oar requestsJustin Clarke Casey2009-04-155-23/+51
* * Make archiver tests pump the asset server manually instead of starting the ...Justin Clarke Casey2009-04-141-1/+6
* * Tagged long running tests with LongRunningAttribute.lbsa712009-04-091-2/+4
* * minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey2009-03-273-257/+2
* * minor: remove load oar logging I accidentally left in a few commits agoJustin Clarke Casey2009-03-241-8/+4
* * Use memory more efficiently when loading oarsJustin Clarke Casey2009-03-241-11/+19
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-165-102/+102
* * Support loading empty folders in an iarJustin Clarke Casey2009-03-132-7/+12
* * Move SceneObject tests into their proper namespaceJustin Clarke Casey2009-03-121-0/+6
* Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur2009-03-122-123/+1
* Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur2009-03-126-436/+5
* * Enable test logging for TestSaveOarV0p2 to capture more information the nex...Justin Clarke Casey2009-03-101-3/+4
* * Address http://opensimulator.org/mantis/view.php?id=3207Justin Clarke Casey2009-03-091-2/+8
* * Improve memory usage when writing OARsJustin Clarke Casey2009-03-065-71/+61
* * Add more status information when an oar is being savedJustin Clarke Casey2009-03-052-0/+23
* * Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey2009-03-041-17/+28
* * Add gnu tar format long file name support to tar reading and writing.Justin Clarke Casey2009-03-043-85/+126
* * Store inventory data in an 'inventory' directory rather than in the root of...Justin Clarke Casey2009-02-251-5/+0
* * Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey2009-02-201-8/+11
* * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...Justin Clarke Casey2009-02-191-1/+1
* * Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey2009-02-181-1/+1
* * Move asset gathering code from oar module to OpenSim.Region.Framework since...Justin Clarke Casey2009-02-182-198/+5
* * switch to pulsing monitors to perform test sync instead of events, since th...Justin Clarke Casey2009-02-171-11/+17
* * Get rid of a unit test race condition based on my misreading of the AutoRes...Justin Clarke Casey2009-02-171-2/+4
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-173-11/+11
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-162-3/+3
* * Change static field "initialized" in RestInterregionComms to an instance fieldJustin Clarke Casey2009-02-131-1/+1
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-1212-105/+105
* * optimized usings.lbsa712009-02-1212-129/+111
* * More inventory archive invocation to a proper region moduleJustin Clarke Casey2009-02-111-1/+1