| Commit message (Expand) | Author | Age | Files | Lines |
* | Put the WSABUFs on the stack in apr_sendv to save a malloc/free call. | stoddard | 2001-08-19 | 1 | -16/+16 |
* | OS/2: Simplify & standardize apr_poll(), we usually want it to return if | bjh | 2001-08-18 | 1 | -18/+16 |
* | Wrap all APR functions in APR_DECLARE macro. | rbb | 2001-08-10 | 7 | -68/+63 |
* | Added a call to socket() in apr_socket_create() that is not hard coded to TCP | bnicholes | 2001-08-09 | 1 | -0/+4 |
* | Implemented apr_getsocketopt() for NetWare | bnicholes | 2001-08-09 | 1 | -0/+36 |
* | Fix a segfault on Win32 when hostname resolution fails. We were looking | jwoolley | 2001-08-08 | 1 | -1/+1 |
* | Clean up two warnings: | jwoolley | 2001-08-08 | 1 | -2/+2 |
* | get sockets.c to compile and fix a bug in the error path | trawick | 2001-08-08 | 1 | -2/+3 |
* | Finish the fix for the non-blocking connect. Basically, we need to | rbb | 2001-08-07 | 1 | -0/+8 |
* | Non-blocking connects shouldn't be calling connect a second | rbb | 2001-08-07 | 1 | -10/+3 |
* | Changed the type of a local variable used in the call to getsockopt() from | bnicholes | 2001-08-06 | 1 | -1/+1 |
* | Added an ifdef for NetWare to call the delay() function and also fixed the | bnicholes | 2001-08-06 | 1 | -2/+6 |
* | Fixed the data types of the local variables used in the calls to ioctlsocket(... | bnicholes | 2001-08-06 | 1 | -2/+2 |
* | free the whole list of addrinfo structures returned by | trawick | 2001-08-01 | 1 | -3/+4 |
* | Remove the dependency on IPv6 for getnameinfo(). A system can have | jerenkrantz | 2001-07-31 | 1 | -1/+1 |
* | Support the AIX, glibc2, and Solaris variants of gethostby{name|addr}_r. | jerenkrantz | 2001-07-31 | 1 | -5/+55 |
* | Performance: Add new socket option, APR_INCOMPLETE_READ, that should be | stoddard | 2001-07-30 | 2 | -2/+21 |
* | Couple of fixes for pre-BONE beos... | dreid | 2001-07-27 | 1 | -4/+4 |
* | Cleanup Solaris 8 sendfilev() logic to actually behave similarly to | jerenkrantz | 2001-07-26 | 1 | -28/+35 |
* | tweak FreeBSD's apr_sendfile to shrink the object code size. | gregames | 2001-07-26 | 1 | -46/+12 |
* | fix some issues with apr_sendfile() for FreeBSD | trawick | 2001-07-25 | 1 | -14/+41 |
* | Another bit of MSVC bogusness. Has to argue signedness with us, even | wrowe | 2001-07-25 | 1 | -1/+1 |
* | Fix accept filters by making all the various macro names agree with each other. | jwoolley | 2001-07-25 | 1 | -1/+1 |
* | Shush lame compiler warning. | jerenkrantz | 2001-07-25 | 1 | -2/+2 |
* | Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printf | gregames | 2001-07-24 | 1 | -7/+24 |
* | This is a hack but it get beos working again. This will probably have | dreid | 2001-07-24 | 1 | -3/+3 |
* | Move the blocking logic on FreeBSD to match everyone else to be after the | jerenkrantz | 2001-07-24 | 1 | -20/+21 |
* | Bring the Solaris sendfilev() in line with the rest of the code in that | jerenkrantz | 2001-07-24 | 1 | -12/+30 |
* | OS/2: Add support for datagram sockets. | bjh | 2001-07-24 | 3 | -8/+103 |
* | Fix warning: implicit declaration of function `strchr' | bjh | 2001-07-24 | 1 | -0/+3 |
* | Need to include inherit.h here for the APR_IMPLEMENT_[UN]SET_INHERIT | bjh | 2001-07-24 | 1 | -0/+1 |
* | I don't even want to know how that tab slipped in. | jerenkrantz | 2001-07-24 | 1 | -1/+1 |
* | Add Solaris 8 sendfilev() support. | jerenkrantz | 2001-07-24 | 1 | -0/+87 |
* | turn off AI_CANONNAME flag in apr_sockaddr_info_get call to getaddrinfo | dougm | 2001-07-23 | 1 | -1/+1 |
* | copy over the pipe timeout when creating a socket from | trawick | 2001-07-23 | 1 | -0/+1 |
* | Enable getaddrinfo even if we don't have IPv6. | jerenkrantz | 2001-07-23 | 1 | -2/+2 |
* | Add thread-safe resolver - with a high thread count, we can run into | jerenkrantz | 2001-07-21 | 1 | -0/+26 |
* | It's really evil to keep accumulating 256 byte chunks out of the pollfd :( | wrowe | 2001-07-19 | 1 | -2/+3 |
* | apr_socket_[un]set_inherit is a noop on Win32, but must be exported. | wrowe | 2001-07-18 | 1 | -0/+8 |
* | All that should be needed on OS2 for inheritance. | wrowe | 2001-07-18 | 1 | -0/+3 |
* | Back out the inherit flag from apr_socket_create/apr_os_socket_put. | wrowe | 2001-07-18 | 3 | -21/+10 |
* | Fix a compile break in sockets.c | rbb | 2001-07-16 | 1 | -1/+1 |
* | Split public from private declaration for INHERIT stuff | wrowe | 2001-07-16 | 1 | -1/+1 |
* | In order to use this IMPLEMENT_SET/UNSET schema, this has got to be a | wrowe | 2001-07-16 | 1 | -12/+12 |
* | We need to use the correct flag in apr_accept. Apr_accept doesn't get the | rbb | 2001-07-16 | 1 | -1/+1 |
* | Placeholders are useful | wrowe | 2001-07-16 | 1 | -2/+4 |
* | Change 'inherit' to a usual flags value, use 2^24 for the first rather | wrowe | 2001-07-16 | 2 | -10/+19 |
* | Added an inherit flag to apr_socket_create and other socket creation | rbb | 2001-07-16 | 1 | -4/+11 |
* | we are definately ok with these values, so cast off the converison err. | wrowe | 2001-07-12 | 1 | -2/+2 |
* | Return LARGE_FILE support for win32 sendfile (quiets compiler) | wrowe | 2001-07-12 | 1 | -4/+6 |