libixp is an implementation of the 9P distributed file system protocol as a portable C library for POSIX systems with support for threading.
| Tags | Communications File Sharing Software Development Libraries Internet Filesystems Networking |
|---|---|
| Operating Systems | Unix |
| Implementation | C |
Recent releases


Release Notes: The API of the fcall struct was changed for ANSI/C99 compliance. A bug affecting the offset of consecutive writes was fixed. The server's maximum message size is honored. ixpc's command line parsing was fixed. Build problems on Solaris were fixed. The append command was added to ixpc. wstat server support was added.


Release Notes: 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.