Age | Commit message (Expand) | Author |
2025-02-09 | lib9p: Separate the srv config from the main config | Luke T. Shumaker |
2025-02-04 | lib9p: Test that we can do clean shutdown | Luke T. Shumaker |
2025-02-04 | lib9p: 0000-TODO.md: Oops | Luke T. Shumaker |
2025-02-03 | lib9p: idl: Add a TODO list | Luke T. Shumaker |
2025-02-03 | lib9p: idl: Styx: Fill out | Luke T. Shumaker |
2025-02-03 | lib9p: idl: 9P0, 9P1: Tidy, document opaque fields, have 9P1 import from 9P0 | Luke T. Shumaker |
2025-02-03 | lib9p: idl: Inline the `d` and `d_signed` structs | Luke T. Shumaker |
2025-02-03 | lib9p: idl: 9P2000: Fix comments | 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: Have pretty and informative error messages | Luke T. Shumaker |
2025-02-03 | lib9p: idl.gen: Check for duplicate names and msg type ids | Luke T. Shumaker |
2025-02-03 | lib9p: srv.c: Use the correct types for fidmap and reqmap keys | Luke T. Shumaker |
2025-01-27 | lib9p: idl.gen: Fix is_ver | 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.gen: Obviate the join_lines function | 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: 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: idl.gen: Track min and max object sizes | Luke T. Shumaker |
2025-01-19 | lib9p.gen: Use list.append as appropriate | 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: Have a go at filling out 9P2000.L.9p | 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-14 | lib9p: idl: Fill in 9P0, 9P1 msgtyp values, add Tmux | Luke T. Shumaker |
2025-01-14 | lib9p: Limit count and offset to INT{32,64}_MAX | Luke T. Shumaker |
2025-01-14 | lib9p: idl: Parser: Fix an error message | Luke T. Shumaker |
2025-01-14 | lib9p: idl: Parser: Use Python 3.13 type aliases | Luke T. Shumaker |
2025-01-14 | lib9p: Fixup the idl README | 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 |
2025-01-11 | lib9p: Split the generated tables up | 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 |
2025-01-11 | lib9p: Document plan9port's openfd() | 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: Clean up the bitfield code | Luke T. Shumaker |
2024-12-26 | lib9p: Reorganize 9p.generated.h | Luke T. Shumaker |
2024-12-26 | lib9p: idl.gen: Fix a typo in a comment | Luke T. Shumaker |
2024-12-26 | lib9p: 9P2000.9p: Fix a typo in a comment | Luke T. Shumaker |
2024-12-26 | lib9p: idl.gen: Use \t instead of literal tab, to avoid mistakes | Luke T. Shumaker |