aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/TarArchiveReader.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-22white space & formatting cleanupDr Scofield1-45/+45
2009-01-22From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-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.
2008-08-18Formatting cleanup.Jeff Ames1-6/+6
2008-07-12* Elminate most of the debugging log output from the archive commandsJustin Clarke Casey1-5/+5
2008-07-12* Start compressing archivesJustin Clarke Casey1-24/+18
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-34/+34
2008-05-30* Successfully pick out prims.xml file from archiveJustin Clarke Casey1-1/+8
2008-05-30* Read all files from tar archiveJustin Clarke Casey1-9/+49
* No reload functionality implemented yet
2008-05-30Update svn properties. Formatting cleanup.Jeff Ames1-108/+108
2008-05-28* Put in stubs for "load-oar" command, including ultra-primitive temporary ↵Justin Clarke Casey1-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