aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva4-130/+136
2009-05-14* When saving an oar, save assets when immediately received rather than stori...Justin Clarke Casey4-121/+122
2009-05-14* refactor: break some of xml2 serialization out of sogJustin Clarke Casey1-1/+2
2009-05-07remove misleading commentSean Dague1-3/+0
2009-05-07instrument most of the tests with a new InMethod function that may help us fi...Sean Dague1-0/+3
2009-05-07minor: Inconsquential change to provoke another buildJustin Clarke Casey1-1/+1
2009-04-28* Get rid of some extraneous debug log output from the last commitJustin Clarke Casey2-4/+4
2009-04-28* Stop oar loading barfing if the archive contains directory entriesJustin Clarke Casey2-12/+44
2009-04-24* Write separate unit test for replicating iar structure to a user inventoryJustin Clarke Casey1-3/+2
2009-04-24* Write basic, incomplete load iar testJustin Clarke Casey1-6/+0
2009-04-23* refactor: move archive user inventory item serialization out to a separate ...Justin Clarke Casey1-1/+1
2009-04-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-4/+11
2009-04-17 fixes System.UnauthorizedAccessExceptions when trying to load OARs fromDr Scofield1-2/+2
2009-04-15* Make it possible to add a request id to load and save oar requestsJustin Clarke Casey5-23/+51
2009-04-14* Make archiver tests pump the asset server manually instead of starting the ...Justin Clarke Casey1-1/+6
2009-04-09* Tagged long running tests with LongRunningAttribute.lbsa711-2/+4
2009-03-27* minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey3-257/+2
2009-03-24* minor: remove load oar logging I accidentally left in a few commits agoJustin Clarke Casey1-8/+4
2009-03-24* Use memory more efficiently when loading oarsJustin Clarke Casey1-11/+19
2009-03-16Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur5-102/+102
2009-03-13* Support loading empty folders in an iarJustin Clarke Casey2-7/+12
2009-03-12* Move SceneObject tests into their proper namespaceJustin Clarke Casey1-0/+6
2009-03-12Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur2-123/+1
2009-03-12Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur6-436/+5
2009-03-10* Enable test logging for TestSaveOarV0p2 to capture more information the nex...Justin Clarke Casey1-3/+4
2009-03-09* Address http://opensimulator.org/mantis/view.php?id=3207Justin Clarke Casey1-2/+8
2009-03-06* Improve memory usage when writing OARsJustin Clarke Casey5-71/+61
2009-03-05* Add more status information when an oar is being savedJustin Clarke Casey2-0/+23
2009-03-04* Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey1-17/+28
2009-03-04* Add gnu tar format long file name support to tar reading and writing.Justin Clarke Casey3-85/+126
2009-02-25* Store inventory data in an 'inventory' directory rather than in the root of...Justin Clarke Casey1-5/+0
2009-02-20* Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey1-8/+11
2009-02-19* refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...Justin Clarke Casey1-1/+1
2009-02-18* Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey1-1/+1
2009-02-18* Move asset gathering code from oar module to OpenSim.Region.Framework since...Justin Clarke Casey2-198/+5
2009-02-17* switch to pulsing monitors to perform test sync instead of events, since th...Justin Clarke Casey1-11/+17
2009-02-17* Get rid of a unit test race condition based on my misreading of the AutoRes...Justin Clarke Casey1-2/+4
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur3-11/+11
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2-3/+3
2009-02-13* Change static field "initialized" in RestInterregionComms to an instance fieldJustin Clarke Casey1-1/+1
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague12-105/+105
2009-02-12* optimized usings.lbsa7112-129/+111
2009-02-11* More inventory archive invocation to a proper region moduleJustin Clarke Casey1-1/+1
2009-02-10fix a typo where the High Southwest height was getting set to the LowSean Dague1-1/+1
2009-02-10* Implement merging of oars in codeJustin Clarke Casey3-25/+117
2009-02-10* extend load oar test to check that an object was actually loadedJustin Clarke Casey1-5/+37
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield12-0/+2485