Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix license notices | Patrick McDermott | 2023-06-18 | 1 | -1/+1 |
| | |||||
* | dirent: Add trailing '/' to directories | Patrick McDermott | 2023-05-11 | 1 | -11/+14 |
| | |||||
* | dirent: Remove test code | Patrick McDermott | 2023-05-10 | 1 | -29/+0 |
| | |||||
* | dirent: Fix separators and length limits | Patrick McDermott | 2023-05-10 | 1 | -29/+48 |
| | |||||
* | dirent: Re-add and update test code | Patrick McDermott | 2023-05-10 | 1 | -0/+30 |
| | | | | This reverts commit 50f9ee989f89fd47a5f554d9967e8abedd6bd938. | ||||
* | dirent: Handle NULL buffers, remove function | Patrick McDermott | 2023-05-04 | 1 | -50/+6 |
| | |||||
* | dirent: Don't add leading "/" | Patrick McDermott | 2023-04-30 | 1 | -12/+29 |
| | |||||
* | dirent: Remove test code | Patrick McDermott | 2023-04-29 | 1 | -34/+0 |
| | |||||
* | dirent: Implement | Patrick McDermott | 2023-04-29 | 1 | -0/+152 |