]>
author | Leandro Lucarella <llucarella@integratech.com.ar> | |
Mon, 15 Sep 2008 21:24:33 +0000 (18:24 -0300) | ||
committer | Leandro Lucarella <llucarella@integratech.com.ar> | |
Mon, 15 Sep 2008 21:24:33 +0000 (18:24 -0300) | ||
commit | 7b35c34eaa3ee421eb5effc63801aeff69a9ffe8 | |
tree | e19b14eb6ad1ad4b7b76c69f4346daf65461981d | tree | snapshot |
.gitignore | [new file with mode: 0644] | blob |
Makefile | [new file with mode: 0644] | blob |
doc/Doxyfile | [new file with mode: 0644] | blob |
doc/Makefile | [new file with mode: 0644] | blob |
src/Makefile | [new file with mode: 0644] | blob |
src/basic_socket.hpp | [new file with mode: 0644] | blob |
src/error.hpp | [new file with mode: 0644] | blob |
src/linux/tipc.hpp | [new file with mode: 0644] | blob |
src/linux/tipc/opt.hpp | [new file with mode: 0644] | blob |
src/socket/inet.hpp | [new file with mode: 0644] | blob |
src/socket/opt.hpp | [new file with mode: 0644] | blob |
src/socket/unix.hpp | [new file with mode: 0644] | blob |
src/static_assert.hpp | [new file with mode: 0644] | blob |
test/Makefile | [new file with mode: 0644] | blob |
test/error.cpp | [new file with mode: 0644] | blob |
test/linux/tipc/common.hpp | [new file with mode: 0644] | blob |
test/linux/tipc/dgram.cpp | [new file with mode: 0644] | blob |
test/linux/tipc/rdm.cpp | [new file with mode: 0644] | blob |
test/linux/tipc/seqpacket.cpp | [new file with mode: 0644] | blob |
test/linux/tipc/sockaddr.cpp | [new file with mode: 0644] | blob |
test/linux/tipc/stream.cpp | [new file with mode: 0644] | blob |
test/socket/generic_test.hpp | [new file with mode: 0644] | blob |
test/socket/generic_test_includes.hpp | [new file with mode: 0644] | blob |
test/socket/inet/common.hpp | [new file with mode: 0644] | blob |
test/socket/inet/dgram.cpp | [new file with mode: 0644] | blob |
test/socket/inet/sockaddr.cpp | [new file with mode: 0644] | blob |
test/socket/inet/stream.cpp | [new file with mode: 0644] | blob |
test/socket/unix/common.hpp | [new file with mode: 0644] | blob |
test/socket/unix/dgram.cpp | [new file with mode: 0644] | blob |
test/socket/unix/sockaddr.cpp | [new file with mode: 0644] | blob |
test/socket/unix/stream.cpp | [new file with mode: 0644] | blob |
test/test_suite.cpp | [new file with mode: 0644] | blob |
test/valgrind.suppressions | [new file with mode: 0644] | blob |