summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-07-13bfstd: Add an ASCII fast path to wordesc()Tavian Barnes
2023-07-13alloc: Use a different error code for size overflowsTavian Barnes
2023-07-13color: Only highlight the trailing slash on ENOTDIRTavian Barnes
2023-07-13color: Don't break up leading and trailing dirsTavian Barnes
2023-07-13color: TTY-escape filenamesTavian Barnes
2023-07-13color: Get rid of EXT_MAXTavian Barnes
2023-07-13bfstd: Support wordesc() without allocatingTavian Barnes
2023-07-13bfstd: Quote the whole string the same way in wordesc()Tavian Barnes
2023-07-13bfstd: Use $'\n' etc. over $'\x0A'Tavian Barnes
2023-07-13bfstd: Escape '!' in wordesc()Tavian Barnes
2023-07-12parse: Reject -j0Tavian Barnes
2023-07-12ioq: Try harder to avoid setting IOQ_BLOCKEDTavian Barnes
2023-07-11ioq: Separate slot and queue operationsTavian Barnes
2023-07-11eval: Don't oversubscribe the CPU by defaultTavian Barnes
2023-07-10bftw: Try to close files asynchronouslyTavian Barnes
2023-07-10ioq: Implement async close() and closedir()Tavian Barnes
2023-07-07bftw: If the ioq is full, try to pop before ioq_opendir()Tavian Barnes
2023-07-06ioq: New ioq_capacity() functionTavian Barnes
2023-07-06wordesc: Also escape non-printable charsTavian Barnes
2023-07-06Use strcmp() instead of fnmatch() if possibleTavian Barnes
2023-07-06diag: Shell-escape expression argumentsTavian Barnes
2023-07-04ioq: Don't write to an empty slot in ioqq_trypop()Tavian Barnes
2023-07-04list: Fix some parameter docsTavian Barnes
2023-06-30color: Don't print unnecessary reset sequencesTavian Barnes
2023-06-30docs: Start preparing for the 3.0 releaseTavian Barnes
2023-06-30color: Compare values too when deciding to smart-caseTavian Barnes
2023-06-29color: Implement smart casingTavian Barnes
2023-06-29parse: Warn about errors parsing $LS_COLORSTavian Barnes
2023-06-29dstring: Add some exact-size utility functionsTavian Barnes
2023-06-29dstring: Allow dstreserve(NULL, n)Tavian Barnes
2023-06-26thread: Wrap more pthread APIsTavian Barnes
2023-06-26ioq: New ioq_cancel() functionTavian Barnes
2023-06-26ioq: Don't check NDEBUG manually in ioqq_trypop()Tavian Barnes
2023-06-24bfstd: Add a getprogname() wrapperTavian Barnes
2023-06-24Unify macro naming conventionsTavian Barnes
2023-06-22diag: New bfs_loc type for source locationsTavian Barnes
2023-06-20dir: Arena-allocate directoriesTavian Barnes
2023-06-20ioq: Arena-allocate ioq_cmdTavian Barnes
2023-06-20trie: Arena-allocate nodes and leavesTavian Barnes
2023-06-20bftw: Arena-allocate struct bftw_fileTavian Barnes
2023-06-20alloc: Implement an arena for flexible structsTavian Barnes
2023-06-20alloc: Implement an arena allocatorTavian Barnes
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes
2023-06-20bfstd: New xmemdup() functionTavian Barnes
2023-06-20sanity: Suppress unused variable warnings with sanitizers offTavian Barnes
2023-06-16parse: Shell-escape arguments in diagnosticsTavian Barnes
2023-06-16diag: Shell-escape arguments for argv warnings/errorsTavian Barnes
2023-06-16color: New %pq formatter for shell-escaped stringsTavian Barnes
2023-06-16bfstd: New wordesc() function to shell-escape stringsTavian Barnes
2023-06-16opt: Wait until purity is computed to update facts_when_impureTavian Barnes