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-29Add windows to build matrix (#76)HEADmasterCong
2021-11-21Add more configurations to build matrix, update cpp_sampleCong
2021-11-17Merge pull request #70 from cxong/lstat_bugfix1.2.5Lautis Sun
2021-11-17CI with multiple versions of GCCCong
2021-11-16Create cmake.yml (fixes #71)Cong
2021-11-11Use lstat() for macOS and *BSD (bug fix)lstat_bugfixLautis Sun
2021-06-10Update travis badgeCong
2020-02-15Merge pull request #67 from cxong/drive_rootLautis 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-23Version 1.2.41.2.4Cong
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-27Merge pull request #55 from lautis0503/masterLautis Sun
2017-10-21Include limits.h instead (#54)Lautis Sun
2017-08-05Merge pull request #51 from lautis0503/win95Lautis Sun
2017-07-19Version 1.2.31.2.3Cong
2017-07-19Fix MSVC buffer overflow (fixes #52)Cong
2017-07-13Fix FindFirstFile not available in Windows 10 SDK 10240 (#49)Lautis Sun
2017-05-31Replace openhub badge with release versionCong
2017-03-29Version 1.2.21.2.2Cong
2017-03-29Fixes FindFirstFile is missing on win10 (#50, fixes #49)James Chen
2016-12-28Version 1.2.11.2.1Cong
2016-12-28Fix build with gcc-6 (#45)Björn Esser
2016-11-12Adding clib support (#43)Isty001
2016-10-28Merge pull request #42 from lautis0503/masterCong
2016-10-28Use readdir by defaultLautis Sun
2016-09-25Use readdir by default (fixes #41)Cong
2016-09-08Update tinydir.hCong
2016-09-08Merge pull request #40 from lautis0503/masterCong
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-08-01error check tinydir_nextCong
2016-07-19Merge pull request #37 from lautis0503/masterCong
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-17random_access_sample to accept optional argumentCong
2016-07-17Fix tinydir_file_open with filename only failure in Windows (fixes #35)Cong
2016-07-15travis out of source buildCong
2016-07-15Run test with travisCong
2016-07-15Add testCong
2016-07-08Clarify licensing in readme1.2Cong
2016-07-08include list_to_file in cmake projectCong