summaryrefslogtreecommitdiff
path: root/network_io/unix/sockopt.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* * network_io/unix/sockopt.c (apr_socket_opt_set): Thou whilst notjorton2005-08-261-1/+0
* Added a missing break statement that was causing TCP_NODELAY tobrianp2005-08-261-0/+1
* Allow setting both the TCP_NODELAY and TCP_CORK socket options forjorton2005-08-251-4/+16
* send and receive buffer sizes are not flags, and callertrawick2005-06-141-10/+4
* clean up a commentwsanchez2005-05-241-4/+5
* Handle BEOS_R5 weirdness with gethostname()jim2005-04-201-1/+5
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add support for Linux's TCP_DEFER_ACCEPT. Sort of like FreeBSD's accept filt...pquerna2004-12-111-0/+15
* On BeOS R5 we don't have the option available.dreid2004-12-101-1/+4
* Even if we do not check the value of APR_IPV6_V6ONLY before setting, we stilljerenkrantz2004-04-031-1/+2
* fix typo in previous committrawick2004-02-271-1/+1
* fix some compile and/or run-time bogosity on Unix-ish platformstrawick2004-02-271-6/+4
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* restore a rather important line which was removed when APR_SO_TIMEOUTtrawick2003-11-221-0/+1
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replacewrowe2003-11-201-10/+0
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-021-34/+34
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-141-0/+14
* axe these deprecated functions:trawick2003-09-031-14/+0
* Fix some problems with non-blocking socket handling on unixtrawick2003-05-301-4/+4
* Fix a bug in socket timeout handling on unix that left thetrawick2003-05-301-0/+2
* Implement APR_SO_RCVBUF socket option on Unix.trawick2003-04-041-0/+12
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-241-1/+1
* update apr_socket_opt_set() on Unix to get rid of thetrawick2003-02-071-21/+25
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-1/+0
* add APR_IPV6_V6ONLY socket optiontrawick2002-11-131-0/+14
* map the TCP_NODELAY socket option to SCTP_NODELAY as appropriatetrawick2002-10-221-3/+21
* style tweaks onlytrawick2002-10-221-20/+20
* As rbb pointed out, two constructors are prone to bugs. Remap our oldwrowe2002-07-151-29/+2
* Missed a semicolwrowe2002-07-151-1/+1
* Deprecate apr_get/setsockopt for apr_socket_opt_get/setwrowe2002-07-151-4/+21
* Symbol rename ("stat") so we don't shadow a libc symbol of the same name.aaron2002-07-151-9/+9
* Thanks for the test build, sanderwrowe2002-07-151-0/+1
* Too literal. These aught to compile now.wrowe2002-07-151-3/+5
* Straightforward implementations of apr_socket_timeout_set/get, rightwrowe2002-07-151-0/+44
* This particular code fragment gets an award for obfuscated code to save ajerenkrantz2002-05-171-1/+6
* Remove a few stray tabs.jerenkrantz2002-05-171-7/+7
* Update our copyright for this year.fielding2002-03-131-1/+1
* Tweak apr_gethostname() so that it detects truncation of thetrawick2001-11-201-3/+11
* Performance: Add new socket option, APR_INCOMPLETE_READ, that should bestoddard2001-07-301-0/+9
* Fix accept filters by making all the various macro names agree with each other.jwoolley2001-07-251-1/+1
* We are setting a simple bitmask. Calling a function to do that is farrbb2001-07-071-13/+0
* Recognize systems where the TCP_NODELAY setting is inherited fromtrawick2001-04-051-29/+29
* The actual code for accept_filters on FreeBSD for APR. This is NOTdreid2001-04-031-0/+16
* Fix a typo which made apr_setsockopt(APR_TCP_NOPUSH) fail (on Linux,trawick2001-03-141-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* Add code to allow APR to track the socket options it has set. Thisdreid2001-01-251-34/+115