aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-10/+6
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-2/+3
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-1/+1
2009-11-27remove stringent content type checking to make it easier to load oars directl...Justin Clark-Casey (justincc)1-2/+5
2009-11-24make save and load oar slightly more robust by always closing the archive str...Justin Clark-Casey (justincc)1-7/+8
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-2/+4
2009-10-29* Log progress messages when loading OAR files with a lot of assetsJohn Hurliman1-0/+3
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)1-7/+27
2009-10-01Formatting cleanup.Jeff Ames1-4/+4
2009-09-16 Stop a loaded OAR from generating on_rez events. This bringsAlan M Webb1-1/+1
2009-06-29From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-10/+5
2009-06-12* Temporarily resolve another problem in http://opensimulator.org/mantis/view...Justin Clarke Casey1-2/+4
2009-06-12* fix build break: sigh, must remember to build before committingJustin Clarke Casey1-2/+1
2009-06-12* minor: make control file loading code consistentJustin Clarke Casey1-17/+12
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+58
2009-06-01* Fix race condition in save oarJustin Clarke Casey1-0/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-19* Take another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-12/+14
2009-05-18* minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-1/+1
2009-05-18From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-1/+1
2009-04-28* Get rid of some extraneous debug log output from the last commitJustin Clarke Casey1-2/+2
2009-04-28* Stop oar loading barfing if the archive contains directory entriesJustin Clarke Casey1-8/+10
2009-04-17 fixes System.UnauthorizedAccessExceptions when trying to load OARs fromDr Scofield1-2/+2
2009-04-15* Make it possible to add a request id to load and save oar requestsJustin Clarke Casey1-6/+8
2009-03-27* minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey1-0/+1
2009-03-24* minor: remove load oar logging I accidentally left in a few commits agoJustin Clarke Casey1-8/+4
2009-03-24* Use memory more efficiently when loading oarsJustin Clarke Casey1-11/+19
2009-03-16Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur1-5/+5
2009-03-12Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur1-0/+1
2009-03-04* Add gnu tar format long file name support to tar reading and writing.Justin Clarke Casey1-2/+2
2009-02-20* Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey1-8/+11
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-1/+1
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-1/+1
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-15/+15
2009-02-12* optimized usings.lbsa711-17/+17
2009-02-10* Implement merging of oars in codeJustin Clarke Casey1-20/+24
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-2/+2
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-23/+23
2009-02-02* Establish OnOarFileSaved EventManager event and subscribe to that instead o...Justin Clarke Casey1-1/+1
2009-01-28From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-37/+55
2009-01-23* Write a simple archive loading test which doesn't actually do any testing y...Justin Clarke Casey1-0/+11
2009-01-23* Extend archive test to check for the presence of a control file in a saved ...Justin Clarke Casey1-4/+3
2009-01-23* Add direct stream loading and saving methods to the archive module.Justin Clarke Casey1-10/+13
2009-01-22white space & formatting cleanupDr Scofield1-8/+8
2009-01-22From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-3/+7
2008-12-30* Implement saving of region settings in OAR filesJustin Clarke Casey1-0/+72
2008-12-19* refactor: Rename IRegionSerialiser and move into interfaces namespaceJustin Clarke Casey1-6/+6