| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | now using new common cmakefiles | isanae | 2020-04-23 | 1 | -1/+1 |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | ||||
| * | fixed warnings about Q_OBJECT and thousand separators | isanae | 2020-04-18 | 1 | -1/+1 |
| | | | | | had to move some classes to header files | ||||
| * | fixed crash when switching to an instance with a lower refresh thread count | isanae | 2020-04-17 | 1 | -1/+5 |
| | | | | | fixed rare race condition when waking up handle closer threads | ||||
| * | thread-safe OriginConnection | isanae | 2020-02-18 | 1 | -13/+11 |
| | | | | | | ThreadPool now keeps threads running keep ModThreads around so avoid reallocating buffers | ||||
| * | more instrumentation | isanae | 2020-02-18 | 1 | -0/+2 |
| | | | | | tighter mutexes, required thread-safe FileEntry | ||||
| * | thread-safe directory entry | isanae | 2020-02-18 | 1 | -11/+59 |
| | | |||||
| * | faster getSubDirectory() for env::Directory, added lcname | isanae | 2020-02-18 | 1 | -7/+25 |
| | | | | | instrumentation | ||||
| * | removed dead insertFile() | isanae | 2020-02-18 | 1 | -1/+7 |
| | | | | | | avoided a few string copies lowercase filename in thread | ||||
| * | threaded refresher | isanae | 2020-02-18 | 1 | -51/+79 |
| | | |||||
| * | close handles in thread | isanae | 2020-02-18 | 1 | -21/+68 |
| | | |||||
| * | wstring_view when possible | isanae | 2020-02-18 | 1 | -0/+303 |
| first implementation of NtQueryDirectoryFile | |||||
