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
path:
root
/
lib9p
/
tests
/
test_server
/
main.c
Age
Commit message (
Expand
)
Author
2025-04-16
lib9p_srv: Re-think flush semantics
Luke T. Shumaker
2025-04-14
lib9p_srv: Require less compile-time config
Luke T. Shumaker
2025-04-14
lib9p_srv: test_server: Add a comment
Luke T. Shumaker
2025-04-13
lib9p: Test+fix that auth data is tracked in the context
Luke T. Shumaker
2025-04-12
lib9p: Rename the server coroutine functions, pull out the read func
Luke T. Shumaker
2025-04-12
lib9p: test_server: Hard-code path numbers
Luke T. Shumaker
2025-04-12
lib9p: Add Tflush tests
Luke T. Shumaker
2025-04-12
lib9p: tests: Scaffolding for more tests
Luke T. Shumaker
2025-04-10
lib9p: test_server: Pull out fs_shutdown.c
Luke T. Shumaker
2025-04-05
libobj, libmisc/private.h: Allow+force semicolons
Luke T. Shumaker
2025-03-26
lib9p: Adjust for reads to be zero-copy
Luke T. Shumaker
2025-03-26
lib9p: Have separate IO objects, so they can have their own state
Luke T. Shumaker
2025-03-22
make lint/unknown: Have unknown files be errors
Luke T. Shumaker
2025-03-22
Enable running tests in parallel
Luke T. Shumaker
2025-02-23
lib9p_util: Pull utility macros into static.h
Luke T. Shumaker
2025-02-21
lib9p: test_server: Tidy the static file macros
Luke T. Shumaker
2025-02-09
lib9p: srv: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
libhw_generic: net: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
libhw_generic: alarmclock: Use libobj instead of vcall.h
Luke T. Shumaker
2025-02-09
Have main() set `bootclock`
Luke T. Shumaker
2025-02-09
lib9p: test_server: Simplify construction of the file tree
Luke T. Shumaker
2025-02-09
lib9p: test_server: Make the pathnums more stable
Luke T. Shumaker
2025-02-09
lib9p: srv: Use a separate pathmap
Luke T. Shumaker
2025-02-04
lib9p: Test that we can do clean shutdown
Luke T. Shumaker
2025-01-19
lib9p: Don't nul-terminate strings, add some string utils
Luke T. Shumaker
2025-01-11
Add basic smoke tests for the 9p server
Luke T. Shumaker
2025-01-11
mv cmd/srv9p lib9p/tests/test_server # and supporting changes
Luke T. Shumaker