| Commit message (Expand) | Author | Age | Files | Lines |
* | Recognize systems where the TCP_NODELAY setting is inherited from | trawick | 2001-04-05 | 2 | -29/+35 |
* | This change fixes the biggest outstanding bug on BeOS R5. This may need to | dreid | 2001-04-04 | 1 | -17/+6 |
* | Try to resolve the send blocking issues on BeOS R5. | dreid | 2001-04-04 | 1 | -3/+21 |
* | The actual code for accept_filters on FreeBSD for APR. This is NOT | dreid | 2001-04-03 | 1 | -0/+16 |
* | fix apr_recvfrom() on Win32 so that it returns APR_EOF only for a | trawick | 2001-04-02 | 2 | -14/+9 |
* | Catch Jeff :-) | wrowe | 2001-04-02 | 2 | -3/+5 |
* | When allocating local and remote sockaddrs with a new socket, | trawick | 2001-03-31 | 1 | -0/+2 |
* | apr_recvfrom() should only return APR_EOF if recvfrom() returned | trawick | 2001-03-31 | 2 | -13/+9 |
* | fix a warning/run-time error regarding the unnecessary | trawick | 2001-03-31 | 1 | -5/+0 |
* | Fix a compile warning and maybe a run-time error (see OtherBill's | trawick | 2001-03-31 | 1 | -1/+1 |
* | Hmmm... can't stand unimplemented features - needs review by the | wrowe | 2001-03-31 | 1 | -0/+61 |
* | Change the way select based poll works so it works as we'd expect it to, i.e. | dreid | 2001-03-22 | 2 | -25/+45 |
* | Add the UDP support to BeOS R5. | dreid | 2001-03-20 | 1 | -0/+76 |
* | OS/2: add an assortment of misc helper functions that were missing so | bjh | 2001-03-19 | 3 | -0/+100 |
* | build inet_pton.c on Win32 | trawick | 2001-03-16 | 1 | -0/+4 |
* | Get rid of a warning about using maxbits uninitialized (the compiler | trawick | 2001-03-15 | 1 | -5/+2 |
* | fix some "issues" with IPv4-mapped IPv6 addresses in apr_ipsubnet_*() | trawick | 2001-03-15 | 1 | -7/+9 |
* | Add apr_ipsubnet_create() and apr_ipsubnet_test() for testing | trawick | 2001-03-15 | 1 | -0/+231 |
* | Use the APR_TCP_NOPUSH socket option support in the Linux | trawick | 2001-03-14 | 1 | -80/+10 |
* | Fix a typo which made apr_setsockopt(APR_TCP_NOPUSH) fail (on Linux, | trawick | 2001-03-14 | 1 | -1/+1 |
* | Let apr_inet_ntop() (and thus apr_sockaddr_ip_get()) work again for | trawick | 2001-03-08 | 1 | -1/+1 |
* | OK, so this commit adds basic UDP support for Unix. I've had this on | dreid | 2001-03-08 | 1 | -0/+76 |
* | Use a consistent style in declarations for inet_ntop4() and inet_ntop6(). | trawick | 2001-03-07 | 1 | -8/+2 |
* | Use a consistent style in declarations for inet_pton4() and inet_pton6(). | trawick | 2001-03-07 | 1 | -6/+2 |
* | nobody uses inet_aton() anymore; it isn't even in a Makefile.in | trawick | 2001-03-05 | 2 | -355/+0 |
* | Change the check for netinet/tcp.h to work around an issue with | trawick | 2001-03-05 | 1 | -1/+1 |
* | Ooops, that wasn't quite right. Stop counting bytes at nvec. | bjh | 2001-03-05 | 1 | -1/+1 |
* | OS/2: Limit data passed to writev() to 64k as that's all it can handle. | bjh | 2001-03-05 | 1 | -3/+9 |
* | need apr_strings for apr_snprintf. | rbb | 2001-03-02 | 1 | -0/+1 |
* | use apr_snprintf() instead of sprintf()... glibc_r sprintf() | trawick | 2001-03-02 | 1 | -4/+2 |
* | Get the various Unix flavors (other than Linux) building again | trawick | 2001-02-26 | 1 | -1/+0 |
* | Begin to move functions from the http module to the core. The goal is to | rbb | 2001-02-26 | 1 | -0/+1 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 3 | -9/+9 |
* | apr_sendfile() for HP-UX: handle the unexpected case where the caller | trawick | 2001-02-19 | 1 | -4/+4 |
* | Get apr_sendfile() working on HP-UX. This gets APR to build on | trawick | 2001-02-16 | 1 | -59/+93 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 18 | -18/+18 |
* | Moved the prototypes for apr_snprintf and apr_vsnprintf to the | rbb | 2001-02-11 | 1 | -0/+1 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 8 | -100/+100 |
* | for portability: use apr_uint32_t rather than u_long. the latter is a BSDism | gstein | 2001-02-05 | 1 | -2/+2 |
* | OS2 was chasing os2errno.h which we hid in a private platform directory, | wrowe | 2001-01-28 | 4 | -148/+0 |
* | Add code to allow APR to track the socket options it has set. This | dreid | 2001-01-25 | 2 | -34/+122 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 5 | -56/+86 |
* | Add a missing function to the beos poll... Thought I'd done this a | dreid | 2001-01-12 | 1 | -0/+16 |
* | Win32: Fix loop in APR when attempting to send a 0 byte file. Yea, this is a ... | stoddard | 2001-01-10 | 1 | -27/+24 |
* | Eliminate trap in apr_palloc due to NULL pool pointer (Windows only) | ake | 2001-01-10 | 1 | -0/+2 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 6 | -100/+39 |
* | We don't actually use os_cork or os_uncork on FreeBSD, so we shouldn't | rbb | 2001-01-07 | 1 | -1/+1 |
* | This patch adds support for TCP_NOPUSH to APR. Basically we look for | dreid | 2001-01-04 | 1 | -19/+25 |
* | OS/2: Copy pool pointer into a socket's apr_sockaddr_t's | bjh | 2001-01-03 | 1 | -1/+4 |
* | OS/2: Fix field name for local address. | bjh | 2001-01-03 | 1 | -1/+1 |