summaryrefslogtreecommitdiff
path: root/network_io/unix
Commit message (Expand)AuthorAgeFilesLines
* Update license header.jorton2006-09-204-24/+24
* Backport r443262 from trunk.mturk2006-09-141-0/+1
* Backport r442135 from trunk.mturk2006-09-121-12/+19
* Fix a warning when building on FreeBSD due to an error in the argumentsrooneg2005-11-231-1/+1
* merge from trunk:trawick2005-10-131-0/+1
* send and receive buffer sizes are not flags, and callertrawick2005-06-141-10/+4
* Backport r178340 from trunk:wsanchez2005-05-281-8/+8
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-044-4/+8
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-201-4/+0
* Backport from HEAD:jorton2004-07-131-0/+3
* backport this from 1.0-dev:trawick2004-05-241-5/+4
* backport this from 1.0-devtrawick2004-05-211-4/+3
* Backport from HEAD:jorton2004-04-151-0/+7
* Adjust for different prototype for apr_set_option between 0.9 and HEAD.jerenkrantz2004-04-041-1/+1
* APR 1.0 Backport: network/unix/sockopt.c r1.79, network/win32/sockopt.c r1.59jerenkrantz2004-04-031-1/+2
* Backport from HEAD:jorton2004-03-061-1/+11
* fix typo in previous committrawick2004-02-271-1/+1
* 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.0.jerenkrantz2004-02-134-196/+40
* apr_socket_connect(): allow app to make subsequent call ontrawick2003-12-161-1/+1
* Introduce apr_socket_atmark() with a more friendly failure case when thewrowe2003-10-161-0/+22
* Revert rev1.38 on 0.9 branch pending further testing on HEAD;jorton2003-09-291-15/+0
* work around a problem in current AIX getaddrinfo()trawick2003-09-091-0/+10
* Attempt to put this Darwin getnameinfo() sillyness behind us forever. Ifjerenkrantz2003-08-311-0/+19
* Set the hostnames on all apr_sockaddr_t's returned.jerenkrantz2003-08-151-0/+2
* If we don't have IPv6 enabled within APR (even if the OS supports it), wejerenkrantz2003-08-141-1/+11
* Make the getaddrinfo (IPv6) and gethostbyname (IPv4) implementationsjerenkrantz2003-08-141-2/+7
* Modify apr_sockaddr_info_get to call the resolver when we do not have ajerenkrantz2003-08-131-17/+20
* leave a comment about an interesting and possibly unexpectedtrawick2003-08-011-0/+8
* Use AI_ADDRCONFIG flag by default, where available.jorton2003-07-171-0/+15
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-081-3/+27
* Fix some problems with non-blocking socket handling on unixtrawick2003-05-303-21/+24
* fix some minor style problems (indention, curly braces)trawick2003-05-301-40/+40
* 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
* Make consistent with other platforms by not exporting apr_sendfilefielding2003-04-011-24/+7
* Keep screaming about these bogus assumptions until they disappear.wrowe2003-03-191-0/+1
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-241-1/+1
* Just an interesting observation to Win32 IPV6 hackers.wrowe2003-02-161-0/+3
* update apr_socket_opt_set() on Unix to get rid of thetrawick2003-02-071-21/+25
* Any header required by one platform is likely required by them all...wrowe2003-01-101-2/+0
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-066-8/+8
* Update copyright notices to 2003.thommay2003-01-014-4/+4
* NetWare needs some defines that are in apr_private.hbnicholes2002-12-181-0/+3
* *) Renames done (deprecated functions wrapped):thommay2002-11-203-61/+143
* add APR_IPV6_V6ONLY socket optiontrawick2002-11-131-0/+14
* Fix build on BSD/OS 4.0, where sys/sysctl.h needs other headers to bejorton2002-11-121-1/+2
* Fat fingers, missing an #endifwrowe2002-10-271-0/+1