summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the old BeOS poll implementation. BeOS's poll implementation looksrbb2002-07-112-328/+1
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-113-457/+13
* Get rid of a couple of redundant zero assignments. We call memset()aaron2002-07-101-2/+0
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-105-17/+17
* Changed the return values of the apr_*_inherit_(un)set functions frombrane2002-07-051-6/+6
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-053-6/+6
* Have inherit_set/unset work correctly. Sockets can't do this, so punt.wrowe2002-07-031-2/+24
* FreeBSD apr_sendfile: test for kernel version to determine whether togregames2002-07-021-9/+66
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-083-10/+7
* Allows the internal socket netmask of the accepted socket to initialize itselfbnicholes2002-06-071-0/+11
* win32 now passes testsockopt. Merge the Netware codepathstoddard2002-06-061-58/+39
* More of the WinCE port.wrowe2002-06-044-10/+50
* Win32: WTF was I thinking with that last commit? this is right (I hope :-)stoddard2002-05-221-12/+10
* Win32: Fix bug introduced by the commit that added GetOverlappedResults()stoddard2002-05-221-12/+17
* Win32: Rearrange code for claritystoddard2002-05-221-14/+12
* Win32: Rather pointless to call GetOverlappedResults() on a socket westoddard2002-05-201-2/+4
* Win32: Need to check for WSA_IO_PENDING.stoddard2002-05-201-1/+2
* Win32: Call GetOverlappedResults to get the results of an asyncstoddard2002-05-201-8/+15
* FreeBSD sendfile: return an error if the kernel returns 0 & no bytes sent.gregames2002-05-171-10/+21
* This particular code fragment gets an award for obfuscated code to save ajerenkrantz2002-05-171-1/+6
* linux sendfile: exit with an error if the file gets smaller in the middle ofgregames2002-05-171-7/+19
* Remove a few stray tabs.jerenkrantz2002-05-171-7/+7
* OS/2: Fix apr_recv() when timeout == 0.bjh2002-05-081-2/+2
* optimized away some loop iterations in inet_ntop6()brianp2002-05-051-6/+5
* inet_ntop6() optimization: collapse two passes through the inputbrianp2002-05-051-6/+9
* Formatting fixes onlybrianp2002-05-051-87/+97
* Some performance fixes for inet_ntop6()brianp2002-05-051-3/+11
* Small fix for beos networking.dreid2002-05-011-1/+1
* A read with 0 bytes is an APR_EOF. Found this running ab.stoddard2002-04-271-2/+1
* Reduce the number of apr_sendfile calls on AIX and OS/390 bytrawick2002-04-251-0/+12