aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-08refactor iar name generationJustin Clark-Casey (justincc)1-7/+60
2009-09-06Convert iar write request to use inventory service requests rather than cacheJustin Clark-Casey (justincc)1-12/+18
2009-09-06refactor: use direct scene reference in inventory archive read requestJustin Clark-Casey (justincc)1-2/+1
2009-09-06refactor: replace some uses of iar module reference with scene insteadJustin Clark-Casey (justincc)1-6/+16
2009-09-06Temporarily re-enable save iar test by manually insert the item into the old ...Justin Clark-Casey (justincc)1-0/+7
2009-09-04Add ids to iar requestsJustin Clark-Casey (justincc)1-4/+12
2009-09-04If running tests manually, fail immediately on errorJustin Clark-Casey (justincc)1-2/+0
2009-09-03If a test dll fails, stop immediately rather than trying all the other test dllsJustin Clark-Casey (justincc)1-1/+4
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-2/+2
2009-05-14* When saving an oar, save assets when immediately received rather than stori...Justin Clarke Casey1-11/+10
2009-05-05Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames1-15/+15
2009-05-04* refactor: move OspResolver to a different namespaceJustin Clarke Casey1-0/+1
2009-05-04* Insert profile references for creators for items saved into iarsJustin Clarke Casey1-5/+8
2009-05-04* minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey1-0/+1
2009-05-04* Refactor: Simplify InventoryFolderImpl. No functional change.Justin Clarke Casey1-4/+2
2009-04-23* refactor: move archive user inventory item serialization out to a separate ...Justin Clarke Casey1-65/+3
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-2/+2
2009-03-27* Implement * wildcard in save iar requestsJustin Clarke Casey1-14/+36
2009-03-27* Fix single item iar savingJustin Clarke Casey1-6/+11
2009-03-26* correct iar root folder location for saving of individual itemsJustin Clarke Casey1-1/+1
2009-03-26* iars: Serialize information about item creators to archiveJustin Clarke Casey1-2/+8
2009-03-25iar: centralize user uuid gatheringJustin Clarke Casey1-18/+43
2009-03-25* minor: spit out creator name on save iarJustin Clarke Casey1-0/+12
2009-03-16Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur1-1/+1
2009-03-12Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur1-47/+47
2009-03-12Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur1-0/+1
2009-03-06* Improve memory usage when writing OARsJustin Clarke Casey1-5/+7
2009-03-04* Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey1-14/+41
2009-02-25* Store inventory data in an 'inventory' directory rather than in the root of...Justin Clarke Casey1-1/+1
2009-02-19* refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...Justin Clarke Casey1-2/+2
2009-02-19* Do deep inspection when saving inventory items in order to capture all the ...Justin Clarke Casey1-1/+1
2009-02-18* Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey1-1/+4
2009-02-18* Make save iar behave properly if the nominated inventory path does not existJustin Clarke Casey1-4/+10
2009-02-17* Assign incoming items with a random UUID so that archives can be loaded mor...Justin Clarke Casey1-0/+2
2009-02-17* Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey1-15/+27
2009-02-12* Make it possible to load and save inventory archives while a user is not lo...Justin Clarke Casey1-26/+38
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-13/+13
2009-02-12* move userinfo for inventory archiving up to module class so that it only ha...Justin Clarke Casey1-33/+14
2009-02-12* optimized usings.lbsa711-14/+13
2009-02-11* Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey1-30/+60
2009-02-11* More inventory archive invocation to a proper region moduleJustin Clarke Casey1-5/+2
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-1/+1
2008-10-19* move command line parsing code from inventory archive modules to opensim se...Justin Clarke Casey1-14/+12
2008-09-29* reactor: move inventory archive classes into separate Inventory/Archiver di...Justin Clarke Casey1-2/+2
2008-09-29* check in missing files that caused the previous build breakJustin Clarke Casey1-0/+249