summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-09-06Release 3.0.23.0.2Tavian Barnes
2023-09-06bfstd: Work around a FreeBSD-specific msan issueTavian Barnes
2023-09-06bfstd: Skip a whole loop in dollar_quote() if possibleTavian Barnes
2023-09-06bfstd: Fix printable_len() off-by-oneTavian Barnes
2023-09-06bfstd: Fix an OOB string index in xmbrtowc()Tavian Barnes
2023-09-06bftw: Enforce the dirlimit strictlyTavian Barnes
2023-08-31pwcache: Don't use _SC_GET{PW,GR}_R_SIZE_MAXTavian Barnes
2023-08-31pwcache: Arena-allocate struct passwd/groupTavian Barnes
2023-08-31alloc: New varena_grow() functionTavian Barnes
2023-08-31trie: New trie_clear() functionTavian Barnes
2023-08-31alloc: New [v]arena_clear() functionsTavian Barnes
2023-08-23Work around https://github.com/llvm/llvm-project/issues/64946Tavian Barnes
2023-08-23ioq: New ioq_slot_monitor() helperTavian Barnes
2023-08-14parse: Allow -files0-from an empty set of pathsTavian Barnes
2023-08-08bfstd: Don't label a declarationTavian Barnes
2023-08-07stat: Don't check for statx() mask bits we already checked forTavian Barnes
2023-08-07bfstd: Check multiple chars at once for isascii()Tavian Barnes
2023-08-07bfstd: Speed up wordesc() by caching isprint()/isspace()Tavian Barnes
2023-07-24bit: Add a cast to squelch -Wsign-compareTavian Barnes
2023-07-18Release 3.0.13.0.1Tavian Barnes
2023-07-18bftw: Use bftw_file->next for multiple listsTavian Barnes
2023-07-18bftw: Use a larger ioq depthTavian Barnes
2023-07-18bftw: Add a queue of directories to unwrapTavian Barnes
2023-07-18bftw: Add dirs to the end of the queue in bftw_ioq_pop()Tavian Barnes
2023-07-17bftw: Use separate queues for open and closed directoriesTavian Barnes
2023-07-17bftw: Check that file->fd == bfs_dirfd(file->dir) earlierTavian Barnes
2023-07-17bftw: Reserve space in the cache before opening filesTavian Barnes
2023-07-17bftw: Pass the whole bftw_state to bftw_openat()Tavian Barnes
2023-07-17bftw: Add bfs_dir allocation wrappersTavian Barnes
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