aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Do deep inspection when saving inventory items in order to capture all the ...Justin Clarke Casey2009-02-191-1/+1
* * Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey2009-02-181-1/+4
* * Make save iar behave properly if the nominated inventory path does not existJustin Clarke Casey2009-02-181-4/+10
* * Assign incoming items with a random UUID so that archives can be loaded mor...Justin Clarke Casey2009-02-171-0/+2
* * Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2009-02-171-15/+27
* * Make it possible to load and save inventory archives while a user is not lo...Justin Clarke Casey2009-02-121-26/+38
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-13/+13
* * move userinfo for inventory archiving up to module class so that it only ha...Justin Clarke Casey2009-02-121-33/+14
* * optimized usings.lbsa712009-02-121-14/+13
* * Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey2009-02-111-30/+60
* * More inventory archive invocation to a proper region moduleJustin Clarke Casey2009-02-111-5/+2
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+247