aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/TarArchiveReader.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * In OpenSim.ini.example, list defaults for AllowOSFunctions and ↵Justin Clarke Casey2009-01-301-26/+27
| | | | OSFunctionThreatLevel and change existing OpenSim.ini.example settings
* * Extend archive save test to check for the presence of the file for the ↵Justin Clarke Casey2009-01-301-2/+3
| | | | | | | | object that was in the scene * Can now pass in a wait handle to ArchiveRegion() if you want same thread signalling that the save has completed
* white space & formatting cleanupDr Scofield2009-01-221-45/+45
|
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-01-221-2/+46
| | | | | | | | | | this patch makes load-oar a bit more tolerant to irrelevant differences in the oar file format. Directory entries are now ignored rather than trying to interpret them as files they hold which results in the load-oar failing. This change makes it easier to manually modify oar files.
* Formatting cleanup.Jeff Ames2008-08-181-6/+6
|
* * Elminate most of the debugging log output from the archive commandsJustin Clarke Casey2008-07-121-5/+5
|
* * Start compressing archivesJustin Clarke Casey2008-07-121-24/+18
|
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-34/+34
|
* * Successfully pick out prims.xml file from archiveJustin Clarke Casey2008-05-301-1/+8
|
* * Read all files from tar archiveJustin Clarke Casey2008-05-301-9/+49
| | | | | | * No reload functionality implemented yet
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-301-108/+108
|
* * Put in stubs for "load-oar" command, including ultra-primitive temporary ↵Justin Clarke Casey2008-05-281-0/+108
tar loading code * Currently as a test, this will successfully load only the first file of an opensim archive and do absolutely nothing with it