index
:
bfs.git
clone
coverity
find2fd
gh-pages
main
queue-files
single-file
slab-bitmaps
Breadth-first version of find
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
trie: Get rid of the linked list of leaves
slab-bitmaps
Tavian Barnes
10 hours
3
-17
/
+4
*
color: Use an array of extensions instead of for_trie()
Tavian Barnes
10 hours
1
-16
/
+37
*
expr: Get rid of the extra list node
Tavian Barnes
10 hours
4
-11
/
+5
*
alloc: New for_arena() macro to iterate over allocated objects
Tavian Barnes
10 hours
3
-0
/
+166
*
alloc: Switch arenas from a freelist to a bitmap allocator
Tavian Barnes
10 hours
2
-90
/
+262
*
diag: New bfs_unreachable() and bfs_assume() macros
Tavian Barnes
10 hours
1
-0
/
+32
*
alloc: Don't require the old size in varena_realloc()
Tavian Barnes
2 days
8
-43
/
+69
*
sanity: Don't mark memory uninit in sanitize_{alloc,free}()
Tavian Barnes
2 days
3
-19
/
+45
*
alloc: Stop supporting pathological flexible array ABIs
Tavian Barnes
2 days
3
-22
/
+29
*
alloc: Add macro versions of alignment utils
Tavian Barnes
2 days
1
-3
/
+12
*
trie: Fix varena_free() with wrong size
Tavian Barnes
2 days
1
-8
/
+8
*
alloc: Don't require size % align == 0
Tavian Barnes
2 days
5
-39
/
+27
*
Release 4.0.4
HEAD
4.0.4
main
Tavian Barnes
4 days
3
-2
/
+20
*
Merge pull request #146 from jody-frankowski/fix/capa-color-non-linux
Tavian Barnes
4 days
5
-1
/
+43
|
\
|
*
color: Handle bfs_check_capabilities error code (-1) in cpath_has_capabilities
Jody Frankowski
5 days
5
-1
/
+43
|
/
*
bit: Add bswap() overloads for every primitive type
Tavian Barnes
8 days
2
-9
/
+41
*
tests/posix: Add a test for overly aggressive -exec {} + matching
Tavian Barnes
8 days
2
-0
/
+33
*
Merge pull request #144 from ryandesign/patch-1
Tavian Barnes
9 days
1
-1
/
+1
|
\
|
*
Fix typo in manpage
Ryan Carsten Schmidt
10 days
1
-1
/
+1
|
/
*
Release 4.0.3
4.0.3
Tavian Barnes
13 days
3
-2
/
+20
*
build: New make dist[sign] targets
Tavian Barnes
13 days
1
-1
/
+11
*
dstring: Add an infallible dstrshrink() function
Tavian Barnes
2024-10-17
4
-9
/
+47
*
color: Don't color files like directories on ENOTDIR
Tavian Barnes
2024-10-16
2
-116
/
+232
*
color: Fix an infinite loop colorizing some invalid paths
Tavian Barnes
2024-10-13
3
-8
/
+13
*
tests/gnu: Test -L -printf %Y
Tavian Barnes
2024-10-10
2
-0
/
+18
*
tests/trie: Improve code coverage
Tavian Barnes
2024-10-10
1
-1
/
+4
*
sighook: Don't forget to reset list->tail on the last sigpop()
Tavian Barnes
2024-10-10
2
-0
/
+9
*
eval: Use xtimer_start() for status bar updates
Tavian Barnes
2024-10-10
1
-36
/
+76
*
tests/sighook: Use the new xtimer_start() API
Tavian Barnes
2024-10-10
1
-8
/
+6
*
xtime: Add a wrapper for timer_create()/setitimer()
Tavian Barnes
2024-10-10
4
-0
/
+130
*
Adjust in/out parameter docs
Tavian Barnes
2024-10-10
5
-11
/
+11
*
Fix some -Wundef-prefix warnings
Tavian Barnes
2024-10-10
4
-6
/
+14
*
trie: Switch the tag bits around
Tavian Barnes
2024-10-08
1
-31
/
+28
*
trie: Add some extra bounds checking
Tavian Barnes
2024-10-08
1
-13
/
+24
*
opt: Remove duplicate assignment in canonicalize_not()
Tavian Barnes
2024-10-04
1
-1
/
+0
*
color: Fix an assertion failure with embedded NUL bytes
Tavian Barnes
2024-10-02
3
-0
/
+42
*
Write @arg instead of @param arg in doc comments
Tavian Barnes
2024-10-01
27
-367
/
+367
*
ci: Group distcheck messages
Tavian Barnes
2024-10-01
1
-0
/
+2
*
build: Add -Wundef-prefix=BFS_
Tavian Barnes
2024-10-01
4
-0
/
+22
*
list: Make SLIST_REMOVE() more type-safe
Tavian Barnes
2024-09-30
1
-25
/
+20
*
Fix spelling
Tavian Barnes
2024-09-23
15
-17
/
+17
*
list: New drain_slist() macro
Tavian Barnes
2024-09-19
4
-39
/
+49
*
build/prelude: Remove vestigal OBJS definition
Tavian Barnes
2024-09-18
1
-11
/
+0
*
Release 4.0.2
4.0.2
Tavian Barnes
2024-09-17
3
-3
/
+37
*
opt: #include "xspawn.h" before #ifdef POSIX_SPAWN_SETRLIMIT
Tavian Barnes
2024-09-17
1
-0
/
+1
*
opt: Fix an invalid assertion in sink_not_comma()
Tavian Barnes
2024-09-17
3
-4
/
+39
*
parse: Add a "logo" to bfs --version
Tavian Barnes
2024-09-14
1
-1
/
+32
*
dstring: New dstrepeat() function
Tavian Barnes
2024-09-14
2
-0
/
+22
*
build: Remove gen/deps.mk
Tavian Barnes
2024-09-14
5
-84
/
+68
*
opt: Add missing newline to debug statement
Tavian Barnes
2024-09-12
1
-1
/
+1
[next]