| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -145/+124 |
| | | |||||
| * | handle network shares for NtOpenFile() | isanae | 2021-02-22 | 1 | -5/+23 |
| | | | | | changed error messages to use formatNtMessage(), which handles NTSTATUS errors | ||||
| * | optimizations for download manager: | isanae | 2020-12-24 | 1 | -9/+16 |
| | | | | | | | | - use envfs for walking directory - minimize string copies, disk access - use set of filenames to check for duplicates - use file size from envfs | ||||
| * | Remove incorrect early break in forEachEntry | Al | 2020-09-27 | 1 | -6/+0 |
| | | | | This caused mo2 to skip some mod files for a user, potentially others as well. | ||||
| * | TEST rem potential early return in forEachEntry() | Al | 2020-09-27 | 1 | -5/+6 |
| | | | | Test to see if this fixes a bug on discord. | ||||
| * | Fix issue with plugins in junction mods not being activated. | Mikaël Capelle | 2020-05-20 | 1 | -1/+1 |
| | | |||||
| * | 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 | |||||
