aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver (follow)
Commit message (Expand)AuthorAgeFilesLines
* OpenSim found a new way for archiving to be spammy.onefang2019-07-311-8/+8
* Various logging fix ups.onefang2019-05-191-5/+0
* Remove useless executable bit that Windows adds.onefang2019-05-191-0/+0
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-1910-452/+622
* Fix file execute permissions, coz Windows.David Walter Seikel2016-11-071-0/+0
* Remove a bunch of spammy console messages.David Walter Seikel2016-11-031-5/+0
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-036-169/+406
* In ArchiverTests, use the local instantiated SceneManager rather than potenti...Justin Clark-Casey (justincc)2012-11-241-20/+7
* Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2012-11-243-140/+213
* minor: Add some currently commented out debug log lines for investigating iss...Justin Clark-Casey (justincc)2012-11-231-0/+5
* Another 10 modules' directives moved from .addin.xmlDiva Canto2012-11-121-0/+2
* Comment out checks not to overwrite existing IAR/OAR files for now on "save i...Justin Clark-Casey (justincc)2012-11-011-2/+4
* Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)2012-10-261-0/+4
* Fixed saving non-square multi-region OARsOren Hurvitz2012-10-261-1/+1
* Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)2012-10-241-7/+11
* Fix a few minor issues in ArchiveReadRequest logging.Justin Clark-Casey (justincc)2012-10-191-2/+2
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-1/+0
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-0/+1
* Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...Justin Clark-Casey (justincc)2012-09-191-1/+4
* Added unit tests for multi-region OARsOren Hurvitz2012-09-141-58/+326
* Rename ArchiveWriteRequestPreparatio nto ArchiveWriteRequest since after the ...Justin Clark-Casey (justincc)2012-09-143-9/+9
* Support multi-region OAR filesOren Hurvitz2012-09-148-395/+1057
* If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)2012-09-061-1/+1
* When loading an OAR, validate any group UUIDs and properly reconstruct parcel...Justin Clark-Casey (justincc)2012-08-201-1/+62
* Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)2012-08-031-1/+1
* Fixed a rare bug that caused Save OAR to fail because it thought it had timed...Oren Hurvitz2012-08-031-5/+11
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-2/+0
* 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-192-41/+74
* Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format...Justin Clark-Casey (justincc)2012-05-161-2/+1
* Fix issue where loading OARs could sometimes result in link numbers being reo...Justin Clark-Casey (justincc)2012-05-152-1/+56
* Save the Telehub and its Spawn Points in the OAROren Hurvitz2012-05-143-2/+29
* Revert "Save the Telehub and its Spawn Points in the OAR"Justin Clark-Casey (justincc)2012-05-123-29/+2
* Save the Telehub and its Spawn Points in the OAROren Hurvitz2012-05-103-2/+29
* Revert "Better error handling if Load OAR or Save OAR fail"Justin Clark-Casey (justincc)2012-05-073-32/+6
* Better error handling if Load OAR or Save OAR failOren Hurvitz2012-05-073-6/+32
* Use DotNetZip to compress OARs and IARs.Oren Hurvitz2012-04-271-1/+4
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-3/+3
* When creating an OAR, objects where the user is the Creator are always includ...Oren Hurvitz2012-04-261-2/+7
* Fix bug where setting phantom on a prim would result in a server log message ...Justin Clark-Casey (justincc)2012-04-221-2/+2
* Fix TestSaveOarNoAssets() by not launch a no-assets request on a separate thr...Justin Clark-Casey (justincc)2012-03-101-1/+1
* minor: rearrange some save oar messages so they say what they're about to do ...Justin Clark-Casey (justincc)2012-03-101-8/+7
* On OAR saving, try fetch assets serially rather than firing all the requests ...Justin Clark-Casey (justincc)2012-03-102-9/+18
* Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer2012-02-031-2/+2
* Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)2012-01-284-14/+89
* Add basic request and send image regression tests for LLImageManagerJustin Clark-Casey (justincc)2012-01-191-1/+1
* RegionReady:BlueWall2012-01-181-0/+2
* Update RegionReadyModuleBlueWall2012-01-131-1/+9