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
/
protogen
/
c.py
Age
Commit message (
Collapse
)
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: Drop the sess->rerror_overhead field
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: Unify some tables
Luke T. Shumaker
2025-04-02
lib9p: Split internal.h up, rename some CONFIG symbols
Luke T. Shumaker
2025-04-02
lib9p: recv_tentry.basesize is dead code, remove it
Luke T. Shumaker
2025-03-29
lib9p: idl: Rework bitfields, allow full exprs more places
Luke T. Shumaker
2025-03-25
lib9p: Remove specialized contexts
Luke T. Shumaker
Now that the validate/unmarshal/marshal functions are all flat, they don't need specialized contexts.
2025-03-25
lib9p: protogen: flatten the validate functions, same as (un)marshal
Luke T. Shumaker
2025-03-23
lib9p: protogen: pull c.py and c_*.py out of __init__.py
Luke T. Shumaker