aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/socket.c
AgeCommit message (Expand)Author
2014-11-23socket: remove duplicate expressionYegor Yefremov
2014-11-18Fix windows build on older mingw versions.Gert Doering
2014-11-17fix warnings on WindowsHeiko Hund
2014-11-17Fix compilation on WindowsHeiko Hund
2014-09-15Fix some unintialized variable warningsSteffan Karger
2014-07-18Always enable http-proxy and socks-proxyArne Schwabe
2014-04-25Repair --multihome on FreeBSD for IPv4 sockets.Gert Doering
2014-04-10Work around Solaris getaddrinfo() returing ai_protocol=0Arne Schwabe
2014-03-30Fix crash when using --inetd.Gert Doering
2014-03-26Clean up of socket code.Arne Schwabe
2014-03-23Fix for server selecting address familyArne 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-12-01Fix IPv6_V6ONLY logic.Gert Doering
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-27When resolving fails print the error message from socket layerArne 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-26Split link_socket_init_phase1 and link_socket_init_phase2 intoArne Schwabe
2013-11-24Fix assertion when SIGUSR1 is received while getaddrinfo is successfulArne Schwabe
2013-11-24Fix two instances of asserting AF_INETArne 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
2013-05-30Fix problem with UDP tunneling due to mishandled pktinfo structures.Gert Doering
2013-05-01Android platform specific changes.Arne Schwabe
2012-12-13Fix the proto is used inconsistently warningArne Schwabe
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-07-19make non-blocking connect work on WindowsHeiko Hund
2012-06-13Fix reported compile issues on OSX 10.6.8Frank de Brabander
2012-03-30cleanup: flags should not be boolAlon Bar-Lev
2012-03-22build: move inet_ntop(), inet_pton() emulation into compatAlon Bar-Lev
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev