index
:
sbc-harness
lukeshu/9p-L
lukeshu/9p-containers
lukeshu/9p-perms
lukeshu/9p-read-multi-iovec
lukeshu/clang-format
lukeshu/dhcp
lukeshu/heap-valgrind
lukeshu/libobj
lukeshu/macros
lukeshu/measurestack-refactor
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/pio-spi
lukeshu/promise
lukeshu/safe-conversion
lukeshu/uf2
lukeshu/vid-hdmi
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
/
include
Age
Commit message (
Expand
)
Author
2025-04-14
Split lib9p into lib9p_core and lib9p_srv
Luke T. Shumaker
2025-04-13
lib9p: idl: 9P2000.L doesn't have Rerror
Luke T. Shumaker
2025-04-13
lib9p: srv: Implement p9p version negotiation
Luke T. Shumaker
2025-04-13
lib9p: Test+fix that auth data is tracked in the context
Luke T. Shumaker
2025-04-13
lib9p: srv: Less nesting in the context structs
Luke T. Shumaker
2025-04-12
lib9p: Rename the server coroutine functions, pull out the read func
Luke T. Shumaker
2025-04-12
lib9p: idl: Normalize on the field names "errstr" and "errnum"
Luke T. Shumaker
2025-04-12
lib9p: srv: Have message logging be pluggable
Luke T. Shumaker
2025-04-10
lib9p: srv: No reason to have acknowledge_flush() return anything
Luke T. Shumaker
2025-04-10
lib9p: No reason for lib9p_state_validate()->host_size to be signed
Luke T. Shumaker
2025-04-10
lib9p: protogen: iovec is in io.net, net net.h
Luke T. Shumaker
2025-04-10
.editorconfig: Tidy, move linux-errno.txt.gen
Luke T. Shumaker
2025-04-07
libcr_ipc: Have *_DECLARE() allow+require semicolons
Luke T. Shumaker
2025-04-05
libobj, libmisc/private.h: Allow+force semicolons
Luke T. Shumaker
2025-04-02
lib9p: Add lo_box_lib9p_msg_as_fmt_formatter() to tables
Luke T. Shumaker
2025-04-02
lib9p: Have all IDL-defined types implement fmt_formatter
Luke T. Shumaker
2025-04-02
lib9p: Split internal.h up, rename some CONFIG symbols
Luke T. Shumaker
2025-03-29
lib9p: idl: Rework bitfields, allow full exprs more places
Luke T. Shumaker
2025-03-28
lib9p: idl: Touch up the *.9p files
Luke T. Shumaker
2025-03-26
lib9p: Adjust for reads to be zero-copy
Luke T. Shumaker
2025-03-26
lib9p: srv.h: Add some doc comments
Luke T. Shumaker
2025-03-26
lib9p: Have separate IO objects, so they can have their own state
Luke T. Shumaker
2025-03-26
lib9p: srv.h: Fuss with doc comments
Luke T. Shumaker
2025-03-25
lib9p: Remove specialized contexts
Luke T. Shumaker
2025-03-23
lib9p: start to split idl.gen apart as proto.gen
Luke T. Shumaker
2025-03-22
lib9p: idl: 9P2000.L: Document all the bitfields and enums
Luke T. Shumaker
2025-03-22
lib9p: idl: Create an 'errno' type
Luke T. Shumaker
2025-03-22
lib9p: idl: Have bitfield bit names be less heuristic
Luke T. Shumaker
2025-03-22
make lint/python3: Use pylint
Luke T. Shumaker
2025-03-22
lib9p: Add a test that generated macros compile
Luke T. Shumaker
2025-03-22
lib9p: Declare lib9p_errorf as printf-like, fix found errors
Luke T. Shumaker
2025-02-23
Complete TODO comments and documentation
Luke T. Shumaker
2025-02-13
lib9p: Expose default-port-number constants
Luke T. Shumaker
2025-02-12
lib9p: Rewrite the marshalers to support zero-copy for data
Luke T. Shumaker
2025-02-12
lib9p: idl.gen: Enforce a max WELEM for 9P2000.e
Luke T. Shumaker
2025-02-12
lib9p: idl.gen: Track more aspects of max object size
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
lib9p: srv: Use a separate pathmap
Luke T. Shumaker
2025-02-04
lib9p: Test that we can do clean shutdown
Luke T. Shumaker
2025-02-03
lib9p: idl: Inline the `d` and `d_signed` structs
Luke T. Shumaker
2025-02-03
lib9p: idl: 9P2000.p9p: Get code generating
Luke T. Shumaker
2025-02-03
lib9p: idl.gen: Check for duplicate names and msg type ids
Luke T. Shumaker
2025-01-27
lib9p: idl.gen: Fix extra newline after bitfields with no aliases
Luke T. Shumaker
2025-01-27
lib9p: idl: Refactor how I handle data-lengths being signed
Luke T. Shumaker
2025-01-25
lib9p: idl.gen: Detect when we try to import a sym that doesn't exist
Luke T. Shumaker
2025-01-23
lib9p: idl.gen: Sort the enum msg_typ values
Luke T. Shumaker
2025-01-23
lib9p: idl.gen: Validate that member types exist
Luke T. Shumaker
2025-01-23
lib9p: idl: 9P2000.L: Also import Rerror
Luke T. Shumaker
2025-01-19
lib9p: idl: 9P2000.e: Don't inherit data limits from 9P2000
Luke T. Shumaker
[next]