libixp 0.4 (Default branch) |
|
|
libixp is an implementation of the 9P distributed
file system protocol as a portable C library for
POSIX systems with support for threading.
License: MIT/X Consortium License
Changes:
An xwrite command was added to ixpc. This is like
the write command, but takes its data from the
command line rather than from standard input. A
bug preventing the walking of directories 4 deep
was fixed. A new API was devised. Threading is
supported with pthreads, libtask, and rubythreads.
Miscellaneous bugs were fixed.
|