aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix give inventory tests to use different users rather than (accidentally) th...Justin Clark-Casey (justincc)2011-06-041-4/+15
* insert an InventoryArchiveUtils.FindItemsByPath() to return multiple items ra...Justin Clark-Casey (justincc)2011-06-041-8/+37
* create TestGetInventoryItem()Justin Clark-Casey (justincc)2011-06-041-13/+7
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-09-031-1/+1
* allow inventory path specified in "load iar" to start with a / (e.g. /Objects...Justin Clark-Casey (justincc)2010-08-271-1/+9
* Fix obvious bug in XInventoryService.GetFolderItems() which was preventing th...Justin Clark-Casey (justincc)2010-07-141-1/+8
* in IAR utils, return all folders that match a particular path rather than jus...Justin Clark-Casey (justincc)2010-06-181-15/+20
* Formatting cleanup.Jeff Ames2009-11-231-4/+4
* refactor out iar escapingJustin Clark-Casey (justincc)2009-11-091-0/+23
* Implement human / escaping for inventory folders as well as itemsJustin Clark-Casey (justincc)2009-11-091-1/+5
* refactor path delimiter in iar utilsJustin Clark-Casey (justincc)2009-11-091-5/+7
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-1/+1
* refactor: make human iar escape char a constant rather than a magic charJustin Clark-Casey (justincc)2009-11-091-3/+5
* * for iars, allow item names/folders including "/" to be escaped using "\/"Justin Clark-Casey (justincc)2009-11-091-1/+82
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
* Formatting cleanup.Jeff Ames2009-10-011-6/+6
* extend load iar test to loading into a deeply nested directoryJustin Clark-Casey (justincc)2009-09-081-3/+1
* Add convenience functions to InventoryArchiveUtils for locating folders by as...Justin Clark-Casey (justincc)2009-09-061-0/+66
* Convert iar write request to use inventory service requests rather than cacheJustin Clark-Casey (justincc)2009-09-061-0/+146