| Commit message (Expand) | Author | Age | Files | Lines |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 10 | -15/+15 |
* | Fix Win32 compile break caused by ap_ to apr_ migration. Change ap_sendfile to | Bill Stoddard | 2000-08-04 | 2 | -11/+11 |
* | Win32: Fix problem with timeout units on TransmitFile. | Bill Stoddard | 2000-08-04 | 2 | -7/+9 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 23 | -388/+388 |
* | Fix problems with APR sockaddr handling on Win32. It didn't always | Jeff Trawick | 2000-08-01 | 3 | -12/+83 |
* | ap_recv() on Win32: Set bytes-read to 0 on error. | Jeff Trawick | 2000-08-01 | 1 | -0/+1 |
* | win32 ap_connect(): check for hostname; it is valid not to | Jeff Trawick | 2000-07-25 | 1 | -10/+12 |
* | Changes to get Win32 compiling again, including substituting | William A. Rowe Jr | 2000-07-25 | 2 | -2/+2 |
* | Update dependencies | Sascha Schumann | 2000-07-23 | 1 | -2/+4 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 2 | -0/+2 |
* | ap_sendfile() fix: If the caller passes NULL for the ap_hdtr_t *, | Jeff Trawick | 2000-07-18 | 1 | -0/+22 |
* | Update the Tru64 flavor of ap_sendfile() with latest | Jeff Trawick | 2000-07-18 | 1 | -110/+83 |
* | If TCP_NODELAY is set, ap_sendfile fails on Linux w/EINVAL. | Jeff Trawick | 2000-07-18 | 1 | -18/+75 |
* | Add ap_sendfile for Tru64 Unix. This needs to be tested better, but it | Ryan Bloom | 2000-07-15 | 1 | -1/+143 |
* | a while back, we said "segfault on invalid params rather than returning an | Greg Stein | 2000-07-08 | 5 | -78/+12 |
* | const-ify the userdata interfaces | Greg Stein | 2000-07-08 | 7 | -14/+15 |
* | Update dependancies in APR | Ryan Bloom | 2000-07-07 | 1 | -26/+29 |
* | ap_sendfile() fixes: | Jeff Trawick | 2000-07-07 | 1 | -1/+25 |
* | ap_sendfile() fixes: | Jeff Trawick | 2000-07-07 | 1 | -12/+29 |
* | WinNT: Implement acceptex socket reuse. Make sure that the ap_sendfile flags | Bill Stoddard | 2000-07-06 | 5 | -14/+46 |
* | Bring beos back into line following the changes to iol_socket. | David Reid | 2000-07-03 | 1 | -1/+13 |
* | OS/2: Add ap_getsocketopt() implementation. | Brian Havard | 2000-07-01 | 1 | -0/+14 |
* | APR network_io for Unix: | Jeff Trawick | 2000-06-28 | 3 | -10/+74 |
* | ap_sendfile() fixes for OS/390 and FreeBSD... | Jeff Trawick | 2000-06-27 | 1 | -6/+23 |
* | Change Unix and Win32 ap_setsockopt() so that APR_SO_NONBLOCK | Jeff Trawick | 2000-06-27 | 2 | -4/+4 |
* | Can't add anything to a void*. Make it a char* for these manipulations. | Greg Stein | 2000-06-26 | 1 | -2/+2 |
* | Remove const from ap_socket_t parameters on APR functions so that | Jeff Trawick | 2000-06-26 | 7 | -18/+18 |
* | Add a header file. | David Reid | 2000-06-26 | 1 | -0/+1 |
* | More AIX ap_sendfile() clean-up. Use ap_alloc rather than malloc to allocate | Bill Stoddard | 2000-06-23 | 1 | -6/+17 |
* | I accidentally renamed APR_HAS_SENDFILE to APR_HAVE_SENFILE yesterday. This | Ryan Bloom | 2000-06-22 | 2 | -5/+5 |
* | Implement retrieval of socket timeouts for Unix so that saferead() can | Jeff Trawick | 2000-06-22 | 1 | -0/+12 |
* | Big commit. Basically, if APR defines a public feature macro, then APR | Ryan Bloom | 2000-06-22 | 4 | -10/+11 |
* | Remove warnings on some 64 bit machines because we were return 32 bit | Ryan Bloom | 2000-06-21 | 1 | -2/+2 |
* | Implement ap_sendfile on AIX | Bill Stoddard | 2000-06-19 | 1 | -7/+107 |
* | Continuing the cleanup of beos code. | David Reid | 2000-06-17 | 1 | -2/+2 |
* | Get rid of some unnecessary parameter checking (let it segfault). | Jeff Trawick | 2000-06-15 | 1 | -20/+2 |
* | Win32: Cleanup ap_setsockopt(). First cut at implementing ap_getsockopt() and... | Bill Stoddard | 2000-06-14 | 2 | -17/+45 |
* | Get non-blocking network I/O working on Windows. Apache serves pages on Windows | Bill Stoddard | 2000-06-14 | 2 | -12/+42 |
* | Fix saferead on beos. The server now works as expected again :) | David Reid | 2000-06-14 | 1 | -2/+25 |
* | This takes the BeOS defines to include the networking code. Removed some une... | David Reid | 2000-06-13 | 8 | -19/+13 |
* | Tidy up the unix network code in light of the latest network | David Reid | 2000-06-12 | 4 | -61/+29 |
* | Update dependencies. | Ben Laurie | 2000-06-11 | 1 | -7/+11 |
* | - don't call fcntl more than once for the socket | dgaudet | 2000-06-10 | 2 | -2/+9 |
* | Put the BeOS network code back into APR. According the David Reid, | Ryan Bloom | 2000-05-30 | 8 | -0/+1302 |
* | Add a new APR function. This function basically lets a file masquerade as | Ryan Bloom | 2000-05-24 | 1 | -0/+14 |
* | BEOS: ap_shutdown should return APR_SUCCESS or errno. | Roy T. Fielding | 2000-05-23 | 1 | -10/+4 |
* | First function removed from Unix MPM's and moved to a common file. This | Ryan Bloom | 2000-05-18 | 1 | -0/+1 |
* | Add a #else to keep us from getting "Unreachable code" warnings. | Ryan Bloom | 2000-05-16 | 1 | -1/+2 |
* | Remove the beos network I/O code and merge it with the unix code. Most | Ryan Bloom | 2000-05-16 | 13 | -1156/+100 |
* | The latest BeOS version uses the unix network code, so make the changes to | David Reid | 2000-05-12 | 1 | -0/+6 |