echo_srv: Only use 128K as buffer size instead of 4MB
[socket_wrapper.git] / tests / echo_srv.c
2018-10-23 Andreas Schneiderecho_srv: Only use 128K as buffer size instead of 4MB
2018-10-23 Andreas Schneiderecho_srv: Do not close bogus file descriptors
2018-10-23 Anoop C Stests: Avoid -Wcast-align warning
2018-08-09 Anoop C Stests: Prevent child process falling to defunct state
2018-05-04 Andreas Schneidertests: Fix resouce leak in echo_srv tcp handling
2018-05-02 Anoop C Stests: Modify echo server to accept multiple connections
2014-09-02 Andreas Schneiderecho_srv: Silence alignment warnings.
2014-09-01 Andreas Schneiderecho_srv: Fix type punning warnings.
2014-05-31 Andreas Schneiderecho_srv: Write pidfile after we setup the listeners.
2014-05-26 Andreas Schneiderecho_srv: Add support for IP_SENDSRCADDR.
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-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-04-25 Andreas Schneiderecho_srv: Fix possible resouce leaks on error in socket...
2014-04-14 Andreas Schneiderecho_srv: Improve reopening low fds.
2014-04-14 Jakub Hrozekecho_srv: Don't leak client_sock on failures in echo_tcp
2014-04-14 Andreas Schneiderecho_srv: Fix resource leak of fd in pidfile().
2014-04-14 Andreas Schneiderecho_srv: Fix resource leak of s2 on error.
2014-04-14 Andreas Schneiderecho_srv: Fix resource leak of sock.
2013-12-24 Andreas Schneiderecho_srv: Add fd duplication and test it works.
2013-12-20 Andreas Schneiderecho_srv: Add missing includes.
2013-12-12 Andreas Schneiderecho_srv: Fix a build warning.
2013-12-11 Jakub Hrozektests: use discard_const to get rid of a warning on...
2013-12-10 Jakub Hrozektests: Fix the help output of the echo server
2013-12-10 Jakub Hrozektests: Add a simple echo server