| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow user to specify OS-specific file mode flags | Xavier Del Campo Romero | 2023-03-28 | 1 | -2/+2 |
| | | |||||
| * | Add support for Win32 | Xavier Del Campo Romero | 2020-10-13 | 1 | -18/+2 |
| | | |||||
| * | Remove unneeded #include <dirent.h> | Xavier Del Campo Romero | 2020-09-28 | 1 | -1/+0 |
| | | |||||
| * | Move away from recursion-based algorithm | Xavier Del Campo Romero | 2020-09-23 | 1 | -41/+54 |
| | | | | | | | | | | | Previous implementation could not be realiable for embedded applications since it used recursion and allocated a buffer for each folder in the tree. Now, one single allocation is made, duplicating the original string so it can be tokenized. A check which ensures each element from the tree is a directory has also been added. On the other hand, errno is now set when standard functions don't. | ||||
| * | Remove level parameter from mkdir_r API | Xavier Del Campo Romero | 2020-09-17 | 1 | -2/+7 |
| | | | | | It has been removed since it is of no use to the end user. | ||||
| * | First commit | Xavier Del Campo Romero | 2020-07-26 | 1 | -0/+81 |
