aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-01Formatting cleanup.Jeff Ames6-24/+24
2009-09-16 Stop a loaded OAR from generating on_rez events. This bringsAlan M Webb1-1/+1
2009-09-07make oar module logging a little less noisyJustin Clark-Casey (justincc)1-2/+2
2009-08-31switching Archiver to "new" region module schemedr scofield (aka dirk husemann)1-6/+24
2009-08-11* Improves SceneSetupHelper to allow the tester to choose a real or mock, inv...Arthur Valadares1-1/+1
2009-08-10Removed IAssetCache.Diva Canto1-3/+4
2009-06-29From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2-13/+8
2009-06-12* Temporarily resolve another problem in http://opensimulator.org/mantis/view...Justin Clarke Casey1-2/+4
2009-06-12* minor: remove one mono warningJustin Clarke Casey1-1/+0
2009-06-12* fix build break: sigh, must remember to build before committingJustin Clarke Casey1-2/+1
2009-06-12* minor: make control file loading code consistentJustin Clarke Casey2-18/+12
2009-06-12* minor: if OAR saving receives assets after timeout, just print warning, don...Justin Clarke Casey1-0/+2
2009-06-12* minor: remove warning from unused fieldJustin Clarke Casey1-5/+0
2009-06-05* Fix problem where known missing assets would stop save oar ever completingJustin Clarke Casey1-1/+3
2009-06-05* Add oar saving timeoutJustin Clarke Casey2-1/+128
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2-0/+66
2009-06-02* Add simple original xml serialization testJustin Clarke Casey1-8/+2
2009-06-01* minor: change the name of one serialization method to match its counterpartJustin Clarke Casey1-1/+1
2009-06-01* Fix race condition in save oarJustin Clarke Casey3-28/+46
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames8-8/+8
2009-05-29* Add xml2 load testJustin Clarke Casey1-2/+0
2009-05-19* Take another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-12/+14
2009-05-18* minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-1/+1
2009-05-18* Resolve http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-4/+4
2009-05-18* Re-enable save oar test by loading asset data plugins from test mock classJustin Clarke Casey1-120/+120
2009-05-18From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+1
2009-05-15* Resolve bug where save oar would never complete if any assets were missingJustin Clarke Casey3-17/+11
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