aboutsummaryrefslogtreecommitdiffstats
path: root/executor/conn.h
Commit message (Expand)AuthorAgeFilesLines
* executor: retry pselect() when interruptedCameron Finucane2024-08-301-1/+4
* executor: handle EINTR in connectGreg Steuck2024-07-301-1/+23
* executor: fix localhost handling for machines with only ipv6Konstantin Bogomolov2024-07-181-7/+15
* executor: manually replace localhost with equivalent ipv4/6 addressKonstantin Bogomolov2024-07-171-0/+5
* executor: fix diagnostic message typoGreg Steuck2024-07-091-1/+1
* executor: fix endianess of size of received flatbuffers root tableAlexander Egorenkov2024-07-011-0/+2
* executor: include missing headerDmitry Vyukov2024-06-261-0/+1
* executor: check whether the address is stdin before validation a portAndrei Vagin2024-06-251-2/+2
* executor: add runner modeDmitry Vyukov2024-06-241-0/+192