summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-0610-15/+15
* Fix Win32 compile break caused by ap_ to apr_ migration. Change ap_sendfile toBill Stoddard2000-08-042-11/+11
* Win32: Fix problem with timeout units on TransmitFile.Bill Stoddard2000-08-042-7/+9
* prefix libapr functions and types with apr_Doug MacEachern2000-08-0223-388/+388
* Fix problems with APR sockaddr handling on Win32. It didn't alwaysJeff Trawick2000-08-013-12/+83
* ap_recv() on Win32: Set bytes-read to 0 on error.Jeff Trawick2000-08-011-0/+1
* win32 ap_connect(): check for hostname; it is valid not toJeff Trawick2000-07-251-10/+12
* Changes to get Win32 compiling again, including substitutingWilliam A. Rowe Jr2000-07-252-2/+2
* Update dependenciesSascha Schumann2000-07-231-2/+4
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-212-0/+2
* ap_sendfile() fix: If the caller passes NULL for the ap_hdtr_t *,Jeff Trawick2000-07-181-0/+22
* Update the Tru64 flavor of ap_sendfile() with latestJeff Trawick2000-07-181-110/+83
* If TCP_NODELAY is set, ap_sendfile fails on Linux w/EINVAL.Jeff Trawick2000-07-181-18/+75
* Add ap_sendfile for Tru64 Unix. This needs to be tested better, but itRyan Bloom2000-07-151-1/+143
* a while back, we said "segfault on invalid params rather than returning anGreg Stein2000-07-085-78/+12
* const-ify the userdata interfacesGreg Stein2000-07-087-14/+15
* Update dependancies in APRRyan Bloom2000-07-071-26/+29
* ap_sendfile() fixes:Jeff Trawick2000-07-071-1/+25
* ap_sendfile() fixes:Jeff Trawick2000-07-071-12/+29
* WinNT: Implement acceptex socket reuse. Make sure that the ap_sendfile flagsBill Stoddard2000-07-065-14/+46
* Bring beos back into line following the changes to iol_socket.David Reid2000-07-031-1/+13
* OS/2: Add ap_getsocketopt() implementation.Brian Havard2000-07-011-0/+14
* APR network_io for Unix:Jeff Trawick2000-06-283-10/+74
* ap_sendfile() fixes for OS/390 and FreeBSD...Jeff Trawick2000-06-271-6/+23
* Change Unix and Win32 ap_setsockopt() so that APR_SO_NONBLOCKJeff Trawick2000-06-272-4/+4
* Can't add anything to a void*. Make it a char* for these manipulations.Greg Stein2000-06-261-2/+2
* Remove const from ap_socket_t parameters on APR functions so thatJeff Trawick2000-06-267-18/+18
* Add a header file.David Reid2000-06-261-0/+1
* More AIX ap_sendfile() clean-up. Use ap_alloc rather than malloc to allocateBill Stoddard2000-06-231-6/+17
* I accidentally renamed APR_HAS_SENDFILE to APR_HAVE_SENFILE yesterday. ThisRyan Bloom2000-06-222-5/+5
* Implement retrieval of socket timeouts for Unix so that saferead() canJeff Trawick2000-06-221-0/+12
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-224-10/+11
* Remove warnings on some 64 bit machines because we were return 32 bitRyan Bloom2000-06-211-2/+2
* Implement ap_sendfile on AIXBill Stoddard2000-06-191-7/+107
* Continuing the cleanup of beos code.David Reid2000-06-171-2/+2
* Get rid of some unnecessary parameter checking (let it segfault).Jeff Trawick2000-06-151-20/+2
* Win32: Cleanup ap_setsockopt(). First cut at implementing ap_getsockopt() and...Bill Stoddard2000-06-142-17/+45
* Get non-blocking network I/O working on Windows. Apache serves pages on WindowsBill Stoddard2000-06-142-12/+42
* Fix saferead on beos. The server now works as expected again :)David Reid2000-06-141-2/+25
* This takes the BeOS defines to include the networking code. Removed some une...David Reid2000-06-138-19/+13
* Tidy up the unix network code in light of the latest networkDavid Reid2000-06-124-61/+29
* Update dependencies.Ben Laurie2000-06-111-7/+11
* - don't call fcntl more than once for the socketdgaudet2000-06-102-2/+9
* Put the BeOS network code back into APR. According the David Reid,Ryan Bloom2000-05-308-0/+1302
* Add a new APR function. This function basically lets a file masquerade asRyan Bloom2000-05-241-0/+14
* BEOS: ap_shutdown should return APR_SUCCESS or errno.Roy T. Fielding2000-05-231-10/+4
* First function removed from Unix MPM's and moved to a common file. ThisRyan Bloom2000-05-181-0/+1
* Add a #else to keep us from getting "Unreachable code" warnings.Ryan Bloom2000-05-161-1/+2
* Remove the beos network I/O code and merge it with the unix code. MostRyan Bloom2000-05-1613-1156/+100
* The latest BeOS version uses the unix network code, so make the changes toDavid Reid2000-05-121-0/+6