Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-07 | STORM-1476 FIXED Replaced non-fatal errors in LLDirIterator constructor with ↵ | seth_productengine | |
warnings to avoid viewer crashes. Added exception handling case. | |||
2011-06-21 | CHOP-662 cleanup in response to code review. | Squire | |
2011-06-17 | CHOP-662 - initial fix to problems with regex characters in Group names | Squire | |
causing the LLDirIterator to crash the viewer when opening chat logs | |||
2011-05-17 | STORM-1260 FIXED Replaced llerrs messages with llwarns in directory iterator ↵ | seth_productengine | |
code to avoid viewer halt when a cache dir is not found. | |||
2010-12-17 | STORM-477 WIP Re-implemented LLDir::getNextFileInDir() as an iterator object. | Seth ProductEngine | |
- Added a class implementing directory entries iteration with pattern matching which is used in unit tests instead of LLDir::getNextFileInDir. STORM-550 FIXED Fixed LLDir unit test which failed for some complex wildcard combinations. |