aboutsummaryrefslogtreecommitdiffstats
path: root/src/conn-tools/s6-tcpclient.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 2.5.1.2Laurent Bercot2022-11-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.11.0.0Laurent Bercot2021-08-101-10/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Convert to new exec.h syntaxLaurent Bercot2020-11-261-13/+17
|
* Adapt to new stopwatch APILaurent Bercot2019-09-061-2/+1
|
* Use stopwatches and wallclocks where appropriateLaurent Bercot2019-09-041-0/+1
|
* change localip is6 flag based on destination ipJohn Regan2018-04-111-2/+6
| | | | | | | | | | | | | | | | By default, the localip flag is initialized with the is6 flag set to 0. The only time the flag is changed to 1 is when a user specifies a local IPv6 address to use. Because of this, socket_tcp46 always creates an IPv4 socket. This patch corrects that - if the user hasn't specified a local address, then the local 'is6' flag is updated to match the destination 'is6' flag. Signed-off-by: Laurent Bercot <ska-skaware@skarnet.org>
* Optimize to xpathexec ; prepare for 2.3.0.2Laurent Bercot2017-08-221-2/+1
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-121-18/+18
|
* Types fix, first passLaurent Bercot2017-01-101-3/+5
| | | | | | | XXX marks what must change when skalibs changes. Also started writing functions for client certificate support in sbearssl, but it's not working yet (need more high-level support from BearSSL before it can work)
* - Bugfix: s6-tcpclient and s6-tcpserver-access didn't s6dns_init()Laurent Bercot2015-03-301-1/+1
| | | | - Version: rc for 2.1.0.1
* Initial commitLaurent Bercot2014-12-151-0/+377