summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
...
* *) 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
* Add apr_socket_create_ex() to allow protocol to be specified for thetrawick2002-10-183-27/+81
* Didn't intend to commit this. Was attempting to commit comments onwrowe2002-10-151-15/+1
* get it to compile (hopefully) on some systems without getaddrinfo()trawick2002-10-151-6/+6
* get sa_common.c to compile againtrawick2002-10-151-0/+1
* Change kibitz to a better kibitz.wrowe2002-10-151-1/+14
* Use EAI results on Win32 for the moment.wrowe2002-10-141-9/+15
* Make the code legible. Now note the OS2 discrepancy in handling h_errnowrowe2002-10-131-19/+19
* First, revert my changes from yesterday to make Jeff Trawick's suggestionswrowe2002-10-131-36/+44
* disconnected is determined in the while (bytes_to_send) {} logicwrowe2002-10-131-1/+1
* Prepare for IPV6 on win32 as well, cleaning up just a few code pathswrowe2002-10-131-44/+36
* WE can declare a variable after executing some code.rbb2002-10-111-1/+1
* Add APR_IPV4_ADDR_OK flag to apr_sockaddr_info_get() to allowtrawick2002-10-111-5/+51
* refactor apr_sockaddr_info_get()trawick2002-10-111-107/+117
* Silence preprocessor warningjerenkrantz2002-09-131-1/+1
* Can not set h_errno on NetWarebnicholes2002-09-101-0/+4
* Solve the elusive .pdf failure on Win32.wrowe2002-08-061-14/+17
* axe some checks for out-of-storage which are not helpful;trawick2002-07-303-18/+0
* Inherited socket()'s considered harmful on win32.wrowe2002-07-291-0/+37
* OS/2: Prevent duplicate symbol apr_wait_for_io_or_timeout by eliminating abjh2002-07-161-23/+3
* As rbb pointed out, two constructors are prone to bugs. Remap our oldwrowe2002-07-153-70/+6
* poll.c is not longer used or needed. Removing from the network_io directory.bnicholes2002-07-151-268/+0
* This emit will bug me for a year. Quell it, it's deprecated later anyways.wrowe2002-07-151-1/+1
* APR occurances to update for socket_opt_get/set and socket_timeout_get/setwrowe2002-07-151-6/+6
* Missed a semicolwrowe2002-07-153-3/+3
* Deprecate apr_get/setsockopt for apr_socket_opt_get/setwrowe2002-07-153-12/+61
* Symbol rename ("stat") so we don't shadow a libc symbol of the same name.aaron2002-07-151-9/+9
* The right solution. Follow the herd, use socketdes as our name.wrowe2002-07-154-54/+61
* Thanks for the test build, sanderwrowe2002-07-151-0/+1
* Use the correct macroswrowe2002-07-152-5/+6
* The last transpostion of ->timeout into apr_time fixed a bug identifiedwrowe2002-07-151-1/+1
* Implement the win32 apr_socket_timeout_set/get, and accomodate both thewrowe2002-07-152-12/+69
* Too literal. These aught to compile now.wrowe2002-07-152-4/+6
* Straightforward implementations of apr_socket_timeout_set/get, rightwrowe2002-07-152-1/+59
* include the proper header file to get prototypestrawick2002-07-111-1/+2
* An attempt at the OS/2 implementation. I have no OS/2 box, so thisrbb2002-07-112-248/+0