BSD-licensed 9P2000.u server library
Find a file
2016-01-31 01:55:47 +01:00
backend First pass at 9P2000.u support. 2016-01-28 15:18:55 +01:00
example First pass at 9P2000.u support. 2016-01-28 15:18:55 +01:00
sbuf Add minimal libsbuf implementation for Mac OS X. 2016-01-31 01:50:35 +01:00
transport First pass at 9P2000.u support. 2016-01-28 15:18:55 +01:00
.gitignore Initial commit 2015-12-28 00:14:46 +01:00
connection.c First pass at 9P2000.u support. 2016-01-28 15:18:55 +01:00
fcall.h Reformat file, add 9P mode definitions. 2016-01-31 01:53:48 +01:00
hashtable.c Add simple hashtable implementation. 2016-01-31 01:51:03 +01:00
hashtable.h Add simple hashtable implementation. 2016-01-31 01:51:03 +01:00
lib9p.h First pass at 9P2000.u support. 2016-01-28 15:18:55 +01:00
lib9p_impl.h Use wrappers for malloc() and calloc(). 2016-01-31 01:52:08 +01:00
log.c Rework code significantly. 2016-01-28 00:40:43 +01:00
log.h Rework code significantly. 2016-01-28 00:40:43 +01:00
Makefile Add hashtable.c to the build. 2016-01-31 01:55:47 +01:00
pack.c First pass at 9P2000.u support. 2016-01-28 15:18:55 +01:00
request.c First pass at 9P2000.u support. 2016-01-28 15:18:55 +01:00
utils.c Reformat file, improve l9p_describe_fcall(). 2016-01-31 01:53:02 +01:00