aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* very minor log message and var name tweaking for iar savingJustin Clark-Casey (justincc)2010-08-281-4/+6
* improve closing of load/save iar streams in the event of a problemJustin Clark-Casey (justincc)2010-07-141-70/+69
* in IAR utils, return all folders that match a particular path rather than jus...Justin Clark-Casey (justincc)2010-06-181-2/+3
* refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHe...Justin Clark-Casey (justincc)2010-05-281-1/+0
* * UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman2010-03-151-2/+2
* OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
* * Starting to clean the house...Diva Canto2010-01-101-1/+1
* * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-8/+8
* Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto2010-01-091-1/+1
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-3/+3
* Make load/save iar slightly better in the face of io failures by always attem...Justin Clark-Casey (justincc)2009-11-241-32/+40
* Formatting cleanup.Jeff Ames2009-11-231-3/+3
* refactor out iar escapingJustin Clark-Casey (justincc)2009-11-091-9/+2
* Tell the user when a 'save iar' has failed because the inventory path could n...Justin Clark-Casey (justincc)2009-11-091-53/+21
* * Escape / character when saving items and folders in an iar so that the load...Justin Clark-Casey (justincc)2009-11-051-0/+7
* Formatting cleanup.Jeff Ames2009-10-011-10/+10
* Don't preserve full user profile details within iars for nowJustin Clark-Casey (justincc)2009-09-251-1/+3
* add control files containing version info to iarsJustin Clark-Casey (justincc)2009-09-251-0/+28
* Remove bug where iar created folders could not be deleted after relogJustin Clark-Casey (justincc)2009-09-111-1/+1
* refactor iar name generationJustin Clark-Casey (justincc)2009-09-081-7/+60
* Convert iar write request to use inventory service requests rather than cacheJustin Clark-Casey (justincc)2009-09-061-12/+18
* refactor: use direct scene reference in inventory archive read requestJustin Clark-Casey (justincc)2009-09-061-2/+1
* refactor: replace some uses of iar module reference with scene insteadJustin Clark-Casey (justincc)2009-09-061-6/+16
* Temporarily re-enable save iar test by manually insert the item into the old ...Justin Clark-Casey (justincc)2009-09-061-0/+7
* Add ids to iar requestsJustin Clark-Casey (justincc)2009-09-041-4/+12
* If running tests manually, fail immediately on errorJustin Clark-Casey (justincc)2009-09-041-2/+0
* If a test dll fails, stop immediately rather than trying all the other test dllsJustin Clark-Casey (justincc)2009-09-031-1/+4
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-2/+2
* * When saving an oar, save assets when immediately received rather than stori...Justin Clarke Casey2009-05-141-11/+10
* Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2009-05-051-15/+15
* * refactor: move OspResolver to a different namespaceJustin Clarke Casey2009-05-041-0/+1
* * Insert profile references for creators for items saved into iarsJustin Clarke Casey2009-05-041-5/+8
* * minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey2009-05-041-0/+1
* * Refactor: Simplify InventoryFolderImpl. No functional change.Justin Clarke Casey2009-05-041-4/+2
* * refactor: move archive user inventory item serialization out to a separate ...Justin Clarke Casey2009-04-231-65/+3
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-2/+2
* * Implement * wildcard in save iar requestsJustin Clarke Casey2009-03-271-14/+36
* * Fix single item iar savingJustin Clarke Casey2009-03-271-6/+11
* * correct iar root folder location for saving of individual itemsJustin Clarke Casey2009-03-261-1/+1
* * iars: Serialize information about item creators to archiveJustin Clarke Casey2009-03-261-2/+8
* iar: centralize user uuid gatheringJustin Clarke Casey2009-03-251-18/+43
* * minor: spit out creator name on save iarJustin Clarke Casey2009-03-251-0/+12
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-161-1/+1
* Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur2009-03-121-47/+47
* Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur2009-03-121-0/+1
* * Improve memory usage when writing OARsJustin Clarke Casey2009-03-061-5/+7
* * Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey2009-03-041-14/+41
* * Store inventory data in an 'inventory' directory rather than in the root of...Justin Clarke Casey2009-02-251-1/+1
* * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...Justin Clarke Casey2009-02-191-2/+2