Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-17Merge pull request #70 from cxong/lstat_bugfix1.2.5Lautis Sun
2021-11-16Create cmake.yml (fixes #71)Cong
2021-11-11Use lstat() for macOS and *BSD (bug fix)lstat_bugfixLautis Sun
2019-12-08Fix tinydir_file_open for root or subfolder of root in Linux.Lautis Sun
2019-11-29Implement tinydir_file_open for drive root (fixes #66)Cong
2019-05-13tinydir_readfile(): avoid GCC 8+ warning and simplify (#64)Marcin Wojdyr
2019-02-10Use lstat() instead of stat() when available. (fixes #63)Lautis Sun
2018-11-23Fix PATH_MAX macroLautis Sun
2018-10-19Fix some macros (#61 and #62)Lautis Sun
2018-02-23check errno inside tinydir_file_open (fixes #58) (#59)Sergei Voronezhskii
2018-02-12Fix clang-tidy malloc 0 warning (fixes #56)Cong
2017-10-21Include limits.h instead (#54)Lautis Sun
2017-08-05Merge pull request #51 from lautis0503/win95Lautis Sun
2017-07-19Fix MSVC buffer overflow (fixes #52)Cong
2017-07-13Fix FindFirstFile not available in Windows 10 SDK 10240 (#49)Lautis Sun
2017-03-29Fixes FindFirstFile is missing on win10 (#50, fixes #49)James Chen
2016-10-28Use readdir by defaultLautis Sun
2016-09-25Use readdir by default (fixes #41)Cong
2016-09-08Update tinydir.hCong
2016-09-07Make dir_name_buf no longer than _TINYDIR_FILENAME_MAXLautis Sun
2016-09-07Define _TINYDIR_PATH_MAX as OS supportsLautis Sun
2016-09-07Add declaration of tinydir_file_openLautis Sun
2016-09-07Fix unicode support #39Lautis Sun
2016-07-19Replace & with && in line 36&40Lautis Sun
2016-07-19Test if a unicode string is emptyLautis Sun
2016-07-19Fix unicode support in tinydir_file_openLautis Sun
2016-07-17Fix tinydir_file_open with filename only failure in Windows (fixes #35)Cong
2016-07-08Update tinydir.hCong
2016-07-07Make sure that _UNICODE & UNICODE are both defined.Lautis Sun
2016-07-04Fix _splitpath for old versions of VSLautis Sun
2016-06-26Something useless?Lautis Sun
2016-06-26Fix _splitpath for mingw32Lautis Sun
2016-06-25Fix support for VSLautis Sun
2016-06-25Add UNICODE support for MINGW32Lautis Sun
2016-06-25Let Windows choose which function to useLautis Sun
2016-06-20Add UNICODE support in windows based on #19 (Fixes #17)Lautis Sun
2016-04-15pragma warning fixGFdevelop
2016-04-03Fix var result unusedCong
2016-04-02Remove trailing slashes from pathCong
2016-04-02Use feature test macros for _tinydir_dirent_buf_size (fixes #30)1.1.1cxong
2016-04-02Remove root .gitignore; include cpp_sample in CMakeListscxong
2016-03-31Use readdir fallback if non-POSIX (fixes #29)Cong
2016-03-30Rework STDC_VERSION macro check to default to C99+Cong
2016-03-30Fix inline warning under C99 (#28)Cong
2016-03-30Don't use readdir_r on MinGW (#28)Cong
2016-03-15Merge pull request #24 from cosmy1/masterCong
2016-03-13update copyright authorsCong
2016-03-12Avoid setting errno if system already provides oneCong
2016-03-12Remove unneeded error local varCong
2016-03-12Move helper function below definitionsCong