initial upload: 0.1.0.10.1.0.1
commit882bdc930fc45acafdaf1caf01babae7131b4218
authorEnrico Weigelt, metux IT service <weigelt@metux.de>
Wed, 18 Feb 2009 17:36:03 +0000 (18 18:36 +0100)
committerEnrico Weigelt, metux IT service <weigelt@metux.de>
Wed, 18 Feb 2009 17:36:03 +0000 (18 18:36 +0100)
treee0641501d0dee782a5c65653d629e6f55f9a4ed6
initial upload: 0.1.0.1
41 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
REFERENCE [new file with mode: 0644]
build.mk [new file with mode: 0644]
cmd/Makefile [new file with mode: 0644]
cmd/ixp_client.c [new file with mode: 0644]
cmd/ixpc.c [new file with mode: 0644]
cmd/util.c [new file with mode: 0644]
include/9p-mixp/convert.h [new file with mode: 0644]
include/9p-mixp/err.h [new file with mode: 0644]
include/9p-mixp/intmap.h [new file with mode: 0644]
include/9p-mixp/mixp.h [new file with mode: 0644]
include/9p-mixp/mixp_fcall.h [new file with mode: 0644]
include/9p-mixp/msgs.h [new file with mode: 0644]
include/9p-mixp/qid.h [new file with mode: 0644]
include/9p-mixp/srv_addr.h [new file with mode: 0644]
include/9p-mixp/stat.h [new file with mode: 0644]
include/9p-mixp/threading.h [new file with mode: 0644]
include/9p-mixp/transport.h [new file with mode: 0644]
include/mixp_local.h [new file with mode: 0644]
include/mixp_pthread.h [new file with mode: 0644]
include/util.h [new file with mode: 0644]
libmixp.pc.in [new file with mode: 0644]
libmixp/LICENSE.p9p [new file with mode: 0644]
libmixp/Makefile [new file with mode: 0644]
libmixp/addr.c [new file with mode: 0644]
libmixp/client.c [new file with mode: 0644]
libmixp/convert.c [new file with mode: 0644]
libmixp/error.c [new file with mode: 0644]
libmixp/intmap.c [new file with mode: 0644]
libmixp/message.c [new file with mode: 0644]
libmixp/request.c [new file with mode: 0644]
libmixp/rpc.c [new file with mode: 0644]
libmixp/server.c [new file with mode: 0644]
libmixp/socket.c [new file with mode: 0644]
libmixp/thread.c [new file with mode: 0644]
libmixp/thread_pthread.c [new file with mode: 0644]
libmixp/transport.c [new file with mode: 0644]
libmixp/util.c [new file with mode: 0644]