summaryrefslogtreecommitdiffstats
path: root/src/openvpn/socket.h
Commit message (Expand)AuthorAgeFilesLines
* Implement handling of overlapping IPv6 routes with IPv6 remote VPN server add...Gert Doering2015-09-171-0/+2
* Always enable http-proxy and socks-proxyArne Schwabe2014-07-181-13/+0
* Fix crash when using --inetd.Gert Doering2014-03-301-1/+1
* Clean up of socket code.Arne Schwabe2014-03-261-5/+1
* Introduce an option to resolve dns names in advance for --remote, --local and...Arne Schwabe2014-03-231-2/+18
* Fix connecting to localhost on AndroidArne Schwabe2014-03-211-0/+17
* Implement listing on IPv4/IPv6 dual socket on all platformArne Schwabe2013-11-291-1/+4
* Implement dual stack client support for OpenVPNArne Schwabe2013-11-291-39/+42
* change the type of 'remote' to addrinfo*, and rename to 'remote_list'.Arne Schwabe2013-11-271-6/+70
* Change proto_remote() function to return a constant stringArne Schwabe2013-11-261-1/+1
* Split the PROTO_UDP_xx options into AF_INET/AF_INET6 and PROTO_TCP/PROTO_UDP ...Arne Schwabe2013-11-241-11/+10
* Simplify print_sockaddr_ex function, merge duplicate ipv4/ipv6 logic.Arne Schwabe2013-11-231-2/+14
* Change the type of all ports in openvpn to const char* and let getaddrinfo re...Arne Schwabe2013-11-221-12/+8
* MSVC fixesJames Yonan2013-08-161-1/+1
* Fix parameter type for IP_TOS setsockopt on non-Linux systems.Gert Doering2012-12-201-0/+4
* Remove dnsflags_to_socktype, it is not used anywhereArne Schwabe2012-12-131-5/+0
* Merge getaddr_multi and getaddr6 into one functionArne Schwabe2012-09-021-11/+6
* Merge almost identical create_socket_tcp and create_socket_tcp6Arne Schwabe2012-08-061-1/+1
* don't treat socket related errors special anymoreHeiko Hund2012-07-191-1/+1
* cleanup: flags should not be boolAlon Bar-Lev2012-03-301-3/+3
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+1088