summaryrefslogtreecommitdiff
path: root/build/apr_network.m4
Commit message (Expand)AuthorAgeFilesLines
* Fix further strict C99 compliance issue. (fixes #37)Joe Orton2023-01-111-0/+20
* Since runtime SCTP detection is dependent on kernel configuration, addJoe Orton2021-10-121-2/+15
* inet_addr requires #include <arpa/inet.h>Jim Jagielski2020-10-291-0/+3
* calls to exit() require stdlib.h or else we get -Werror,-Wimplicit-function-d...Jim Jagielski2020-10-291-0/+15
* Fix broken test for O_NONBLOCK inheritance.Rainer Jung2013-07-131-0/+5
* Fix detection of O_NONBLOCK inheritance.Rainer Jung2013-02-251-0/+31
* Fix compile w/ clang and IPv6Philip M. Gollucci2012-01-231-3/+3
* Enable unix domain (AF_UNIX) sockets if supported by the OSMladen Turk2009-02-191-0/+30
* Fix getservbyname_r() detection.Bojan Smojver2008-06-161-53/+56
* Fix PR44367.Bojan Smojver2008-05-291-0/+97
* If -Wall is turned on, result of compile tests may be altered.Bojan Smojver2008-05-291-2/+6
* Update license header.Joe Orton2006-08-031-5/+6
* Move the autoconf check for type 'in_addr' into a macro, and improve it to workJustin Erenkrantz2006-07-121-0/+23
* * build/apr_threads.m4, build/apr_common.m4, build/apr_network.m4:Joe Orton2005-12-061-15/+15
* Allow setting both the TCP_NODELAY and TCP_CORK socket options forJoe Orton2005-08-251-0/+54
* * build/apr_network.m4 (APR_CHECK_SCTP): Fix check for SCTP.Joe Orton2005-06-031-1/+8
* Fix HP-UX 11.00 build, where the IP multicast interfaces are notJoe Orton2005-02-151-0/+16
* * build/*apr*.m4: Add copyright headers.Joe Orton2005-01-131-0/+15
* * build/apr_network.m4 (APR_CHECK_SCTP): Safer check for SCTP supportJoe Orton2004-06-041-15/+11
* Don't assume getnameinfo() can handle IPv4-mapped IPv6 addressesJeff Trawick2004-05-201-74/+0
* fix a false failure with APR_CHECK_GETNAMEINFO_IPV4_MAPPED on z/OSJeff Trawick2003-12-231-0/+7
* * configure.in, build/apr_network.m4: Remove "RESOLV_RETRANSRETRY"Joe Orton2003-10-011-30/+0
* * configure.in, build/apr_network.m4: Remove APR_INADDR_NONEJoe Orton2003-10-011-35/+0
* Add comments for the sockaddr_{in6,storage} detection macros.Joe Orton2003-09-291-0/+2
* For platforms which have "struct sockaddr_stroage", allowJoe Orton2003-09-291-0/+20
* Make use of the AI_ADDRCONFIG flag conditional (some versions ofJoe Orton2003-09-291-0/+34
* Fix copy-and-paste error - that should have been NI_NAMEREQD not NI_NUMERICHOST.Justin Erenkrantz2003-09-111-1/+1
* Remove APR_CHECK_SOCKADDR_SA_LEN which survived since the firstJoe Orton2003-09-021-31/+0
* Use correct _len field in APR_CHECK_WORKING_GETNAMEINFO.Joe Orton2003-09-021-1/+1
* Toss the assert for now.Justin Erenkrantz2003-08-311-1/+0
* Attempt to put this Darwin getnameinfo() sillyness behind us forever. IfJustin Erenkrantz2003-08-311-0/+68
* add configure-time detection of issues related to SCTP protocolJeff Trawick2002-10-221-0/+38
* don't require that the DNS can map 127.0.0.1 when checkingJeff Trawick2002-04-301-1/+1
* for the gethostbyname() path in apr_sockaddr_info_get(), always handleJeff Trawick2002-04-241-47/+0
* Added a test to determine whether the O_NONBLOCK socket flagBrian Pane2002-04-151-0/+113
* Make sure gethostbyname() can handle 255.255.255.255. Otherwise,Jeff Trawick2002-03-241-0/+4
* slight apr_sockaddr_info_get() simplification/speed-up:Jeff Trawick2002-03-141-3/+4
* make it work on linuxIan Holsman2002-03-111-1/+4
* configure now sets APR_RESOLV_RETRANSRETRY is the dns's timeout/retryIan Holsman2002-03-111-0/+28
* don't try to use getaddrinfo() on systems without gai_strerror()Jeff Trawick2001-12-071-1/+9
* we don't really need langlvl=extended for AIX+xlc, at least withJeff Trawick2001-11-271-2/+5
* Error codes from getaddrinfo() need their own range within theJeff Trawick2001-08-291-0/+28
* Fix tpyo.Justin Erenkrantz2001-07-311-1/+1
* Support the AIX, glibc2, and Solaris variants of gethostby{name|addr}_r.Justin Erenkrantz2001-07-311-0/+63
* This changes the TCP_NODELAY test to use the loopback address on BeOSDavid Reid2001-04-271-0/+6
* Recognize systems where the TCP_NODELAY setting is inherited fromJeff Trawick2001-04-051-0/+105
* Change the getnameinfo check so that it should work on Tru64.David Reid2001-04-051-0/+54
* Define preprocessor options in CPPFLAGS instead of CFLAGSRoy T. Fielding2001-04-031-15/+15
* Name protected the autoconf macros defined by APR. Moved theRoy T. Fielding2001-02-201-4/+12
* Moved hints.m4, apr_common.m4, and helpers/apr-conf.m4 into theRoy T. Fielding2001-02-171-0/+337