aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-129/+168
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-73/+82
* On IAR loading, if loading of a coaleseced item entirely fails, then continue...Justin Clark-Casey (justincc)2013-02-081-0/+18
* Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)2012-11-171-3/+2
* If deserializing a scene object fails during IAR load then ignore the object ...Justin Clark-Casey (justincc)2012-01-111-1/+4
* Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future co...Justin Clark-Casey (justincc)2011-04-181-0/+6
* Add regression test to check that OARs start with the control file.Justin Clark-Casey (justincc)2011-04-181-0/+3
* add test to ensure that an IAR starts with the control fileJustin Clark-Casey (justincc)2011-04-181-10/+11
* Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)2011-04-151-7/+21
* suspend check that IAR control file is loaded for nowJustin Clark-Casey (justincc)2011-03-311-1/+6
* factor inventory file loading into its own methodJustin Clark-Casey (justincc)2011-03-121-57/+80
* factor out iar asset load code into its own methodJustin Clark-Casey (justincc)2011-03-121-29/+40
* refactor: make boolean load indicators on load iars instance fieldsJustin Clark-Casey (justincc)2011-03-121-8/+11
* introduce iar load checks which make sure archive.xml comes first, then inven...Justin Clark-Casey (justincc)2011-03-121-1/+32
* re-enable item.CreatorId check in TestLoadIarV0_1AbsentCreator()Justin Clark-Casey (justincc)2011-03-101-2/+3
* For objects loaded from an IAR, make sure the CreatorID points towards the OS...Justin Clark-Casey (justincc)2011-03-101-3/+37
* Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta...Justin Clark-Casey (justincc)2011-03-091-0/+2
* Raise maximum iar version that master can load to 1.x, so that it can load it...Justin Clark-Casey (justincc)2010-12-181-1/+1
* Fix unit test.Diva Canto2010-11-291-1/+1
* Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-291-5/+6
* Formatting cleanup.Jeff Ames2010-10-271-4/+4
* Implement guard against trying to load incompatible version IARsJustin Clark-Casey (justincc)2010-10-221-2/+19
* start parsing iar control fileJustin Clark-Casey (justincc)2010-10-221-1/+19
* Formatting cleanup.Jeff Ames2010-09-121-9/+9
* Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)2010-09-041-2/+1
* 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