aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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