aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: reduce log chattiness of "load iar" for IARs with lots of foldersJustin Clark-Casey (justincc)2010-08-271-1/+1
* Merge branch 'iar-merge'Justin Clark-Casey (justincc)2010-08-041-49/+61
|\
| * Add --merge switch to load iar.Justin Clark-Casey (justincc)2010-06-301-49/+61
* | improve closing of load/save iar streams in the event of a problemJustin Clark-Casey (justincc)2010-07-141-39/+41
* | uncomment a load iar code line I accidentally commented in the last commitJustin Clark-Casey (justincc)2010-07-121-1/+1
* | comment out a lot of the debug log messages when loading an iarJustin Clark-Casey (justincc)2010-07-121-10/+10
|/
* Fix problem where iar load would duplicate huge number of foldersJustin Clark-Casey (justincc)2010-06-181-3/+3
* change TestPartExistingIarPath() to check appropriate folder creationJustin Clark-Casey (justincc)2010-06-181-17/+22
* in IAR utils, return all folders that match a particular path rather than jus...Justin Clark-Casey (justincc)2010-06-181-5/+8
* create inactive test for iar folders/items merged with existing pathsJustin Clark-Casey (justincc)2010-06-111-34/+0
* various refactorings on methods to replicate IAR paths to user inventory in o...Justin Clark-Casey (justincc)2010-06-051-81/+127
* refactor: do pathname trimming outside of ReplicateArchivePathToUserInventory()Justin Clark-Casey (justincc)2010-06-041-10/+7
* Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2010-05-281-2/+1
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+1
* OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
* * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-7/+7
* 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-2/+2
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2009-12-231-1/+7
|\
| * Added Close() to Inventory/Archiver/InventoryArchiveReadRequest, so that the ...Diva Canto2009-12-221-1/+7
* | Fix a bounds exception I came across in IAR restoreMelanie2009-12-231-0/+5
|/
* Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)2009-11-261-0/+8
* Make load/save iar slightly better in the face of io failures by always attem...Justin Clark-Casey (justincc)2009-11-241-31/+37
* Formatting cleanup.Jeff Ames2009-11-231-3/+3
* minor: A further minor tweak to reduce iar load logging verbosityJustin Clark-Casey (justincc)2009-11-131-2/+2
* Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-11-091-3/+4
|\
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2009-11-051-2/+11
| |\
| * | Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-3/+4
* | | refactor out iar escapingJustin Clark-Casey (justincc)2009-11-091-8/+1
* | | minor: correct slightly over-enthusiastic load iar logging messageJustin Clark-Casey (justincc)2009-11-091-2/+1
* | | fix load iar regression accidentally introduced in last commitJustin Clark-Casey (justincc)2009-11-091-1/+1
* | | minor: tweak load iar messages to be slightly less verboseJustin Clark-Casey (justincc)2009-11-091-4/+5
* | | minor: provide updates on number of assets loaded while executing "load iar"Justin Clark-Casey (justincc)2009-11-091-2/+9
* | | refactor: break actual item load in iar into separate methodJustin Clark-Casey (justincc)2009-11-091-28/+46
* | | minor: remove some old commented out load iar codeJustin Clark-Casey (justincc)2009-11-091-30/+0
| |/ |/|
* | * Escape / character when saving items and folders in an iar so that the load...Justin Clark-Casey (justincc)2009-11-051-2/+11
|/
* Formatting cleanup.Jeff Ames2009-10-011-6/+6
* Remove bug where iar created folders could not be deleted after relogJustin Clark-Casey (justincc)2009-09-111-2/+6
* fix spurious loading... messages on iar load by creating folders as version 1...Justin Clark-Casey (justincc)2009-09-101-1/+1
* Add test to check behaviour if an iar is loaded where no user profile exists ...Justin Clark-Casey (justincc)2009-09-091-0/+2
* extend load iar test to loading into a deeply nested directoryJustin Clark-Casey (justincc)2009-09-081-1/+1
* refactor: change method argument nameJustin Clark-Casey (justincc)2009-09-081-22/+24
* change iar load to make discrete inventory service requests rather than the c...Justin Clark-Casey (justincc)2009-09-061-25/+40
* refactor: use direct scene reference in inventory archive read requestJustin Clark-Casey (justincc)2009-09-061-12/+14
* Re-enable TestReplicateArchivePathToUserInventory() but stop it failing on th...Justin Clark-Casey (justincc)2009-08-111-0/+5
* * Fixed a few more async calls. Still not uncommented, some asserts still fai...Arthur Valadares2009-06-111-0/+7
* 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-4/+7
* * If an item creator id contains an iar loaded name, create a temporary profi...Justin Clarke Casey2009-05-051-3/+3