aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveWriteRequest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-55/+67
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-35/+49
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)1-8/+3
2012-09-14Rename ArchiveWriteRequestPreparatio nto ArchiveWriteRequest since after the ...Justin Clark-Casey (justincc)1-4/+4
2012-09-14Support multi-region OAR filesOren Hurvitz1-148/+344
2012-05-24Comment out accidentally left in log line that was printing out the control f...Justin Clark-Casey (justincc)1-3/+3
2012-05-19Add size of region to OAR control file. Megaregions (sw root OARs when saved...Justin Clark-Casey (justincc)1-14/+24
2012-05-19Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be ...Justin Clark-Casey (justincc)1-1/+1
2012-05-19Add is_megaregion flag into oar control file. Not currently read - for futur...Justin Clark-Casey (justincc)1-32/+63
2012-05-14Save the Telehub and its Spawn Points in the OAROren Hurvitz1-1/+1
2012-05-12Revert "Save the Telehub and its Spawn Points in the OAR"Justin Clark-Casey (justincc)1-1/+1
2012-05-10Save the Telehub and its Spawn Points in the OAROren Hurvitz1-1/+1
2012-05-07Revert "Better error handling if Load OAR or Save OAR fail"Justin Clark-Casey (justincc)1-10/+1
2012-05-07Better error handling if Load OAR or Save OAR failOren Hurvitz1-1/+10
2012-04-27Use DotNetZip to compress OARs and IARs.Oren Hurvitz1-1/+4
2012-04-26When creating an OAR, objects where the user is the Creator are always includ...Oren Hurvitz1-2/+7
2012-03-10Fix TestSaveOarNoAssets() by not launch a no-assets request on a separate thr...Justin Clark-Casey (justincc)1-1/+1
2012-03-10On OAR saving, try fetch assets serially rather than firing all the requests ...Justin Clark-Casey (justincc)1-5/+12
2012-01-28Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)1-3/+0
2011-09-12When creating an OAR, optionally exclude objects according to their permissionsOren Hurvitz1-3/+103
2011-05-26Add --noassets option for "save iar"Justin Clark-Casey (justincc)1-1/+1
2011-05-26Bump OAR file format version up to 0.7 for this development cycle.Justin Clark-Casey (justincc)1-2/+2
2011-05-26Add a --noassets option to "save oar".Justin Clark-Casey (justincc)1-34/+47
2011-04-18bump oar version number to 0.6.Justin Clark-Casey (justincc)1-1/+1
2010-12-11Drop current OAR version back to 0.5 since these are currently now compatible...Justin Clark-Casey (justincc)1-32/+32
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto1-5/+6
2010-11-20Fix unit tests and save problemsJustin Clark-Casey (justincc)1-1/+2
2010-11-20Bump oar version to 1.0 from 0.5Justin Clark-Casey (justincc)1-83/+119
2010-11-02Old deserialization can't deal with commas in flag fields. Making use of -ver...Diva Canto1-11/+8
2010-10-27Formatting cleanup.Jeff Ames1-3/+3
2010-10-22write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)1-1/+2
2010-10-22write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)1-1/+2
2010-10-16Rip out version option since it turns out that the changed object serializati...Justin Clark-Casey (justincc)1-5/+9
2010-10-16change --old-guids switch on the save oar command line to --version=<x>Justin Clark-Casey (justincc)1-4/+22
2010-10-16Have OpenSim throw a strop if it tries to load an OAR with a major version th...Justin Clark-Casey (justincc)1-1/+1
2010-10-16save oar control file first rather than in the middle so that it's the first ...Justin Clark-Casey (justincc)1-0/+38
2010-10-15Made OARs use the new serialization procedure. (TPs/crossings still on the ol...Diva Canto1-2/+3
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman1-1/+1
2010-03-15* UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman1-7/+7
2010-02-19forestall bug reports about the Command error: System.EntryPointNotFoundExcep...Justin Clark-Casey (justincc)1-1/+13
2009-11-25minor: add doc to a few parcel methodsJustin Clark-Casey (justincc)1-0/+10
2009-11-24make save and load oar slightly more robust by always closing the archive str...Justin Clark-Casey (justincc)1-0/+6
2009-10-01Formatting cleanup.Jeff Ames1-3/+3
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-2/+2
2009-05-14* When saving an oar, save assets when immediately received rather than stori...Justin Clarke Casey1-3/+8
2009-04-15* Make it possible to add a request id to load and save oar requestsJustin Clarke Casey1-4/+9
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 Casey1-197/+4