index
:
sbc-harness
clang-format
lukeshu/9p-containers
lukeshu/9p-logging
lukeshu/9p-read-multi-iovec
lukeshu/dhcp
lukeshu/libobj
lukeshu/net-flash
lukeshu/no-pico_time
lukeshu/patch-typeshed
lukeshu/picolibc
lukeshu/promise
lukeshu/test-mutex
lukeshu/vid
lukeshu/vid2
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 (
Collapse
)
Author
5 days
lib9p: Adjust for reads to be zero-copy
Luke T. Shumaker
5 days
lib9p: srv.h: Add some doc comments
Luke T. Shumaker
5 days
lib9p: Have separate IO objects, so they can have their own state
Luke T. Shumaker
5 days
lib9p: srv.h: Fuss with doc comments
Luke T. Shumaker
6 days
lib9p: Remove specialized contexts
Luke T. Shumaker
Now that the validate/unmarshal/marshal functions are all flat, they don't need specialized contexts.
9 days
lib9p: start to split idl.gen apart as proto.gen
Luke T. Shumaker
9 days
lib9p: idl: 9P2000.L: Document all the bitfields and enums
Luke T. Shumaker
9 days
lib9p: idl: Create an 'errno' type
Luke T. Shumaker
9 days
lib9p: idl: Have bitfield bit names be less heuristic
Luke T. Shumaker
9 days
make lint/python3: Use pylint
Luke T. Shumaker
9 days
lib9p: Add a test that generated macros compile
Luke T. Shumaker
9 days
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
For some of the imported methods, it doesn't specify to use Rlerror instead of Rerror.
2025-01-19
lib9p: idl: 9P2000.e: Don't inherit data limits from 9P2000
Luke T. Shumaker
2025-01-19
lib9p: idl.gen: Track min and max object sizes
Luke T. Shumaker
2025-01-19
lib9p: Don't nul-terminate strings, add some string utils
Luke T. Shumaker
2025-01-17
lib9p: Consolidate enum-string functions
Luke T. Shumaker
2025-01-17
lib9p: Enable generating code for 9P2000.L
Luke T. Shumaker
2025-01-14
lib9p: idl: Add numeric constants
Luke T. Shumaker
2025-01-14
lib9p: idl: .u: Pull out an `nuid` type
Luke T. Shumaker
2025-01-14
lib9p: idl.gen: Do topological sorting on types
Luke T. Shumaker
2025-01-11
lib9p: Rename `lib9p_*_stat()` to `lib9p_stat_*()` for consistency
Luke T. Shumaker
2025-01-11
lib9p: Split lib9p_{validate,unmarshal,marshal} into _Tmsg and _Rmsg variants
Luke T. Shumaker
2024-12-26
lib9p: Reorganize 9p.generated.h
Luke T. Shumaker
2024-11-23
Use C23 (C++11) attribute syntax instead of __attribute__
Luke T. Shumaker
2024-11-12
Fuss with compile-time config
Luke T. Shumaker
2024-11-11
libmisc: Write my own assert.h with assert_notreached()
Luke T. Shumaker
2024-11-11
Fix+update tusb_helpers.h.gen, run `make generate-clean && make generate`
Luke T. Shumaker
2024-10-31
Clean up the build system
Luke T. Shumaker
2024-10-29
Add a way to make private object members
Luke T. Shumaker
2024-10-29
lib9p/9p.h: Tidy up
Luke T. Shumaker
2024-10-28
s/Licence/License/g
Luke T. Shumaker
2024-10-27
Factor out a libhw
Luke T. Shumaker
[next]