summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Knock off some XXX's prior to a7.wrowe2000-10-061-0/+1
* Here it is, the Win32 part of the big canonical errors patch.wrowe2000-10-065-28/+28
* Some systems have poll.h in include/sys, not include. I found thisrbb2000-09-291-0/+3
* Provide a socklen_t to the user of APR as a portability aid. Sometrawick2000-09-223-3/+3
* Add some .cvsignore goodness...dreid2000-09-161-0/+1
* Add apr-sendv using the "I don't have writev" workaround.dreid2000-08-291-0/+10
* Adjust the TCP_NODELAY code for the older BeOS stack...dreid2000-08-261-3/+11
* Don't fail to compile unix/sockopt.c if TCP_NODELAY isn't defined.trawick2000-08-221-0/+4
* APRize disabling nagle (setting TCP_NODELAY).bjh2000-08-224-1/+21
* Win32: After much experimentation, I've decided to continue to usestoddard2000-08-181-91/+142
* Win32: Simplify the code a bit by eliminating a variable.stoddard2000-08-171-15/+11
* Include apr_strings.h in a bunch more places that need it.bjh2000-08-061-0/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-0610-15/+15
* Fix Win32 compile break caused by ap_ to apr_ migration. Change ap_sendfile tostoddard2000-08-042-11/+11
* Win32: Fix problem with timeout units on TransmitFile.stoddard2000-08-042-7/+9
* prefix libapr functions and types with apr_dougm2000-08-0223-388/+388
* Fix problems with APR sockaddr handling on Win32. It didn't alwaystrawick2000-08-013-12/+83
* ap_recv() on Win32: Set bytes-read to 0 on error.trawick2000-08-011-0/+1
* win32 ap_connect(): check for hostname; it is valid not totrawick2000-07-251-10/+12
* Changes to get Win32 compiling again, including substitutingwrowe2000-07-252-2/+2
* Update dependenciessascha2000-07-231-2/+4
* Move all APR functions related to strings to their own directory, andrbb2000-07-212-0/+2
* ap_sendfile() fix: If the caller passes NULL for the ap_hdtr_t *,trawick2000-07-181-0/+22
* Update the Tru64 flavor of ap_sendfile() with latesttrawick2000-07-181-110/+83
* If TCP_NODELAY is set, ap_sendfile fails on Linux w/EINVAL.trawick2000-07-181-18/+75
* Add ap_sendfile for Tru64 Unix. This needs to be tested better, but itrbb2000-07-151-1/+143
* a while back, we said "segfault on invalid params rather than returning angstein2000-07-085-78/+12
* const-ify the userdata interfacesgstein2000-07-087-14/+15
* Update dependancies in APRrbb2000-07-071-26/+29
* ap_sendfile() fixes:trawick2000-07-071-1/+25
* ap_sendfile() fixes:trawick2000-07-071-12/+29
* WinNT: Implement acceptex socket reuse. Make sure that the ap_sendfile flagsstoddard2000-07-065-14/+46
* Bring beos back into line following the changes to iol_socket.dreid2000-07-031-1/+13
* OS/2: Add ap_getsocketopt() implementation.bjh2000-07-011-0/+14
* APR network_io for Unix:trawick2000-06-283-10/+74
* ap_sendfile() fixes for OS/390 and FreeBSD...trawick2000-06-271-6/+23
* Change Unix and Win32 ap_setsockopt() so that APR_SO_NONBLOCKtrawick2000-06-272-4/+4
* Can't add anything to a void*. Make it a char* for these manipulations.gstein2000-06-261-2/+2
* Remove const from ap_socket_t parameters on APR functions so thattrawick2000-06-267-18/+18
* Add a header file.dreid2000-06-261-0/+1
* More AIX ap_sendfile() clean-up. Use ap_alloc rather than malloc to allocatestoddard2000-06-231-6/+17
* I accidentally renamed APR_HAS_SENDFILE to APR_HAVE_SENFILE yesterday. Thisrbb2000-06-222-5/+5
* Implement retrieval of socket timeouts for Unix so that saferead() cantrawick2000-06-221-0/+12
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-224-10/+11
* Remove warnings on some 64 bit machines because we were return 32 bitrbb2000-06-211-2/+2
* Implement ap_sendfile on AIXstoddard2000-06-191-7/+107
* Continuing the cleanup of beos code.dreid2000-06-171-2/+2
* Get rid of some unnecessary parameter checking (let it segfault).trawick2000-06-151-20/+2
* Win32: Cleanup ap_setsockopt(). First cut at implementing ap_getsockopt() and...stoddard2000-06-142-17/+45
* Get non-blocking network I/O working on Windows. Apache serves pages on Windowsstoddard2000-06-142-12/+42