| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the typo. | jorton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | jorton | 2006-08-03 | 1 | -6/+6 |
* | * network_io/unix/sockopt.c (apr_socket_opt_set): Thou whilst not | jorton | 2005-08-26 | 1 | -1/+0 |
* | Added a missing break statement that was causing TCP_NODELAY to | brianp | 2005-08-26 | 1 | -0/+1 |
* | Allow setting both the TCP_NODELAY and TCP_CORK socket options for | jorton | 2005-08-25 | 1 | -4/+16 |
* | send and receive buffer sizes are not flags, and caller | trawick | 2005-06-14 | 1 | -10/+4 |
* | clean up a comment | wsanchez | 2005-05-24 | 1 | -4/+5 |
* | Handle BEOS_R5 weirdness with gethostname() | jim | 2005-04-20 | 1 | -1/+5 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Add support for Linux's TCP_DEFER_ACCEPT. Sort of like FreeBSD's accept filt... | pquerna | 2004-12-11 | 1 | -0/+15 |
* | On BeOS R5 we don't have the option available. | dreid | 2004-12-10 | 1 | -1/+4 |
* | Even if we do not check the value of APR_IPV6_V6ONLY before setting, we still | jerenkrantz | 2004-04-03 | 1 | -1/+2 |
* | fix typo in previous commit | trawick | 2004-02-27 | 1 | -1/+1 |
* | fix some compile and/or run-time bogosity on Unix-ish platforms | trawick | 2004-02-27 | 1 | -6/+4 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 1 | -49/+10 |
* | restore a rather important line which was removed when APR_SO_TIMEOUT | trawick | 2003-11-22 | 1 | -0/+1 |
* | Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replace | wrowe | 2003-11-20 | 1 | -10/+0 |
* | The use of "netmask" to hold options is a bit beyond bogus. That term has | gstein | 2003-11-02 | 1 | -34/+34 |
* | Implement apr_socket_atmark, similar to socket_atmark except 1) it's | wrowe | 2003-10-14 | 1 | -0/+14 |
* | axe these deprecated functions: | trawick | 2003-09-03 | 1 | -14/+0 |
* | Fix some problems with non-blocking socket handling on unix | trawick | 2003-05-30 | 1 | -4/+4 |
* | Fix a bug in socket timeout handling on unix that left the | trawick | 2003-05-30 | 1 | -0/+2 |
* | Implement APR_SO_RCVBUF socket option on Unix. | trawick | 2003-04-04 | 1 | -0/+12 |
* | Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com> | wrowe | 2003-02-24 | 1 | -1/+1 |
* | update apr_socket_opt_set() on Unix to get rid of the | trawick | 2003-02-07 | 1 | -21/+25 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -1/+1 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 1 | -1/+0 |
* | add APR_IPV6_V6ONLY socket option | trawick | 2002-11-13 | 1 | -0/+14 |
* | map the TCP_NODELAY socket option to SCTP_NODELAY as appropriate | trawick | 2002-10-22 | 1 | -3/+21 |
* | style tweaks only | trawick | 2002-10-22 | 1 | -20/+20 |
* | As rbb pointed out, two constructors are prone to bugs. Remap our old | wrowe | 2002-07-15 | 1 | -29/+2 |
* | Missed a semicol | wrowe | 2002-07-15 | 1 | -1/+1 |
* | Deprecate apr_get/setsockopt for apr_socket_opt_get/set | wrowe | 2002-07-15 | 1 | -4/+21 |
* | Symbol rename ("stat") so we don't shadow a libc symbol of the same name. | aaron | 2002-07-15 | 1 | -9/+9 |
* | Thanks for the test build, sander | wrowe | 2002-07-15 | 1 | -0/+1 |
* | Too literal. These aught to compile now. | wrowe | 2002-07-15 | 1 | -3/+5 |
* | Straightforward implementations of apr_socket_timeout_set/get, right | wrowe | 2002-07-15 | 1 | -0/+44 |
* | This particular code fragment gets an award for obfuscated code to save a | jerenkrantz | 2002-05-17 | 1 | -1/+6 |
* | Remove a few stray tabs. | jerenkrantz | 2002-05-17 | 1 | -7/+7 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | Tweak apr_gethostname() so that it detects truncation of the | trawick | 2001-11-20 | 1 | -3/+11 |
* | Performance: Add new socket option, APR_INCOMPLETE_READ, that should be | stoddard | 2001-07-30 | 1 | -0/+9 |
* | Fix accept filters by making all the various macro names agree with each other. | jwoolley | 2001-07-25 | 1 | -1/+1 |
* | We are setting a simple bitmask. Calling a function to do that is far | rbb | 2001-07-07 | 1 | -13/+0 |
* | Recognize systems where the TCP_NODELAY setting is inherited from | trawick | 2001-04-05 | 1 | -29/+29 |
* | The actual code for accept_filters on FreeBSD for APR. This is NOT | dreid | 2001-04-03 | 1 | -0/+16 |
* | Fix a typo which made apr_setsockopt(APR_TCP_NOPUSH) fail (on Linux, | trawick | 2001-03-14 | 1 | -1/+1 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 1 | -1/+1 |
* | Add code to allow APR to track the socket options it has set. This | dreid | 2001-01-25 | 1 | -34/+115 |