Skip to content

Releases: cxong/tinydir

1.2.6

03 Dec 10:04
Compare
Choose a tag to compare

Fixes buffer overflows with long path names. All users should upgrade as soon as possible.

Thanks to @0xdea for reporting

1.2.5

17 Nov 23:12
4acafe7
Compare
Choose a tag to compare
  • Allow opening drive root with tinydir_file_open #66
  • Fix handling of broken links #63
  • Fix missing PATH_MAX macro in Debian GNU/Hurd 9

Thanks to @wojdyr and @lautis0503

1.2.4

23 Oct 03:07
6a487f5
Compare
Choose a tag to compare
  • Don't define _TINYDIR_PATH_MAX if PATH_MAX not available (#61)
  • Fix possible WIN32_LEAN_AND_MEAN redefinition (#62)

Thanks to @schodet and @jesta88 for reporting

1.2.3

19 Jul 00:42
Compare
Choose a tag to compare

Fix buffer overflow for MSVC (#52)

Thanks to @jernejsk for reporting

1.2.2

29 Mar 12:47
Compare
Choose a tag to compare

Fix for Windows 10 pre-Anniversary Update (d5a460c)

Thanks to James Chen (dumganhar)

1.2.1

28 Dec 01:59
Compare
Choose a tag to compare
  • Fix tinydir_file_open with filename only failure in Windows (e33a1da)
  • Fix unicode support in tinydir_file_open (1f9b31e)
  • Fix unicode support (f8f1774)
  • Use readdir by default (4a2655e)
  • Fix build with gcc-6 (d617ef8)

1.2

08 Jul 03:09
Compare
Choose a tag to compare
1.2

Compatible with Window's TCHAR; define UNICODE and _UNICODE before including tinydir.h to enable.

Thanks to @lautis0503

1.1.1

02 Apr 04:51
Compare
Choose a tag to compare

Fix various issues with readdir_r; fix compilation under MinGW

Thanks to @eXpl0it3r for reporting.

1.1.0

12 Mar 11:41
Compare
Choose a tag to compare

Now using readdir_r(), which makes tinydir threadsafe.

Thanks to @Andargor