summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
...
* apr_socket_accept_filter(): The 2nd and 3rd arguments are now Jeff Trawick2012-11-031-2/+2
* Guard against EAI_ADDRFAMILY not being defined, it seems to be glibcStefan Fritsch2012-05-281-1/+4
* Improve handling of AI_ADDRCONFIG with getaddrinfo()Stefan Fritsch2012-05-281-2/+17
* If we retry getaddrinfo() without AI_ADDRCONFIG, we should really only removeStefan Fritsch2012-05-211-2/+2
* Hurd's sendfile works like Linux'sStefan Fritsch2012-05-191-1/+1
* Simplify internal do_mcast_opt option path. No need for double checks and dou...Mladen Turk2012-04-041-7/+3
* Make sure the IPv4 setsockopt also uses 4 byte optval type.Mladen Turk2012-04-041-5/+3
* Fix apr_mcast_hops returning EINVAL for IPv6 sockets. The soket option value ...Mladen Turk2012-04-041-1/+2
* Add support for APR_SO_BROADCASTStefan Fritsch2011-10-153-0/+26
* IPV6_V6ONLY on Windows:Jeff Trawick2011-04-132-1/+26
* restructure Windows apr_socket_connect() to more closely matchJeff Trawick2011-04-051-39/+67
* Windows: Save a call to getpeername() when trying to retrieve theJeff Trawick2011-04-031-0/+2
* comment spellingJeff Trawick2011-04-031-1/+1
* apr_socket_wait() for WindowsJeff Trawick2011-04-021-1/+34
* fix extra "the" in comments and license textJeff Trawick2011-03-231-1/+1
* fix typo in commentJeff Trawick2011-03-231-1/+1
* fix indentation-over-syntax blunder in r1082963 which broke socketsJeff Trawick2011-03-211-2/+4
* use apr_get_netos_error() to retrieve the getaddrinfo() errorJeff Trawick2011-03-211-2/+4
* clean up some low hanging gcc warnings on WinJeff Trawick2011-03-191-1/+1
* apr_socket_create/accept: clean up socket descriptor onJeff Trawick2011-03-181-2/+12
* return apr_get_netos_error() when setsockopt() failsJeff Trawick2011-03-141-1/+1
* apr_sockaddr_info_get() on AIX: Fix a problem which could setJeff Trawick2011-03-131-6/+16
* * network_io/unix/sockets.c (apr_socket_accept): Ensure the correctJoe Orton2011-01-151-1/+7
* Make functions static.Guenter Knauf2010-09-011-2/+2
* * network_io/unix/sockets.c (apr_socket_connect): Copy the remoteJoe Orton2010-08-091-3/+6
* Some more NetWare build fixes.Guenter Knauf2010-08-031-0/+5
* axe unused variablesJeff Trawick2010-05-282-1/+2
* explicitly check for ifaddrs.h before using it. Greg Ames2010-04-291-1/+3
* Hide apr_wait_for_io_or_timeout() from public view and add insteadBrian Havard2010-04-122-0/+23
* OS/2: Remove all remaining uses of APR_OS2_STATUS macro which has beenBrian Havard2010-04-024-24/+24
* OS/2: Rework apr_socket_sendto() & apr_socket_recvfrom() to not useBrian Havard2010-03-161-52/+64
* OS/2: In apr_socket_create(), override the supplied protocol if family isBrian Havard2010-03-161-1/+6
* Include unix multicast functions in OS/2 build.Brian Havard2010-03-131-0/+1
* Handle mswsock, ws2tcpip and winsock2 header files correctlyWilliam A. Rowe Jr2009-12-181-0/+1
* * Add missing APR_DECLARE for apr_socket_atreadeofRuediger Pluem2009-11-131-1/+1
* Set file/socket descriptor to -1 before close(), so that there is no chanceBojan Smojver2009-11-011-2/+10
* * include/apr_network_io.h,Joe Orton2009-10-121-23/+40
* * Add apr_socket_is_connected to detect whether the remote side of a socketRuediger Pluem2009-10-043-0/+59
* Fix apr_socket_addr_get() in combination with async connects, for the APR_LOCALSander Striker2009-07-111-3/+5
* Unroll APR_SET_FD_CLOEXEC macro.Bojan Smojver2009-02-271-2/+20
* Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag andBojan Smojver2009-02-261-6/+22
* If APR_UNIX given explicitly do not check if the hostname starts with '/'Mladen Turk2009-02-201-2/+2
* Fix compilation error on systems that do not have IPV6.Bojan Smojver2009-02-201-0/+4
* Enable unix domain (AF_UNIX) sockets if supported by the OSMladen Turk2009-02-193-5/+117
* apr_socket_sendfile() on Solaris: Fix handling of files truncatedJeff Trawick2009-01-311-0/+8
* Fix PR44367.Bojan Smojver2008-05-291-0/+46
* Fix PR44971.Bojan Smojver2008-05-271-1/+1
* Darwin sendfile() cleanup.Jim Jagielski2008-05-151-8/+3
* Bypass the call to sendfile if *len is 0. ThisJim Jagielski2008-05-141-0/+3
* Restructure Darwin's sendfile impl again. Instead of writev(),Jim Jagielski2008-05-091-66/+70