summaryrefslogtreecommitdiff
path: root/src/envfs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* thread-safe OriginConnectionisanae2020-02-181-13/+11
| | | | | ThreadPool now keeps threads running keep ModThreads around so avoid reallocating buffers
* more instrumentationisanae2020-02-181-0/+2
| | | | tighter mutexes, required thread-safe FileEntry
* thread-safe directory entryisanae2020-02-181-11/+59
|
* faster getSubDirectory() for env::Directory, added lcnameisanae2020-02-181-7/+25
| | | | instrumentation
* removed dead insertFile()isanae2020-02-181-1/+7
| | | | | avoided a few string copies lowercase filename in thread
* threaded refresherisanae2020-02-181-51/+79
|
* close handles in threadisanae2020-02-181-21/+68
|
* wstring_view when possibleisanae2020-02-181-0/+303
first implementation of NtQueryDirectoryFile