summaryrefslogtreecommitdiffstats
path: root/src/openvpn/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Move res_init() call to inner openvpn_getaddrinfo() loopGert Doering2015-06-021-4/+3
* Use EAI_AGAIN instead of EAI_SYSTEM for openvpn_getaddrinfo().Gert Doering2015-06-011-1/+1
* On signal reception, return EAI_SYSTEM from openvpn_getaddrinfo().Gert Doering2015-06-011-1/+4
* assume res_init() is always there.Gert Doering2015-05-231-1/+1
* In socket.c, fixed issue where uninitialized value (err) is being passed to t...James Yonan2014-05-201-2/+1
* Fixed several instances of declarations after statements.James Yonan2014-05-201-1/+1
* Repair --multihome on FreeBSD for IPv4 sockets.Gert Doering2014-04-251-2/+6
* Fix assertion when SIGUSR1 is received while getaddrinfo is successfulArne Schwabe2013-11-241-6/+8
* Fix problem with UDP tunneling due to mishandled pktinfo structures.Gert Doering2013-05-301-6/+5
* Fix the proto is used inconsistently warningArne Schwabe2012-12-131-4/+18
* Remove dnsflags_to_socktype, it is not used anywhereArne Schwabe2012-12-131-1/+1
* Merge getaddr_multi and getaddr6 into one functionArne Schwabe2012-09-021-357/+138
* Merge almost identical create_socket_tcp and create_socket_tcp6Arne Schwabe2012-08-061-46/+7
* don't treat socket related errors special anymoreHeiko Hund2012-07-191-28/+28
* make non-blocking connect work on WindowsHeiko Hund2012-07-191-1/+7
* Fix reported compile issues on OSX 10.6.8Frank de Brabander2012-06-131-0/+5
* cleanup: flags should not be boolAlon Bar-Lev2012-03-301-3/+3
* build: move inet_ntop(), inet_pton() emulation into compatAlon Bar-Lev2012-03-221-55/+0
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+3641