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