aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/socket.h
AgeCommit message (Expand)Author
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-11-15Replace WIN32 by _WIN32Gert 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
2015-11-29put virtual IPv6 addresses into envHeiko Hund
2015-11-28extend management interface command "state"Heiko Hund
2015-10-19Do not set the buffer size by default but rely on the operation system default.Arne Schwabe
2015-09-17Implement handling of overlapping IPv6 routes with IPv6 remote VPN server add...Gert Doering
2014-07-18Always enable http-proxy and socks-proxyArne Schwabe
2014-03-30Fix crash when using --inetd.Gert Doering
2014-03-26Clean up of socket code.Arne Schwabe
2014-03-23Introduce an option to resolve dns names in advance for --remote, --local and...Arne Schwabe
2014-03-21Fix connecting to localhost on AndroidArne Schwabe
2013-11-29Implement listing on IPv4/IPv6 dual socket on all platformArne Schwabe
2013-11-29Implement dual stack client support for OpenVPNArne Schwabe
2013-11-27change the type of 'remote' to addrinfo*, and rename to 'remote_list'.Arne Schwabe
2013-11-26Change proto_remote() function to return a constant stringArne Schwabe
2013-11-24Split the PROTO_UDP_xx options into AF_INET/AF_INET6 and PROTO_TCP/PROTO_UDP ...Arne Schwabe
2013-11-23Simplify print_sockaddr_ex function, merge duplicate ipv4/ipv6 logic.Arne Schwabe
2013-11-22Change the type of all ports in openvpn to const char* and let getaddrinfo re...Arne Schwabe
2013-08-16MSVC fixesJames Yonan
2012-12-20Fix parameter type for IP_TOS setsockopt on non-Linux systems.Gert Doering
2012-12-13Remove dnsflags_to_socktype, it is not used anywhereArne Schwabe
2012-09-02Merge getaddr_multi and getaddr6 into one functionArne Schwabe
2012-08-06Merge almost identical create_socket_tcp and create_socket_tcp6Arne Schwabe
2012-07-19don't treat socket related errors special anymoreHeiko Hund
2012-03-30cleanup: flags should not be boolAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev