summaryrefslogtreecommitdiff
path: root/lib9p/tests/test_server/main.c
AgeCommit message (Expand)Author
2025-04-16lib9p_srv: Re-think flush semanticsLuke T. Shumaker
2025-04-14lib9p_srv: Require less compile-time configLuke T. Shumaker
2025-04-14lib9p_srv: test_server: Add a commentLuke T. Shumaker
2025-04-13lib9p: Test+fix that auth data is tracked in the contextLuke T. Shumaker
2025-04-12lib9p: Rename the server coroutine functions, pull out the read funcLuke T. Shumaker
2025-04-12lib9p: test_server: Hard-code path numbersLuke T. Shumaker
2025-04-12lib9p: Add Tflush testsLuke T. Shumaker
2025-04-12lib9p: tests: Scaffolding for more testsLuke T. Shumaker
2025-04-10lib9p: test_server: Pull out fs_shutdown.cLuke T. Shumaker
2025-04-05libobj, libmisc/private.h: Allow+force semicolonsLuke T. Shumaker
2025-03-26lib9p: Adjust for reads to be zero-copyLuke T. Shumaker
2025-03-26lib9p: Have separate IO objects, so they can have their own stateLuke T. Shumaker
2025-03-22make lint/unknown: Have unknown files be errorsLuke T. Shumaker
2025-03-22Enable running tests in parallelLuke T. Shumaker
2025-02-23lib9p_util: Pull utility macros into static.hLuke T. Shumaker
2025-02-21lib9p: test_server: Tidy the static file macrosLuke T. Shumaker
2025-02-09lib9p: srv: Use libobj instead of vcall.hLuke T. Shumaker
2025-02-09libhw_generic: net: Use libobj instead of vcall.hLuke T. Shumaker
2025-02-09libhw_generic: alarmclock: Use libobj instead of vcall.hLuke T. Shumaker
2025-02-09Have main() set `bootclock`Luke T. Shumaker
2025-02-09lib9p: test_server: Simplify construction of the file treeLuke T. Shumaker
2025-02-09lib9p: test_server: Make the pathnums more stableLuke T. Shumaker
2025-02-09lib9p: srv: Use a separate pathmapLuke T. Shumaker
2025-02-04lib9p: Test that we can do clean shutdownLuke T. Shumaker
2025-01-19lib9p: Don't nul-terminate strings, add some string utilsLuke T. Shumaker
2025-01-11Add basic smoke tests for the 9p serverLuke T. Shumaker
2025-01-11mv cmd/srv9p lib9p/tests/test_server # and supporting changesLuke T. Shumaker