Age | Commit message (Expand) | Author |
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-28 | lib9p: idl: Touch up the *.9p files | Luke T. Shumaker |
2025-03-25 | lib9p: Remove specialized contexts | Luke T. Shumaker |
2025-03-25 | lib9p: protogen: flatten the validate functions, same as (un)marshal | Luke T. Shumaker |
2025-03-25 | lib9p: protogen: marshal, unmarshal: collapse identitical if's | Luke T. Shumaker |
2025-03-25 | lib9p: protogen: flatten the unmarshal functions, same as marshal | Luke T. Shumaker |
2025-03-25 | lib9p: protogen: cutil.macro(): Only pad the \ with 1 space | 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: Declare lib9p_errorf as printf-like, fix found errors | Luke T. Shumaker |
2025-02-13 | Start linting against global variables | Luke T. Shumaker |
2025-02-12 | lib9p: Don't copy byte-arrays when unmarshaling | Luke T. Shumaker |
2025-02-12 | lib9p: Rewrite the marshalers to support zero-copy for data | 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: Simplify special cases | 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 is_ver | 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: 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: Use <libmisc/endian.h> | Luke T. Shumaker |
2025-01-19 | lib9p: idl: 9P2000.e: Don't inherit data limits from 9P2000 | 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-17 | lib9p: idl.gen: Fix c_ver_cond() compiling with versions disabled | 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-14 | lib9p: Limit count and offset to INT{32,64}_MAX | Luke T. Shumaker |
2025-01-11 | lib9p: Rename `lib9p_*_stat()` to `lib9p_stat_*()` for consistency | Luke T. Shumaker |
2025-01-11 | lib9p: Split the generated tables up | Luke T. Shumaker |
2024-12-26 | lib9p: idl.gen: Give bitmasks their own section in .c | Luke T. Shumaker |
2024-12-26 | lib9p: idl.gen: Use \t instead of literal tab, to avoid mistakes | Luke T. Shumaker |
2024-12-26 | lib9p: idl.gen: Add a c_macro helper | Luke T. Shumaker |
2024-12-13 | Gather macros into libmisc/macro.h | Luke T. Shumaker |
2024-12-10 | Get lib9p building on rp2040 | 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-17 | libmisc | Luke T. Shumaker |
2024-10-11 | lib9p: Mark what I intend to complete | Luke T. Shumaker |
2024-10-10 | implement dread | Luke T. Shumaker |