summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
9 dayslibmisc: Add alloc.h to help detect wrong alloc sizesLuke T. Shumaker
Lo and behold, there was a mistake in chan.c.
9 dayslib9p_srv: The tmessage_handlers table was space-inefficientLuke T. Shumaker
9 dayslib9p_srv: Expose handle_message() as lib9p_srv_worker()Luke T. Shumaker
9 daysMerge branch 'lukeshu/generics'Luke T. Shumaker
9 dayslibmisc: Rework linkedlist to be non-intrusiveLuke T. Shumaker
10 dayslibcr_ipc: Have generic cr_rpc_* funcs instead of chan-specific funcsLuke T. Shumaker
10 dayslibcr_ipc: Have generic cr_chan_* funcs instead of chan-specific funcsLuke T. Shumaker
10 dayslibmisc: Tidy linkedlist.hLuke T. Shumaker
10 daysMerge branch 'lukeshu/9p-fixes'Luke T. Shumaker
10 dayslib9p_srv: Tests+fixes for TwalkLuke T. Shumaker
10 dayslib9p_core: Integrate linux-errno.h into 2010-9P2000.L.9pLuke T. Shumaker
10 dayslib9p_core: linux-errno.h: Rename LINUX_* => LIB9P_ERRNO_L_*Luke T. Shumaker
10 dayslib9p_core: Redefine topo_sort() to be stable and prettierLuke T. Shumaker
10 dayslib9p_idl: parser: Tidy regex group namesLuke T. Shumaker
10 dayslib9p_core: Fix a whitespace bug when formatting arraysLuke T. Shumaker
10 dayslib9p_srv: Require less compile-time configLuke T. Shumaker
10 dayslib9p_srv: test_server: Add a commentLuke T. Shumaker
11 daysSplit lib9p into lib9p_core and lib9p_srvLuke T. Shumaker
11 daysMerge branch 'lukeshu/9p-versions'Luke T. Shumaker
11 dayslib9p: idl: 9P2000.L: Add a reference for errno meaningsLuke T. Shumaker
11 dayslib9p: idl: 9P2000.L doesn't have RerrorLuke T. Shumaker
11 dayslib9p: srv: Implement p9p version negotiationLuke T. Shumaker
I've spent enough time thinking about how I would implement this that I should just get it out of my head and into the code.
11 daysMerge branch 'lukeshu/9p-malloc'Luke T. Shumaker
11 dayslib9p: Test+fix that auth data is tracked in the contextLuke T. Shumaker
11 dayslibfmt: Fix flushing on host buildsLuke T. Shumaker
11 dayslib9p: testclient-p9p: Don't rely on my usernameLuke T. Shumaker
12 daysfixup! lib9p: srv: Use a separate pathmapLuke T. Shumaker
12 daysfixup! lib9p: Split lib9p_{validate,unmarshal,marshal} into _Tmsg and _Rmsg ↵Luke T. Shumaker
variants
12 dayslib9p: srv: Try to go for consistent namingLuke T. Shumaker
12 dayslib9p: srv: Less nesting in the context structsLuke T. Shumaker
12 dayslib9p: srv: Drop the sess->rerror_overhead fieldLuke T. Shumaker
12 dayslib9p: Test+fix that io handles get freedLuke T. Shumaker
12 daysReplace lib9p map with a libmisc heap-allocated mapLuke T. Shumaker
Turns out using static buffers makes it hard to detect "use-after-free" problems and leaks.
12 dayslib9p: srv: Tidy lib9p_srv_readLuke T. Shumaker
12 dayslib9p: Rename the server coroutine functions, pull out the read funcLuke T. Shumaker
12 daysMerge branch 'lukeshu/9p-tests'Luke T. Shumaker
12 dayslib9p: test_server: Hard-code path numbersLuke T. Shumaker
To avoid noise in patches when adding or removing API endpoints
12 dayslib9p: Add Tflush testsLuke T. Shumaker
12 dayslib9p: Test+fix the Twalk newfid==fid caseLuke T. Shumaker
12 dayslib9p: Add another testclientLuke T. Shumaker
12 dayslib9p: Don't totally elide bytedata from the logLuke T. Shumaker
12 dayslib9p: tests: Scaffolding for more testsLuke T. Shumaker
12 dayslib9p: idl: Normalize on the field names "errstr" and "errnum"Luke T. Shumaker
12 dayslib9p: srv: Have message logging be pluggableLuke T. Shumaker
12 daysMerge branch 'lukeshu/tidy'Luke T. Shumaker
13 daysGNUmakefile: Fix ctest jobserver integrationLuke T. Shumaker
13 dayslibmisc: LM_CAST_FIELD_TO_STRUCT: Allow the pointer to be NULLLuke T. Shumaker
13 dayslibmisc: Add LM_CAST_FIELD_TO_STRUCT, don't require lm_[ds]ll_node to be firstLuke T. Shumaker
13 daysMove the linkedlist to libmiscLuke T. Shumaker
13 dayslib9p: runtest: Don't assume fd numbersLuke T. Shumaker