summaryrefslogtreecommitdiffstats
path: root/src/dirent.c
Commit message (Collapse)AuthorAgeFilesLines
* dirent: Add trailing '/' to directoriesPatrick McDermott2023-05-111-11/+14
|
* dirent: Remove test codePatrick McDermott2023-05-101-29/+0
|
* dirent: Fix separators and length limitsPatrick McDermott2023-05-101-29/+48
|
* dirent: Re-add and update test codePatrick McDermott2023-05-101-0/+30
| | | | This reverts commit 50f9ee989f89fd47a5f554d9967e8abedd6bd938.
* dirent: Handle NULL buffers, remove functionPatrick McDermott2023-05-041-50/+6
|
* dirent: Don't add leading "/"Patrick McDermott2023-04-301-12/+29
|
* dirent: Remove test codePatrick McDermott2023-04-291-34/+0
|
* dirent: ImplementPatrick McDermott2023-04-291-0/+152