aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization/TarArchiveReader.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thank you kindly, dslake, for a patch that:Charles Krinke2009-08-021-0/+4
| | | | | | | | | | The region dearchive module assumes extra null bytes will be appended to the end of every OAR file. This may be due to the block nature of storage but it seems like an unsafe assumption. When streaming region archives over a network or through a memory stream, no additional null bytes are added to the end and this an exception.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* making TarArchiveReader more resilient when faced with OARs created byDr Scofield2009-05-271-2/+8
| | | | | ancient tars.
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-161-0/+218
Update using statements and prebuild.xml. Also trim trailing whitespace.