summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Put the WSABUFs on the stack in apr_sendv to save a malloc/free call.stoddard2001-08-191-16/+16
* OS/2: Simplify & standardize apr_poll(), we usually want it to return ifbjh2001-08-181-18/+16
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-107-68/+63
* Added a call to socket() in apr_socket_create() that is not hard coded to TCPbnicholes2001-08-091-0/+4
* Implemented apr_getsocketopt() for NetWarebnicholes2001-08-091-0/+36
* Fix a segfault on Win32 when hostname resolution fails. We were lookingjwoolley2001-08-081-1/+1
* Clean up two warnings:jwoolley2001-08-081-2/+2
* get sockets.c to compile and fix a bug in the error pathtrawick2001-08-081-2/+3
* Finish the fix for the non-blocking connect. Basically, we need torbb2001-08-071-0/+8
* Non-blocking connects shouldn't be calling connect a secondrbb2001-08-071-10/+3
* Changed the type of a local variable used in the call to getsockopt() frombnicholes2001-08-061-1/+1
* Added an ifdef for NetWare to call the delay() function and also fixed thebnicholes2001-08-061-2/+6
* Fixed the data types of the local variables used in the calls to ioctlsocket(...bnicholes2001-08-061-2/+2
* free the whole list of addrinfo structures returned bytrawick2001-08-011-3/+4
* Remove the dependency on IPv6 for getnameinfo(). A system can havejerenkrantz2001-07-311-1/+1
* Support the AIX, glibc2, and Solaris variants of gethostby{name|addr}_r.jerenkrantz2001-07-311-5/+55
* Performance: Add new socket option, APR_INCOMPLETE_READ, that should bestoddard2001-07-302-2/+21
* Couple of fixes for pre-BONE beos...dreid2001-07-271-4/+4
* Cleanup Solaris 8 sendfilev() logic to actually behave similarly tojerenkrantz2001-07-261-28/+35
* tweak FreeBSD's apr_sendfile to shrink the object code size.gregames2001-07-261-46/+12
* fix some issues with apr_sendfile() for FreeBSDtrawick2001-07-251-14/+41
* Another bit of MSVC bogusness. Has to argue signedness with us, evenwrowe2001-07-251-1/+1
* Fix accept filters by making all the various macro names agree with each other.jwoolley2001-07-251-1/+1
* Shush lame compiler warning.jerenkrantz2001-07-251-2/+2
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfgregames2001-07-241-7/+24
* This is a hack but it get beos working again. This will probably havedreid2001-07-241-3/+3
* Move the blocking logic on FreeBSD to match everyone else to be after thejerenkrantz2001-07-241-20/+21
* Bring the Solaris sendfilev() in line with the rest of the code in thatjerenkrantz2001-07-241-12/+30
* OS/2: Add support for datagram sockets.bjh2001-07-243-8/+103
* Fix warning: implicit declaration of function `strchr'bjh2001-07-241-0/+3
* Need to include inherit.h here for the APR_IMPLEMENT_[UN]SET_INHERITbjh2001-07-241-0/+1
* I don't even want to know how that tab slipped in.jerenkrantz2001-07-241-1/+1
* Add Solaris 8 sendfilev() support.jerenkrantz2001-07-241-0/+87
* turn off AI_CANONNAME flag in apr_sockaddr_info_get call to getaddrinfodougm2001-07-231-1/+1
* copy over the pipe timeout when creating a socket fromtrawick2001-07-231-0/+1
* Enable getaddrinfo even if we don't have IPv6.jerenkrantz2001-07-231-2/+2
* Add thread-safe resolver - with a high thread count, we can run intojerenkrantz2001-07-211-0/+26
* It's really evil to keep accumulating 256 byte chunks out of the pollfd :(wrowe2001-07-191-2/+3
* apr_socket_[un]set_inherit is a noop on Win32, but must be exported.wrowe2001-07-181-0/+8
* All that should be needed on OS2 for inheritance.wrowe2001-07-181-0/+3
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.wrowe2001-07-183-21/+10
* Fix a compile break in sockets.crbb2001-07-161-1/+1
* Split public from private declaration for INHERIT stuffwrowe2001-07-161-1/+1
* In order to use this IMPLEMENT_SET/UNSET schema, this has got to be awrowe2001-07-161-12/+12
* We need to use the correct flag in apr_accept. Apr_accept doesn't get therbb2001-07-161-1/+1
* Placeholders are usefulwrowe2001-07-161-2/+4
* Change 'inherit' to a usual flags value, use 2^24 for the first ratherwrowe2001-07-162-10/+19
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-161-4/+11
* we are definately ok with these values, so cast off the converison err.wrowe2001-07-121-2/+2
* Return LARGE_FILE support for win32 sendfile (quiets compiler)wrowe2001-07-121-4/+6