summaryrefslogtreecommitdiffstats
path: root/apps/lib/s_socket.c
AgeCommit message (Expand)Author
2023-12-29apps: Don't print hostname on bio_out during connect.Sebastian Andrzej Siewior
2023-09-07Copyright year updatesMatt Caswell
2023-05-08Add QUIC support to s_clientMatt Caswell
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-05-03Update copyright yearMatt Caswell
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-03-10Set protocol in init_client()Todd Short
2021-11-22Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb
2021-10-06s_socket.c: Avoid possible NULL pointer dereferenceTomas Mraz
2021-10-04apps/lib/s_socket.c: Fix mem leak on host name in init_client()Dr. David von Oheimb
2021-09-08Socket now displays what address it is connecting toZengit
2021-07-31Redefine getpid() -> _getpid() only for MSVCTanzinul Islam
2021-07-16apps: Use the first detected address family if IPv6 is not availableDaiki Ueno
2021-06-11apps/lib/s_socket.c: Alias getpid with _getpid for _WIN32Richard Levitte
2021-06-0980-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb
2021-05-29apps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT port reporting more r...Dr. David von Oheimb
2021-05-20Update copyright yearMatt Caswell
2021-05-16APPS: Make the cmp Mock server output the accept address and portRichard Levitte
2020-11-25APPS: Guard use of IPv6 functions and constants with a check of AF_INET6Richard Levitte
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-05-15Update copyright yearMatt Caswell
2020-05-06s_server normal shutdownDmitry Belyavskiy
2019-09-04Move libapps.a source to apps/libRichard Levitte