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