BSD-licensed 9P2000.u server library
Find a file
Jakub Klama 91ad441d73 Rework code significantly.
- Use vectored I/O everywhere
- Add routines to pretty-print 9P requests
- Improve code style
- Implement clunk request
and so on.
2016-01-28 00:40:43 +01:00
backend Rework code significantly. 2016-01-28 00:40:43 +01:00
example Initial, non-functional code drop. 2016-01-23 18:45:17 +01:00
transport Rework code significantly. 2016-01-28 00:40:43 +01:00
.gitignore Initial commit 2015-12-28 00:14:46 +01:00
connection.c Rework code significantly. 2016-01-28 00:40:43 +01:00
fcall.h Rework code significantly. 2016-01-28 00:40:43 +01:00
lib9p.h Rework code significantly. 2016-01-28 00:40:43 +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 Rework code significantly. 2016-01-28 00:40:43 +01:00
pack.c Rework code significantly. 2016-01-28 00:40:43 +01:00
request.c Rework code significantly. 2016-01-28 00:40:43 +01:00
utils.c Rework code significantly. 2016-01-28 00:40:43 +01:00