aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-08Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)1-8/+6
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-1/+1
2014-09-23Modifications to previous IAR commits to bring them more inline with existing...AliciaRaven1-5/+6
2014-09-23Add an event callback for loading IAR files. The callback for creating them a...AliciaRaven1-2/+22
2014-09-23Change existing IAR save to use UUID for its callback reference instead of Gu...AliciaRaven1-3/+3
2014-09-23Include same content filters for IAR file exports that already exist for OAR ...AliciaRaven1-0/+53
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)1-1/+2
2014-03-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz1-1/+1
2014-01-20Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz1-2/+2
2013-02-16Make it so that "load iar / ..." does not save the 'root' "My Inventory" folder.Justin Clark-Casey (justincc)1-0/+6
2013-02-16Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)1-1/+1
2013-01-02If Save OAR/IAR times-out while waiting for assets then notify the caller tha...Oren Hurvitz1-2/+8
2012-10-27minor: Fix verbose IAR save message to make it a bit clearer that item data i...Justin Clark-Casey (justincc)1-1/+1
2012-10-26Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)1-5/+8
2012-04-27Use DotNetZip to compress OARs and IARs.Oren Hurvitz1-1/+4
2012-04-13Added ability to exclude inventory items or folders when saving IAR files.Kevin Cozens1-29/+59
2012-03-10minor: In IAR save, log when we start adding the control file rather than say...Justin Clark-Casey (justincc)1-2/+3
2012-02-03Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer1-1/+1
2011-06-14tweak messages. Make verbose inventory item save message give the item name ...Justin Clark-Casey (justincc)1-1/+3
2011-06-04insert an InventoryArchiveUtils.FindItemsByPath() to return multiple items ra...Justin Clark-Casey (justincc)1-3/+0
2011-05-27When saving an iar, don't chase down link asset IDs (since these points to ot...Justin Clark-Casey (justincc)1-1/+4
2011-05-26Add --noassets option for "save iar"Justin Clark-Casey (justincc)1-10/+35
2011-04-18bump default IAR version to 0.2 and 1.1 for the --profile version.Justin Clark-Casey (justincc)1-2/+2
2011-01-08Added a -v|verbose option to save iar.Diva Canto1-0/+6
2010-12-11If we're saving an IAR with --profile information, then label this a version ...Justin Clark-Casey (justincc)1-5/+22
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto1-15/+13
2010-10-30minor: remove some old commented out codeJustin Clark-Casey (justincc)1-22/+0
2010-10-27Formatting cleanup.Jeff Ames1-2/+2
2010-10-22print IAR version number on console when savingJustin Clark-Casey (justincc)1-2/+6
2010-10-22write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)1-4/+6
2010-10-22print IAR version number on console when savingJustin Clark-Casey (justincc)1-2/+6
2010-10-22write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)1-4/+6
2010-09-12Formatting cleanup.Jeff Ames1-5/+5
2010-08-28very minor log message and var name tweaking for iar savingJustin Clark-Casey (justincc)1-4/+6
2010-07-14improve closing of load/save iar streams in the event of a problemJustin Clark-Casey (justincc)1-70/+69
2010-06-18in IAR utils, return all folders that match a particular path rather than jus...Justin Clark-Casey (justincc)1-2/+3
2010-05-28refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHe...Justin Clark-Casey (justincc)1-1/+0
2010-03-15* UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman1-2/+2
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10* Starting to clean the house...Diva Canto1-1/+1
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-8/+8
2010-01-09Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto1-1/+1
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-3/+3
2009-11-24Make load/save iar slightly better in the face of io failures by always attem...Justin Clark-Casey (justincc)1-32/+40
2009-11-23Formatting cleanup.Jeff Ames1-3/+3
2009-11-09refactor out iar escapingJustin Clark-Casey (justincc)1-9/+2
2009-11-09Tell the user when a 'save iar' has failed because the inventory path could n...Justin Clark-Casey (justincc)1-53/+21
2009-11-05* Escape / character when saving items and folders in an iar so that the load...Justin Clark-Casey (justincc)1-0/+7
2009-10-01Formatting cleanup.Jeff Ames1-10/+10
2009-09-25Don't preserve full user profile details within iars for nowJustin Clark-Casey (justincc)1-1/+3