index
:
sbc-harness
lukeshu/9p-L
lukeshu/9p-containers
lukeshu/9p-read-multi-iovec
lukeshu/clang-format
lukeshu/dhcp
lukeshu/libobj
lukeshu/macros
lukeshu/measurestack-refactor
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
lukeshu/safe-conversion
lukeshu/uf2
lukeshu/vid-scratch
lukeshu/waitgroup
lukeshu/wrap-foreach
main
Unnamed repository; edit this file 'description' to name the repository.
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
13 days
wip: lib9p: Multi-iovec replies
lukeshu/9p-read-multi-iovec
Luke T. Shumaker
2025-06-06
Merge branch 'lukeshu/error'
Luke T. Shumaker
2025-06-06
lib9p_srv: Switch to use error.h internally
Luke T. Shumaker
2025-06-06
lib9p_srv: Change the public API to use error.h
Luke T. Shumaker
2025-06-06
lib9p_core: Switch to use error.h
Luke T. Shumaker
2025-06-06
lib9p: Use <libmisc/error.h> errnums internally
Luke T. Shumaker
2025-06-06
libhw_generic: Switch io.h and net.h to use result.h/error.h
Luke T. Shumaker
2025-06-06
libmisc: Add error.h
Luke T. Shumaker
2025-06-06
host: Avoid the "error" sym
Luke T. Shumaker
2025-06-06
Merge branch 'lukeshu/misc'
Luke T. Shumaker
2025-06-06
lib9p: tests: Add a test for client hangups
Luke T. Shumaker
2025-06-06
sbc_harness: config.h: Remove duplicate
Luke T. Shumaker
2025-06-06
Prune #includes
Luke T. Shumaker
2025-06-04
lib9p: core.h: Fix doc comment
Luke T. Shumaker
2025-06-02
Merge branch 'lukeshu/better-cpp'
Luke T. Shumaker
2025-06-02
libmisc: obj.h: Use LM_DEFAPPEND() to implement magic LO_BOX()
Luke T. Shumaker
2025-06-02
libmisc: macro.h, wrap-cc: Implement LM_DEFAPPEND
Luke T. Shumaker
2025-06-01
Add a (for-now noop) wrapper around cpp
Luke T. Shumaker
2025-06-01
no-integrated-cpp
Luke T. Shumaker
2025-05-31
libmisc: obj.h: Use LM_FORCE_SEMICOLON
Luke T. Shumaker
2025-05-31
libmisc: macro.h: Clearer section divider comments
Luke T. Shumaker
2025-05-31
build-aux/valgrind: Downgrade from bash to sh
Luke T. Shumaker
2025-05-31
lint-src: Check that the shebang matches .editorconfig
Luke T. Shumaker
2025-05-31
make lint: Consolidate the lint scripts
Luke T. Shumaker
2025-05-30
Merge branch 'lukeshu/misc'
Luke T. Shumaker
2025-05-30
lib9p: Use EILSEQ for bad UTF-8
Luke T. Shumaker
2025-05-30
lib9p: Fix some outdated/wrong doc comments
Luke T. Shumaker
2025-05-30
libmisc: fmt.h: Add fmt_print2() and fmt_asprint()
Luke T. Shumaker
2025-05-30
Merge branch 'lukeshu/more-coverage'
Luke T. Shumaker
2025-05-29
libdhcp: tests: Inject errors into the tests
Luke T. Shumaker
2025-05-28
Get test coverage of fmt.c and utf8.c up; fix found bugs
Luke T. Shumaker
2025-05-28
make check: Sort coverage reports differently
Luke T. Shumaker
2025-05-27
Merge branch 'lukeshu/cover'
Luke T. Shumaker
2025-05-27
libdhcp: Add a basic smoke-test
Luke T. Shumaker
2025-05-27
libmisc: fmt: Add hbyte and hmem
Luke T. Shumaker
2025-05-27
libdhcp: Reword a comment
Luke T. Shumaker
I had to re-read it 3 times before I understood what it was trying to say.
2025-05-27
Pull the ARP-ping from libdhcp to net_iface
Luke T. Shumaker
2025-05-27
libhw_cr: host_net: Fix UDP
Luke T. Shumaker
2025-05-27
libcr: Fuss with logs
Luke T. Shumaker
2025-05-27
make check: Generate coverage reports
Luke T. Shumaker
2025-05-27
make lint/generic: Lint shebang values
Luke T. Shumaker
2025-05-26
Try to clean up w5500_ll.h
Luke T. Shumaker
2025-05-26
No more (static inline) function bodies in headers
Luke T. Shumaker
2025-05-17
Merge branch 'lukeshu/lint-ish'
Luke T. Shumaker
2025-05-17
Tidy some whitespace
Luke T. Shumaker
2025-05-17
Fix some funny indents
Luke T. Shumaker
2025-05-17
Sort+align #includes
Luke T. Shumaker
2025-05-17
Tidy #includes: We don't use PRI* anymore
Luke T. Shumaker
2025-05-17
Consistently use LM_UNUSED instead of (void) casts
Luke T. Shumaker
2025-05-17
Don't forget to use (void) in signatures without arguments
Luke T. Shumaker
[next]