| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| | | |||||
| * | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -2/+2 | |
| | | |||||
| * | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -0/+12 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2020-08-25 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2020-07-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-19 | 1 | -0/+8 | |
| |\| | |||||
| | * | Fix an inverted if statement in fileutils. | 2020-05-19 | 1 | -1/+1 | |
| | | | |||||
| | * | Implement support for expanding ~ to the home directory. | 2020-05-16 | 1 | -0/+8 | |
| | | | |||||
| * | | Replace FileSystem::GetFileList with std::filesystem. | 2020-05-19 | 1 | -34/+0 | |
| | | | |||||
| * | | In C++11 [io]fstream has std::string constructors; use them. | 2020-02-06 | 1 | -4/+2 | |
| |/ | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -1/+2 | |
| | | |||||
| * | Update my name and email address. | 2019-12-31 | 1 | -1/+1 | |
| | | |||||
| * | Deduplicate dirent.h inclusion. | 2019-06-20 | 1 | -0/+4 | |
| | | |||||
| * | Add a method for getting a list of files in a directory. | 2019-06-10 | 1 | -0/+34 | |
| | | |||||
| * | Remove whitespace and minor style changes | 2014-01-23 | 1 | -1/+1 | |
| | | |||||
| * | Fix FileReader not working with files specified in <files> | 2013-12-18 | 1 | -2/+2 | |
| | | |||||
| * | Move stuff around a bit: | 2013-12-15 | 1 | -0/+102 | |
| - Create FileSystem class: * Move ServerConfig::CleanFilename to FileSystem::GetFileName and rewrite. * Move ServerConfig::ExpandPath to FileSystem. * Move ServerConfig::FileExists to FileSystem. * Move ServerConfig::StartsWithWindowsDriveLetter to FileSystem. - Move FileReader to fileutils.cpp and fix documentation. - Move UserManager::DoBackgroundUserStuff to usermanager.cpp. | |||||
