summaryrefslogtreecommitdiff
path: root/lib9p
AgeCommit message (Collapse)Author
4 daysmake generate-clean && make generateLuke T. Shumaker
7 dayslib9p_srv: Call iofree() *after* sending RclunkLuke T. Shumaker
7 dayslib9p_srv: Adopt a pread_to-like interfaceLuke T. Shumaker
7 dayslibhw_generic: io.h: Tidy upLuke T. Shumaker
7 dayslib9p_srv: Clean up the handle_Tread() implementationLuke T. Shumaker
8 dayslibmisc: obj.h: Rework the LO_INTERFACE_* API to expose method funcsLuke T. Shumaker
9 dayslibmisc: assert.h: Disable -Wtype-limits inside of assert()Luke T. Shumaker
9 dayslib9p_srv: Prune use of SSIZE_MAXLuke T. Shumaker
10 daysPrune #includesLuke T. Shumaker
11 dayslib9p: idl: CommentsLuke T. Shumaker
11 daysMerge remote-tracking branch 'origin/main' into lukeshu/fix-obj-boxLuke T. Shumaker
11 daystree-wide: Use LO_BOX() where it doesn't explode the post-preprocessed sizeLuke T. Shumaker
11 dayslibmisc: obj.h: Use LM_DEFAPPEND() to have lo_box_*_as_*() be macrosLuke T. Shumaker
12 dayslib9p_srv: Switch to use error.h internallyLuke T. Shumaker
12 dayslib9p_srv: Change the public API to use error.hLuke T. Shumaker
12 dayslib9p_core: Switch to use error.hLuke T. Shumaker
12 dayslib9p: Use <libmisc/error.h> errnums internallyLuke T. Shumaker
12 dayslibhw_generic: Switch io.h and net.h to use result.h/error.hLuke T. Shumaker
12 dayshost: Avoid the "error" symLuke T. Shumaker
12 dayslib9p: tests: Add a test for client hangupsLuke T. Shumaker
12 daysPrune #includesLuke T. Shumaker
2025-06-04lib9p: core.h: Fix doc commentLuke T. Shumaker
2025-06-02libmisc: obj.h: Use LM_DEFAPPEND() to implement magic LO_BOX()Luke T. Shumaker
2025-05-30lib9p: Use EILSEQ for bad UTF-8Luke T. Shumaker
2025-05-30lib9p: Fix some outdated/wrong doc commentsLuke T. Shumaker
2025-05-27make lint/generic: Lint shebang valuesLuke T. Shumaker
2025-05-26No more (static inline) function bodies in headersLuke T. Shumaker
2025-05-17Tidy some whitespaceLuke T. Shumaker
2025-05-17Fix some funny indentsLuke T. Shumaker
2025-05-17Sort+align #includesLuke T. Shumaker
2025-05-17Tidy #includes: We don't use PRI* anymoreLuke T. Shumaker
2025-05-17Pull UTF-8 decoding into libmisc/utf8.cLuke T. Shumaker
2025-05-15lib9p: Remove uses of printfLuke T. Shumaker
2025-05-15Add `static` to a few definitionsLuke T. Shumaker
2025-05-15lib9p: Adjust _lib9p_{validate,unmarshal,marshal} to be macros, not functionsLuke T. Shumaker
2025-05-15lib9p: srv.c: Simplify handler callingLuke T. Shumaker
2025-05-12More GCC 15 fixesLuke T. Shumaker
2025-05-12libmisc: macro.h: Add LM_PARTIAL_SWITCH, use itLuke T. Shumaker
2025-05-11lib9p: Tidy core_utf8.hLuke T. Shumaker
2025-05-06Merge libobj into libmiscLuke T. Shumaker
2025-05-06Use C23Luke T. Shumaker
This gives us: - [[maybe_unused]] instead of [[gnu::unused]] - bool/true/false are predefined, so no need for <stdbool.h>
2025-05-06libmisc: log.h: Add a "log_" prefix to errorf/infof/debugfLuke T. Shumaker
2025-04-21lib9p_srv: Cap Tread->countLuke T. Shumaker
2025-04-21lib9p_core: Rename the "unknown" version to "uninitialized"Luke T. Shumaker
2025-04-21lib9p_core: Merge core_tables.c into core.cLuke T. Shumaker
2025-04-21lib9p_core: Indicate what the message size is when ERANGELuke T. Shumaker
2025-04-21lib9p_srv: Tidy whitespace in srv.hLuke T. Shumaker
2025-04-19lib9p: Don't require that CONFIG_9P_ENABLE_9P2000Luke T. Shumaker
2025-04-19lib9p: test_compile: DeduplicateLuke T. Shumaker
2025-04-19lib9p_srv: Separate the stat API from the network formatLuke T. Shumaker