Skip to content

Releases: cxong/tinydir

1.2.6

Choose a tag to compare

@cxong cxong released this 03 Dec 10:04

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

Thanks to @0xdea for reporting

1.2.5

Choose a tag to compare

@cxong cxong released this 17 Nov 23:12
4acafe7
  • 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

Choose a tag to compare

@cxong cxong released this 23 Oct 03:07
6a487f5
  • 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

Choose a tag to compare

@cxong cxong released this 19 Jul 00:42

Fix buffer overflow for MSVC (#52)

Thanks to @jernejsk for reporting

1.2.2

Choose a tag to compare

@cxong cxong released this 29 Mar 12:47

Fix for Windows 10 pre-Anniversary Update (d5a460c)

Thanks to James Chen (dumganhar)

1.2.1

Choose a tag to compare

@cxong cxong released this 28 Dec 01:59
  • 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

1.2

Choose a tag to compare

@cxong cxong released this 08 Jul 03:09

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

Thanks to @lautis0503

1.1.1

Choose a tag to compare

@cxong cxong released this 02 Apr 04:51

Fix various issues with readdir_r; fix compilation under MinGW

Thanks to @eXpl0it3r for reporting.

1.1.0

Choose a tag to compare

@cxong cxong released this 12 Mar 11:41

Now using readdir_r(), which makes tinydir threadsafe.

Thanks to @Andargor