summaryrefslogtreecommitdiffstats
path: root/src/bftw.c
Commit message (Expand)AuthorAgeFilesLines
...
* bftw: Implement open file pinningTavian Barnes2023-06-121-32/+100
* dir: Add a flag to bfs_freedir() to force the fd to stay the sameTavian Barnes2023-06-121-2/+2
* list: Allow popping from an empty listTavian Barnes2023-05-241-16/+3
* list: Return the removed item from SLIST_POP()Tavian Barnes2023-05-201-4/+2
* Switch from assert() to bfs_assert()/bfs_verify()Tavian Barnes2023-05-181-14/+14
* config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes2023-05-111-1/+0
* config: s/BFS_FALLTHROUGH/fallthru/Tavian Barnes2023-05-101-1/+1
* config: s/BFS_FLEX_SIZEOF/flex_sizeof/Tavian Barnes2023-05-101-1/+1
* bftw: Use separate dir/file queuesTavian Barnes2023-05-051-218/+176
* bftw: Merge bftw_closedir() into bftw_gc()Tavian Barnes2023-04-121-59/+47
* list: Use macros instead of type-erased listsTavian Barnes2023-03-311-42/+94
* list: New helper macros for converting entries to itemsTavian Barnes2023-03-291-13/+5
* bftw: Use list.h for the queue and LRU listsTavian Barnes2023-03-291-218/+93
* bftw: Refactor bftw_queueTavian Barnes2023-03-281-88/+55
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
* bfstd: New wrappers for dirname()/basename()Tavian Barnes2023-01-191-1/+1
* Fix includesTavian Barnes2022-11-061-2/+1
* bfstd: Rename from util and reorganize itTavian Barnes2022-11-061-1/+1
* Source / Include Folder (#88)トトも2022-04-161-0/+1494