summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* include the proper header file to get prototypesJeff Trawick2002-07-111-1/+2
* An attempt at the OS/2 implementation. I have no OS/2 box, so thisRyan Bloom2002-07-112-248/+0
* Remove the old BeOS poll implementation. BeOS's poll implementation looksRyan Bloom2002-07-112-328/+1
* Reimplement apr_poll() on Unix. This improves performance by giving theRyan Bloom2002-07-113-457/+13
* Get rid of a couple of redundant zero assignments. We call memset()Aaron Bannert2002-07-101-2/+0
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-105-17/+17
* Changed the return values of the apr_*_inherit_(un)set functions fromBranko Čibej2002-07-051-6/+6
* use new time conversion macros in place of APR_USEC_PER_SECBrian Pane2002-07-053-6/+6
* Have inherit_set/unset work correctly. Sockets can't do this, so punt.William A. Rowe Jr2002-07-031-2/+24
* FreeBSD apr_sendfile: test for kernel version to determine whether toGreg Ames2002-07-021-9/+66
* Last for today (compiles clean on Win32, hope the same for the rest ofWilliam A. Rowe Jr2002-06-083-10/+7
* Allows the internal socket netmask of the accepted socket to initialize itselfBradley Nicholes2002-06-071-0/+11
* win32 now passes testsockopt. Merge the Netware codepathBill Stoddard2002-06-061-58/+39
* More of the WinCE port.William A. Rowe Jr2002-06-044-10/+50
* Win32: WTF was I thinking with that last commit? this is right (I hope :-)Bill Stoddard2002-05-221-12/+10
* Win32: Fix bug introduced by the commit that added GetOverlappedResults()Bill Stoddard2002-05-221-12/+17
* Win32: Rearrange code for clarityBill Stoddard2002-05-221-14/+12
* Win32: Rather pointless to call GetOverlappedResults() on a socket weBill Stoddard2002-05-201-2/+4
* Win32: Need to check for WSA_IO_PENDING.Bill Stoddard2002-05-201-1/+2
* Win32: Call GetOverlappedResults to get the results of an asyncBill Stoddard2002-05-201-8/+15
* FreeBSD sendfile: return an error if the kernel returns 0 & no bytes sent.Greg Ames2002-05-171-10/+21
* This particular code fragment gets an award for obfuscated code to save aJustin Erenkrantz2002-05-171-1/+6
* linux sendfile: exit with an error if the file gets smaller in the middle ofGreg Ames2002-05-171-7/+19
* Remove a few stray tabs.Justin Erenkrantz2002-05-171-7/+7
* OS/2: Fix apr_recv() when timeout == 0.Brian Havard2002-05-081-2/+2
* optimized away some loop iterations in inet_ntop6()Brian Pane2002-05-051-6/+5
* inet_ntop6() optimization: collapse two passes through the inputBrian Pane2002-05-051-6/+9
* Formatting fixes onlyBrian Pane2002-05-051-87/+97
* Some performance fixes for inet_ntop6()Brian Pane2002-05-051-3/+11
* Small fix for beos networking.David Reid2002-05-011-1/+1
* A read with 0 bytes is an APR_EOF. Found this running ab.Bill Stoddard2002-04-271-2/+1
* Reduce the number of apr_sendfile calls on AIX and OS/390 byJeff Trawick2002-04-251-0/+12
* apr_sendfile: implement APR_INCOMPLETE_WRITE semantics for FreeBSD. ThisGreg Ames2002-04-241-11/+23
* for the gethostbyname() path in apr_sockaddr_info_get(), always handleJeff Trawick2002-04-241-4/+0
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-223-0/+3
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-223-0/+6
* standardize some apr_foo_close() functions (call apr_pool_cleanup_run())Jeff Trawick2002-04-161-2/+1
* On platforms where the nonblocking flag on a listener socket isBrian Pane2002-04-151-0/+5
* OS/2: Fix apr_os_put_sock() to set local address as unknown & timeout to -1.Brian Havard2002-04-141-0/+3
* OS/2: Set up local_addr of accepted socketBrian Havard2002-04-141-2/+9
* Solaris version of the code that inserts a select before theBrian Pane2002-04-111-0/+21
* If a socket write or sendfile call writes less than the requestedBrian Pane2002-04-111-2/+35
* make sure apr_sockaddr_t->port gets filled in after the kernelJeff Trawick2002-04-052-0/+4
* Fix win32 compile breakBill Stoddard2002-04-011-1/+1
* simplify sockaddr manipulation code a little bitJeff Trawick2002-04-012-61/+18
* rename internal function apr_set_sockaddr_vars() to apr_sockaddr_vars_set()Jeff Trawick2002-04-012-7/+7
* clean up the unix networking code by creating a new functionJeff Trawick2002-03-282-75/+31
* Rename the "cntxt" members of the fileio structures to "pool".Sander Striker2002-03-201-2/+2
* slight apr_sockaddr_info_get() simplification/speed-up:Jeff Trawick2002-03-141-10/+1
* Update our copyright for this year.Roy T. Fielding2002-03-1319-19/+19