summaryrefslogtreecommitdiffstats
path: root/src/ioq.h
Commit message (Expand)AuthorAgeFilesLines
* Rename config.h to prelude.hTavian Barnes2024-04-191-1/+1
* ioq: Ensure ioq_ent is sufficiently alignedTavian Barnes2024-02-161-1/+8
* ioq: Pack ioq_ent args structsTavian Barnes2024-02-141-3/+3
* ioq: Implement ioq_stat()Tavian Barnes2024-01-181-0/+31
* ioq: Use the negative errno conventionTavian Barnes2024-01-131-4/+2
* ioq: Implement a better non-blocking popTavian Barnes2023-11-091-11/+2
* dir: Add a flags parameter to bfs_opendir()Tavian Barnes2023-10-171-1/+5
* ioq: Implement async close() and closedir()Tavian Barnes2023-07-101-10/+71
* ioq: New ioq_capacity() functionTavian Barnes2023-07-061-0/+5
* ioq: New ioq_cancel() functionTavian Barnes2023-06-261-0/+5
* dir: Arena-allocate directoriesTavian Barnes2023-06-201-1/+3
* alloc: New header for memory allocation utilitiesTavian Barnes2023-06-201-2/+2
* ioq: Implement an async I/O queueTavian Barnes2023-06-121-0/+94