summaryrefslogtreecommitdiff
path: root/src/shared/directoryentry.h
Commit message (Expand)AuthorAgeFilesLines
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-1/+2
* Apply clang-format.Mikaël Capelle2023-07-091-119/+82
* Convert everything to CRLF.Mikaël Capelle2023-07-091-321/+321
* Fix issues with very slow refresh time for large root data directories.isanae2020-05-231-11/+10
* re-enabled archive parsingisanae2020-02-181-35/+44
* cleanup, typedefsisanae2020-02-181-19/+17
* split directoryentryisanae2020-02-181-340/+28
* moved dump() to DirectoryEntryisanae2020-02-181-3/+12
* fixed crash when disabling modisanae2020-02-181-1/+1
* removed lastAccessed from FileEntry, not usedisanae2020-02-181-12/+13
* removed some unnecessary countersisanae2020-02-181-3/+0
* thread-safe OriginConnectionisanae2020-02-181-1/+7
* more instrumentationisanae2020-02-181-7/+11
* thread-safe directory entryisanae2020-02-181-0/+8
* faster getSubDirectory() for env::Directory, added lcnameisanae2020-02-181-5/+54
* removed dead insertFile()isanae2020-02-181-4/+6
* threaded refresherisanae2020-02-181-0/+8
* don't lowercase twiceisanae2020-02-181-1/+1
* wstring_view when possibleisanae2020-02-181-10/+10
* filter on filename column only because loading the meta for every file takes ...isanae2020-02-051-1/+1
* don't get meta for fields that are not usedisanae2020-02-041-1/+21
* fixed bad path for alternate originsisanae2020-02-041-1/+6
* preparing for multiple origins shell menusisanae2020-02-041-1/+11
* shell menu for multiple filesisanae2020-02-041-1/+1
* rewriting FileTreeModel, implemented add/remove folders in rootisanae2020-02-041-0/+5
* removed LEAK_TRACE stuffisanae2020-02-041-7/+13
* refactoring: moved member functions in the same order as the headerisanae2020-02-041-9/+22
* refactoring: whitespace and newlinesisanae2020-02-041-102/+168
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-31/+57
* added a map for directories in DirectoryEntryisanae2020-02-041-1/+18
* some optimizations to avoid case conversions and memory allocationsisanae2020-02-041-1/+1
* initial implementation for updating file tree, buggyisanae2020-02-041-0/+1
* implemented dump to fileisanae2020-02-041-0/+10
* added a few missing constsisanae2020-02-041-1/+1
* now prunes empty directoriesisanae2020-02-041-0/+14
* conflict lists:isanae2019-05-311-0/+1
* added AlternativesVector typedef to FileEntryisanae2019-05-311-3/+3
* Initial archive conflict parsingSilarn2018-12-121-11/+15
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-182/+203
* Applied clang-format on sourceSandro Jäckel2018-02-221-203/+182
* Implement file priority for loose files > archivesJeremy Rimpo2017-12-171-3/+3
* first work on interfacing with usvfsTannin2015-11-171-4/+5
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-171-1/+2
* Merge with branch1.2Tannin2015-01-241-5/+0
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-5/+0
* | MergeTannin2015-01-041-5/+5
|\ \ | |/ |/|
| * replaced all uses of NULL with nullptrTannin2014-11-281-5/+5
| * - several style fixes suggested by static analysisTannin2014-09-241-1/+1
| * - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-0/+2
| * - can now filter by mod contentTannin2014-08-181-2/+0