summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replacewrowe2003-11-205-62/+29
* There were no 'cont'-named pool objects, simple copy-n-paste bug.wrowe2003-11-171-1/+1
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-174-5/+20
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-025-97/+98
* OS/2: get apr_socket_atmark() to build, adding a required size parameter tobjh2003-10-161-2/+3
* Time to turn on the protocol member for APR 1.0.wrowe2003-10-153-12/+0
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-143-0/+40
* Make use of the AI_ADDRCONFIG flag conditional (some versions ofjorton2003-09-291-2/+2
* work around a problem in current AIX getaddrinfo()trawick2003-09-091-0/+10
* axe these deprecated functions:trawick2003-09-039-224/+5
* remove these deprecated interfaces:trawick2003-09-033-117/+7
* 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-083-11/+83
* 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-243-3/+3
* 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-072-2/+2
* Namespace protection for include/arch/ header filesthommay2003-01-0615-22/+22
* Update copyright notices to 2003.thommay2003-01-0113-13/+13
* NetWare needs some defines that are in apr_private.hbnicholes2002-12-181-0/+3
* Rename apr_recvfrom -> apr_socket_recvfrombjh2002-11-201-3/+14
* Win32: Fix Win32 compile break due to last commit (renames)stoddard2002-11-202-2/+2
* *) Renames done (deprecated functions wrapped):thommay2002-11-2011-117/+406
* add APR_IPV6_V6ONLY socket optiontrawick2002-11-132-0/+28
* Fix build on BSD/OS 4.0, where sys/sysctl.h needs other headers to bejorton2002-11-121-1/+2
* Based on Brad's feedback, we don't want really huge things on thewrowe2002-10-301-19/+50
* Fat fingers, missing an #endifwrowe2002-10-271-0/+1
* The last broken tree was a good example that sa_common has outlivedwrowe2002-10-273-1025/+870
* Fix a problem retrieving the remote socket address for socketstrawick2002-10-255-0/+34
* fix a typo in a commenttrawick2002-10-241-1/+1
* map the TCP_NODELAY socket option to SCTP_NODELAY as appropriatetrawick2002-10-222-4/+31
* minor style tweakstrawick2002-10-221-4/+4
* style tweaks onlytrawick2002-10-221-20/+20
* Win32: Fix apr_shutdown() to honor the setting of apr_shutdown_how_estoddard2002-10-221-1/+1
* fix compile break in OS/2 and Win32 apr_os_sock_make()trawick2002-10-182-4/+4
* apr_os_sock_put() shouldn't assume any particular protocoltrawick2002-10-183-3/+3
* fix compile breaktrawick2002-10-181-1/+1