summaryrefslogtreecommitdiffstats
path: root/src/ioq.h
AgeCommit message (Expand)Author
2024-04-19Rename config.h to prelude.hTavian Barnes
2024-02-16ioq: Ensure ioq_ent is sufficiently alignedTavian Barnes
2024-02-14ioq: Pack ioq_ent args structsTavian Barnes
2024-01-18ioq: Implement ioq_stat()Tavian Barnes
2024-01-13ioq: Use the negative errno conventionTavian Barnes
2023-11-09ioq: Implement a better non-blocking popTavian Barnes
2023-10-17dir: Add a flags parameter to bfs_opendir()Tavian Barnes
2023-07-10ioq: Implement async close() and closedir()Tavian Barnes
2023-07-06ioq: New ioq_capacity() functionTavian Barnes
2023-06-26ioq: New ioq_cancel() functionTavian Barnes
2023-06-20dir: Arena-allocate directoriesTavian Barnes
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes
2023-06-12ioq: Implement an async I/O queueTavian Barnes