aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveWriteRequestPreparation.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename ArchiveWriteRequestPreparatio nto ArchiveWriteRequest since after the ...Justin Clark-Casey (justincc)2012-09-141-634/+0
* Support multi-region OAR filesOren Hurvitz2012-09-141-148/+344
* Comment out accidentally left in log line that was printing out the control f...Justin Clark-Casey (justincc)2012-05-241-3/+3
* Add size of region to OAR control file. Megaregions (sw root OARs when saved...Justin Clark-Casey (justincc)2012-05-191-14/+24
* Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be ...Justin Clark-Casey (justincc)2012-05-191-1/+1
* Add is_megaregion flag into oar control file. Not currently read - for futur...Justin Clark-Casey (justincc)2012-05-191-32/+63
* Save the Telehub and its Spawn Points in the OAROren Hurvitz2012-05-141-1/+1
* Revert "Save the Telehub and its Spawn Points in the OAR"Justin Clark-Casey (justincc)2012-05-121-1/+1
* Save the Telehub and its Spawn Points in the OAROren Hurvitz2012-05-101-1/+1
* Revert "Better error handling if Load OAR or Save OAR fail"Justin Clark-Casey (justincc)2012-05-071-10/+1
* Better error handling if Load OAR or Save OAR failOren Hurvitz2012-05-071-1/+10
* Use DotNetZip to compress OARs and IARs.Oren Hurvitz2012-04-271-1/+4
* When creating an OAR, objects where the user is the Creator are always includ...Oren Hurvitz2012-04-261-2/+7
* Fix TestSaveOarNoAssets() by not launch a no-assets request on a separate thr...Justin Clark-Casey (justincc)2012-03-101-1/+1
* On OAR saving, try fetch assets serially rather than firing all the requests ...Justin Clark-Casey (justincc)2012-03-101-5/+12
* Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)2012-01-281-3/+0
* When creating an OAR, optionally exclude objects according to their permissionsOren Hurvitz2011-09-121-3/+103
* Add --noassets option for "save iar"Justin Clark-Casey (justincc)2011-05-261-1/+1
* Bump OAR file format version up to 0.7 for this development cycle.Justin Clark-Casey (justincc)2011-05-261-2/+2
* Add a --noassets option to "save oar".Justin Clark-Casey (justincc)2011-05-261-34/+47
* bump oar version number to 0.6.Justin Clark-Casey (justincc)2011-04-181-1/+1
* Drop current OAR version back to 0.5 since these are currently now compatible...Justin Clark-Casey (justincc)2010-12-111-32/+32
* Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-291-5/+6
* Fix unit tests and save problemsJustin Clark-Casey (justincc)2010-11-201-1/+2
* Bump oar version to 1.0 from 0.5Justin Clark-Casey (justincc)2010-11-201-83/+119
* Old deserialization can't deal with commas in flag fields. Making use of -ver...Diva Canto2010-11-021-11/+8
* Formatting cleanup.Jeff Ames2010-10-271-3/+3
* write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)2010-10-221-1/+2
* Rip out version option since it turns out that the changed object serializati...Justin Clark-Casey (justincc)2010-10-161-5/+9
* change --old-guids switch on the save oar command line to --version=<x>Justin Clark-Casey (justincc)2010-10-161-4/+22
* Have OpenSim throw a strop if it tries to load an OAR with a major version th...Justin Clark-Casey (justincc)2010-10-161-1/+1
* save oar control file first rather than in the middle so that it's the first ...Justin Clark-Casey (justincc)2010-10-161-0/+38
* Made OARs use the new serialization procedure. (TPs/crossings still on the ol...Diva Canto2010-10-151-2/+3
* First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-1/+1
* * UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman2010-03-151-7/+7
* forestall bug reports about the Command error: System.EntryPointNotFoundExcep...Justin Clark-Casey (justincc)2010-02-191-1/+13
* minor: add doc to a few parcel methodsJustin Clark-Casey (justincc)2009-11-251-0/+10
* make save and load oar slightly more robust by always closing the archive str...Justin Clark-Casey (justincc)2009-11-241-0/+6
* Formatting cleanup.Jeff Ames2009-10-011-3/+3
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-2/+2
* * When saving an oar, save assets when immediately received rather than stori...Justin Clarke Casey2009-05-141-3/+8
* * Make it possible to add a request id to load and save oar requestsJustin Clarke Casey2009-04-151-4/+9
* * 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-181-197/+4
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-161-2/+2
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-14/+14
* * optimized usings.lbsa712009-02-121-17/+14
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+333