aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveWriteRequestExecution.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-14Support multi-region OAR filesOren Hurvitz1-153/+0
2012-08-03Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)1-1/+1
2012-05-07Revert "Better error handling if Load OAR or Save OAR fail"Justin Clark-Casey (justincc)1-6/+1
2012-05-07Better error handling if Load OAR or Save OAR failOren Hurvitz1-1/+6
2012-03-10minor: rearrange some save oar messages so they say what they're about to do ...Justin Clark-Casey (justincc)1-8/+7
2010-12-11Drop current OAR version back to 0.5 since these are currently now compatible...Justin Clark-Casey (justincc)1-2/+1
2010-11-02Old deserialization can't deal with commas in flag fields. Making use of -ver...Diva Canto1-5/+2
2010-10-16Rip out version option since it turns out that the changed object serializati...Justin Clark-Casey (justincc)1-2/+2
2010-10-16change --old-guids switch on the save oar command line to --version=<x>Justin Clark-Casey (justincc)1-1/+5
2010-10-16save oar control file first rather than in the middle so that it's the first ...Justin Clark-Casey (justincc)1-36/+1
2010-10-15Made OARs use the new serialization procedure. (TPs/crossings still on the ol...Diva Canto1-2/+5
2010-05-21make oar object filename/pathname creation a helper methodJustin Clark-Casey (justincc)1-10/+1
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-1/+1
2009-11-24make save and load oar slightly more robust by always closing the archive str...Justin Clark-Casey (justincc)1-6/+16
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)1-0/+11
2009-06-29From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-3/+3
2009-06-12* minor: remove one mono warningJustin Clarke Casey1-1/+0
2009-06-12* minor: make control file loading code consistentJustin Clarke Casey1-1/+0
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+8
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 Casey1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-15* Resolve bug where save oar would never complete if any assets were missingJustin Clarke Casey1-3/+3
2009-05-14* When saving an oar, save assets when immediately received rather than stori...Justin Clarke Casey1-17/+12
2009-04-15* Make it possible to add a request id to load and save oar requestsJustin Clarke Casey1-2/+5
2009-03-27* minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey1-0/+1
2009-03-16Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur1-13/+13
2009-03-12Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur1-0/+1
2009-03-06* Improve memory usage when writing OARsJustin Clarke Casey1-6/+6
2009-03-05* Add more status information when an oar is being savedJustin Clarke Casey1-0/+8
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-12/+12
2009-02-12* optimized usings.lbsa711-13/+12
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-3/+3
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-02-02* Establish OnOarFileSaved EventManager event and subscribe to that instead o...Justin Clarke Casey1-16/+15
2009-01-30* Extend archive save test to check for the presence of the file for the obje...Justin Clarke Casey1-1/+8
2009-01-23* Write a simple archive loading test which doesn't actually do any testing y...Justin Clarke Casey1-3/+3
2009-01-23* minor: small tweak to archive save completion log messageJustin Clarke Casey1-2/+1
2009-01-23* Add direct stream loading and saving methods to the archive module.Justin Clarke Casey1-6/+6
2008-12-30* Implement saving of region settings in OAR filesJustin Clarke Casey1-5/+9
2008-12-19* refactor: Rename IRegionSerialiser and move into interfaces namespaceJustin Clarke Casey1-2/+2
2008-10-15* minor: oops, small textual tweakJustin Clarke Casey1-1/+1
2008-10-15* minor: during opensim archive creation, tell the user that it may take some...Justin Clarke Casey1-1/+4
2008-09-06Mantis #2133Melanie Thielker1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-6/+6
2008-08-18Formatting cleanup.Jeff Ames1-19/+19
2008-07-21* minor: change misleading 'all assets found' message to instead tell how man...Justin Clarke Casey1-4/+10
2008-07-12* Start compressing archivesJustin Clarke Casey1-1/+2
2008-07-07* switch terrain archiving to raw32 rather than png to avoid unnecessary post...Justin Clarke Casey1-1/+1
2008-07-02* Allow archiver to operate even if there are 0 scene objects to saveJustin Clarke Casey1-3/+1