cmake: Define large file support for tests
[socket_wrapper.git] / tests / echo_srv.c
2021-02-08 Stefan Metzmachertests/echo_srv: allow more than once tcp connection...
2021-02-05 Stefan Metzmachertests/echo_srv: make the main server logic resilient...
2020-06-22 Stefan Metzmachertest_echo_tcp_socket_options.c: add tests for TCP_INFO
2020-06-19 Stefan MetzmacherRevert "test_echo_tcp_socket_options.c: add tests for...
2020-06-19 Stefan MetzmacherMerge branch 'tcp_info' into 'master'
2020-06-19 Stefan Metzmachertest_echo_tcp_socket_options.c: add tests for TCP_INFO
2020-03-23 Andreas Schneidertests: Fix a coverty warning in echo_srv
2019-03-21 Andreas Schneidertests: Fix typo in echo_srv help
2018-11-12 Anoop C Stests: Increase backlog count for listen() in echo_srv
2018-11-06 Andreas Schneidertests: Protect IPv6 case in echo_srv
2018-10-23 Andreas Schneiderecho_srv: Check for a valid pidfile pointer
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