aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/socket.c
AgeCommit message (Expand)Author
2020-10-04Speedup TCP remote hosts connectionsVladislav Grishenko
2020-10-02Selectively reformat too long linesVladislav Grishenko
2020-09-09Fix error detection / abort in --inetd corner case.Gert Doering
2020-08-10Remove buf argument from link_socket_set_outgoing_addrArne Schwabe
2020-06-29Add --bind-dev option.Maximilian Wilhelm
2020-02-20argv: do fewer memory re-allocationsHeiko Hund
2019-08-16Increase listen() backlog queue to 32Gert Doering
2019-02-06Fix various spelling mistakesJonathan Tooker
2018-12-12uncrustify openvpn/ sourcesGert Doering
2018-10-16ifconfig-ipv6(-push): allow using hostnamesAntonio Quartulli
2018-07-13socket: make stream_buf_* functions staticAntonio Quartulli
2018-07-12Move execve/run_script helper functions to run_command.cSteffan Karger
2018-02-22Fix format spec errors in Windows buildsSelva Nair
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-09-21tcp-server: ensure AF family is propagated to child contextAntonio Quartulli
2017-08-14add missing static attribute to functionsAntonio Quartulli
2017-07-20Move openvpn_sleep() to manage.cSteffan Karger
2017-07-20Remove strerror_ts()Steffan Karger
2017-07-17use M_ERRNO instead of explicitly printing errnoAntonio Quartulli
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-03-19ignore remote-random-hostname if a numeric host is providedAntonio Quartulli
2017-03-12Fix types in WIN32 socket_listen_accept()Steffan Karger
2017-01-18More broadly enforce Allman style and braces-around-conditionalsSteffan Karger
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-12-07Refactor setting close-on-exec for socket FDsGert Doering
2016-11-15Replace WIN32 by _WIN32Gert Doering
2016-11-14Factor out %sc handling from argv_printf()Heiko Hund
2016-11-13Don't deference type-punned pointersSteffan Karger
2016-11-08clean up *sig_info handling in link_socket_init_phase2()Gert Doering
2016-10-09Fix --multihome for IPv6 on 64bit BSD systems.Gert Doering
2016-09-17Fix IP_PKTINFO related compilation failure on NetBSD 7.0Gert Doering
2016-06-11Remove http-proxy-timeout, socks timeout and set default of server-poll-timeo...Arne Schwabe
2016-06-08Don't limit max incoming message size based on c2->frameSteffan Karger
2016-05-09Fixed port-share bug with DoS potentialJames Yonan
2016-03-06hardening: add safe FD_SET() wrapper openvpn_fd_set()Steffan Karger
2016-02-10Correctly report TCP connection timeout on windows.Leonardo Basilio
2015-11-29put virtual IPv6 addresses into envHeiko Hund
2015-11-28extend management interface command "state"Heiko Hund
2015-11-23Fix info.af == AF_UNSPEC case for server with --mtu-discGert Doering
2015-10-19Do not set the buffer size by default but rely on the operation system default.Arne Schwabe
2015-10-10Fix --mtu-disc option with IPv6 transportJulien Muchembled
2015-09-17Implement handling of overlapping IPv6 routes with IPv6 remote VPN server add...Gert Doering
2015-09-15Fix loglevel of protect socket messageArne Schwabe
2015-09-15Remove unused function h_errno_msgArne Schwabe
2015-06-02Move res_init() call to inner openvpn_getaddrinfo() loopGert Doering
2015-06-01Use EAI_AGAIN instead of EAI_SYSTEM for openvpn_getaddrinfo().Gert Doering
2015-06-01On signal reception, return EAI_SYSTEM from openvpn_getaddrinfo().Gert Doering
2015-05-23assume res_init() is always there.Gert Doering
2015-04-22Fix leftover 'if (false) ;' statementsGert Doering