obnox/cwrap/socket_wrapper.git
2014-06-30 Michael AdamTMP: add TODO.obnox bind-wip-old
2014-06-30 Michael AdamTODO: add test_udp_bind_ipv4_addr_in_use_2()
2014-06-30 Michael AdamTODO: tests: add test_udp_bind
2014-06-30 Michael Adamtests: add test_bind_on_ipv6_sock_addr_in_use()
2014-06-30 Michael Adamtests: add test with initial address INADDR_ANY and...
2014-06-30 Michael Adamtests: extend test_bind_ipv4_addr_in_use() to use INADD...
2014-06-30 Michael Adamtests: extend test_bind_ipv4_addr_in_use() to test...
2014-06-30 Michael Adamtests: extend test_bind_ipv4_addr_in_use() to test...
2014-06-30 Michael Adamtests: don't start the echo server in the bind test
2014-06-30 Michael Adamtests: don't try to bind torture_server_address() in...
2014-06-30 Michael Adamtests: don't connect to torture_server_address() in...
2014-06-30 Michael Adamtests: don't connect to torture_server_address() in...
2014-06-30 Michael Adamtests: don't connect to torture_server_address in test_...
2014-06-30 Michael Adamtests: use torture_client_port() in test_bind_ipv4_addr...
2014-06-30 Michael Adamtests: use torture_client_address() in test_bind_ipv4_a...
2014-06-30 Michael Adamtests: use torture_client_address() in test_bindresvpor...
2014-06-30 Michael Adamtests: use torture_client_address() in test_bindresvpor...
2014-06-30 Michael Adamtests: use torture_client_address() in test_bind_ipv4()
2014-06-30 Michael Adamtests: use torture_client_address() in test_bindresvpor...
2014-06-30 Michael Adamtests: add torture_client_port()
2014-06-30 Michael Adamtests: add torture_client_address()
2014-06-30 Michael Adamtests: fix uses if s/s2 in test_bind_ipv4_addr_in_use()
2014-06-30 Michael Adamtests: fix comment typo.
2014-06-30 Michael AdamRevert "tests: Disable addr_in_use bind test while...
2014-06-30 Michael AdamTODO/SQ: swrap check for reuseaddr instead of dgram...
2014-06-30 Michael Adamswrap: store reuseaddr in socket_info in swrap_setsockopt()
2014-06-30 Michael Adamswrap: add reuseaddr member to struct socket_info
2014-06-30 Michael Adamswrap: fix binding wildcard and other address on same...
2014-06-30 Michael AdamTODO(SQ?) swrap: allow binding broadcast addresses...
2014-06-30 Michael Adamswrap: fix swap_check_addr_port_in_use() check for...
2014-06-30 Michael Adamswrap: add shortcut for candidate port == 0 in swrap_ch...
2014-06-30 Michael AdamSQ? - swrap: fix fix ipv4 case in swrap_check_addr_port...
2014-06-30 Michael Adamswrap: fix discard const warnings in swrap_check_addr_p...
2014-06-30 Michael Adamswrap: use better variable names in swrap_check_addr_po...
2014-06-30 Michael Adamswrap: add shortcut for candidate port == 0 in swrap_ch...
2014-06-30 Michael Adamswrap: fix HAVE_IPV6 guards in swrap_check_addr_port_in...
2014-06-30 Michael Adamswrap: rename check_addr_port_in_use() -> swrap_check_a...
2014-06-19 Michael AdamRevert "swrap: Disable incomplete bind checks for EADDR...
2014-06-19 Michael Adamswrap: fix another discard const warning in swrap_bind()
2014-06-19 Michael Adamswrap: fix discard const warning in swrap_bind()
2014-06-19 Michael Adamswrap: fix discard const warning in swrap_remove_stale()
2014-06-19 Michael Adamswrap: fix build when neither HAVE_STRUCT_IN_PKTINFO...
2014-06-18 Michael Adamtorture: add HAVE_IPV6 guard to torture_server_address()
2014-06-18 Andreas Schneidercmake: Add more build warnings and errors.
2014-06-18 Michael Adamfix .gitignore for vi backup files
2014-06-05 Andreas SchneiderBump version to 1.1.1
2014-06-05 Andreas Schneiderswrap: Disable incomplete bind checks for EADDRINUSE.
2014-06-05 Andreas Schneidertests: Disable addr_in_use bind test while the swrap...
2014-06-02 Andreas SchneiderBump version to 1.1.0.
2014-06-02 Andreas Schneidertests: Fix conflicting variable name on Solaris.
2014-06-02 Andreas Schneidertests: Fix building without bindresvport().
2014-06-01 Michael Adamtests: add new test test_bind_ipv4_addr_in_use()
2014-06-01 Michael Adamtests: extend the ipv6 bind test
2014-06-01 Michael Adamtests: greatly extend the ipv4 bind test
2014-06-01 Michael Adamswrap: check whether an address:port is already in...
2014-06-01 Michael Adamswrap: implement check_addr_port_in_use()
2014-06-01 Michael Adamswrap: fix AF_UNSPEC special case in swrap_bind()
2014-06-01 Michael Adamswrap: extend input checks in swrap_bind()
2014-06-01 Andreas SchneiderUpdate the todo list.
2014-06-01 Andreas Schneidertests: Avoid using getenv() to retrieve the path.
2014-06-01 Michael Adamswrap: add check for rpc/rpc.h - needed on freebsd...
2014-05-31 Andreas Schneidertests: Add tests for bindresvport().
2014-05-31 Andreas Schneiderswrap: Add support for bindresvport().
2014-05-31 Andreas Schneidertests: Add tests for bind().
2014-05-31 Andreas Schneiderswrap: Add missing family check in bind().
2014-05-31 Andreas Schneidertests: Add test that getsockname is correct after socket().
2014-05-31 Andreas Schneiderswrap: Setup myname in swrap_socket() for getsockname().
2014-05-31 Andreas Schneidertorture: Wait for the pidfile and then start the tests.
2014-05-31 Andreas Schneiderecho_srv: Write pidfile after we setup the listeners.
2014-05-28 Michael AdamREADME.install: improvements and fixes.
2014-05-27 Michael AdamAdd README.install - instructions for building and...
2014-05-27 Andreas Schneidertests: Fix possible format string attack.
2014-05-27 Andreas Schneiderswrap: Make sure cmbuf is not NULL.
2014-05-27 Andreas Schneiderswrap: We need to pass a pointer-pointer to not leak...
2014-05-26 Andreas Schneidertests: Add more tests for socket options.
2014-05-26 Andreas Schneiderswrap: Support more socket options in getsockopt().
2014-05-26 Andreas Schneiderecho_srv: Add support for IP_SENDSRCADDR.
2014-05-26 Andreas Schneiderswrap: Call swrap_msghdr_filter_cmsghdr in swrap_sendms...
2014-05-26 Andreas Schneiderswrap: Add swrap_msghdr_filter_cmsg_pktinfo().
2014-05-26 Andreas Schneiderswrap: Add swrap_sendmsg_filter_cmsg_socket().
2014-05-26 Andreas Schneiderswrap: Add swrap_sendmsg_copy_cmsg().
2014-05-26 Andreas Schneiderswrap: Add swrap_sendmsg_filter_cmsghdr().
2014-05-26 Andreas Schneiderecho_srv: Implement support for IP_RECVDSTADDR on BSD.
2014-05-26 Andreas Schneiderswrap: Implement support for IP_RECVDSTADDR on BSD.
2014-05-26 Andreas Schneiderecho_srv: Fix building on OpenIndiana.
2014-05-26 Andreas Schneiderswrap: Check if the in_pktinfo structure is available.
2014-05-26 Andreas Schneiderswrap: Silence a warning on OpenIndiana.
2014-05-26 Andreas Schneidertests: Fix assert_sockaddr_equal() file and line output.
2014-05-26 Andreas Schneidercmake: Add some warnings were we should error out.
2014-05-26 Pino Toscanoswrap: Properly cache the handle also in LIBC_SO case.
2014-05-22 Andreas Schneidercmake: Fix a typo in socket_wrapper-config.cmake.in.
2014-05-22 Andreas Schneidercmake: Require cmocka versin 0.4.1.
2014-05-22 Andreas Schneidertests: Add test for different length passed to get...
2014-05-22 Andreas Schneiderswrap: Truncate the address if the buffer is to small.
2014-05-22 Andreas Schneidertests: Add support to sending IP_PKTINFO in echo_srv.
2014-05-22 Andreas Schneidertests: Add support to receive IP_PKTINFO in echo_srv.
2014-05-22 Andreas Schneiderswrap: Process control messages in recvmsg().
2014-05-22 Andreas Schneiderswrap: Call swrap_msghdr_socket_info in swrap_recvmsg_a...
2014-05-22 Andreas Schneiderswrap: Add swrap_msghdr_socket_info().
2014-05-22 Andreas Schneiderswrap: Add swrap_msghdr_add_pktinfo().
next