aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveRequest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties. Fix inconsistent newlines.Jeff Ames2008-05-281-187/+187
|
* * Include prims.xml file in archiveJustin Clarke Casey2008-05-271-3/+7
|
* * Add .jp2 extension to archived texturesJustin Clarke Casey2008-05-271-1/+1
|
* * Write prim archives out as v7 tar files temporarily for testing purposes - ↵Justin Clarke Casey2008-05-271-1/+12
| | | | | | | | | not even gzipping yet! * Using hacked up code to create the correct tar archive headers - this stuff should really go away again before too long * No user functionality yet
* * Implement asynchronous assets request for archivingJustin Clarke Casey2008-05-271-116/+187
| | | | | | * No user functionality yet
* * Break out baby archiving code into separate class ready for async asset ↵Justin Clarke Casey2008-05-261-0/+116
requesting * No user functionality yet