| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r835758 from trunk: | Ruediger Pluem | 2009-11-13 | 1 | -1/+1 |
* | Backport r831641 from the trunk. | Bojan Smojver | 2009-11-01 | 1 | -2/+10 |
* | Merge r821524, r822431, r822892, r824500 from trunk: | Ruediger Pluem | 2009-10-16 | 3 | -0/+76 |
* | Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958 | Bojan Smojver | 2009-06-12 | 1 | -6/+40 |
* | Backport r746115 from the trunk. | Bojan Smojver | 2009-02-20 | 1 | -0/+4 |
* | backport r739640 from trunk | Jeff Trawick | 2009-02-01 | 1 | -0/+8 |
* | Fix PR44367. | Bojan Smojver | 2008-05-29 | 1 | -0/+46 |
* | Fix PR44971. | Bojan Smojver | 2008-05-27 | 1 | -1/+1 |
* | Darwin sendfile() cleanup. | Jim Jagielski | 2008-05-15 | 1 | -8/+3 |
* | Bypass the call to sendfile if *len is 0. This | Jim Jagielski | 2008-05-14 | 1 | -0/+3 |
* | Restructure Darwin's sendfile impl again. Instead of writev(), | Jim Jagielski | 2008-05-09 | 1 | -66/+70 |
* | this should not have been committed with the CHANGES patch | Jim Jagielski | 2008-05-07 | 1 | -1/+0 |
* | Oops... forgot to combine the CHANGES :) | Jim Jagielski | 2008-05-07 | 1 | -3/+4 |
* | Make Darwin's sendfile() really work :) | Jim Jagielski | 2008-05-07 | 1 | -1/+0 |
* | apr_getservbyname(): Use proper method for converting port | Jeff Trawick | 2008-05-02 | 1 | -1/+1 |
* | Optimize away a second poll by simply looping on the existing poll | William A. Rowe Jr | 2008-05-01 | 1 | -7/+3 |
* | Reflow the OS/X sendfile implementation to proceed from writev(hd..iovec) | William A. Rowe Jr | 2008-05-01 | 1 | -16/+23 |
* | Correct legacy crumbs from the new OS/X sendfile changes. | William A. Rowe Jr | 2008-04-25 | 1 | -5/+2 |
* | Support OS/X sendfile by using writev rather than the miscounted sendfile's | William A. Rowe Jr | 2008-04-24 | 1 | -12/+26 |
* | Solve mis-handling of struct group_source_req on Win32 by using | William A. Rowe Jr | 2008-01-03 | 1 | -2/+2 |
* | Revert sockaddr.c all the way back to r428317, and discard | William A. Rowe Jr | 2007-12-15 | 1 | -11/+0 |
* | Round out the implementation of APR_IPV6_V4MAPPED_OK. | William A. Rowe Jr | 2007-12-12 | 1 | -1/+1 |
* | irrespective of if we back this out, prevent doubled resolver calls. | William A. Rowe Jr | 2007-12-11 | 1 | -3/+4 |
* | One byte typo; this should build now. | William A. Rowe Jr | 2007-12-10 | 1 | -1/+1 |
* | Propose a patch to satisfy Joe's concerns about returning IPv4 mapped addresses | William A. Rowe Jr | 2007-12-10 | 1 | -1/+6 |
* | Where hostname is provided in ipv4 numeric form, as we've | William A. Rowe Jr | 2007-12-07 | 1 | -0/+5 |
* | First draft guesswork for the final implementation of sendfile, this | William A. Rowe Jr | 2007-10-25 | 1 | -0/+103 |
* | Apply the Unix fix to Win32 (gee thanks Joe ;-) | William A. Rowe Jr | 2007-10-15 | 1 | -1/+4 |
* | Silence an emit for P64 and LP64 platforms, where int can't | William A. Rowe Jr | 2007-10-14 | 1 | -2/+2 |
* | Clean up spurious noise on platforms where the setsockopt's | William A. Rowe Jr | 2007-10-13 | 1 | -3/+3 |
* | Code style only. Forward port struct initialization from rev 573481 | Roy T. Fielding | 2007-09-07 | 1 | -4/+1 |
* | I was experimenting with options on ELSE_WIN_OS_IS_ANSI, | William A. Rowe Jr | 2007-08-24 | 1 | -1/+5 |
* | SetHandleInformation is not supported on WinCE, but the Win 9x code path | William A. Rowe Jr | 2007-05-31 | 1 | -2/+2 |
* | alloc_socket() now defaults to remote_host_unknown == 1 | William A. Rowe Jr | 2007-01-09 | 1 | -3/+1 |
* | * network_io/unix/multicast.c (find_if_index): Fix build if | Joe Orton | 2007-01-07 | 1 | -2/+5 |
* | Sync Win32/OS2 unknown remote_addr and local_port flags to unix src. | William A. Rowe Jr | 2006-11-28 | 2 | -0/+8 |
* | * network_io/unix/sendrecv.c (apr_socket_sendfile) [HAVE_SENDFILEV]: | Joe Orton | 2006-11-07 | 1 | -2/+4 |
* | Fixes for the implementation, documentation and test case for | Joe Orton | 2006-10-25 | 1 | -1/+3 |
* | * network_io/unix/sockets.c (apr_socket_accept): Fix remote_addr | Joe Orton | 2006-09-19 | 1 | -4/+6 |
* | Make sure the temporary remote addr is initialized | Mladen Turk | 2006-09-14 | 1 | -0/+1 |
* | Do not allocate new socket if accept fails. | Mladen Turk | 2006-09-11 | 1 | -12/+17 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 14 | -14/+14 |
* | Update license header. | Joe Orton | 2006-08-03 | 14 | -84/+84 |
* | Fix warning about unused variables on new versions of FreeBSD. | Garrett Rooney | 2006-06-05 | 1 | -1/+4 |
* | * network_io/unix/sendrecv.c [__linux__] (apr_socket_sendfile): Limit | Joe Orton | 2006-05-04 | 1 | -0/+8 |
* | Make apr_socket_recvfrom set the port in the from sockaddr. | Garrett Rooney | 2006-04-27 | 3 | -1/+8 |
* | * network_io/unix/sendrecv.c (apr_socket_sendv): Implement for | Joe Orton | 2006-04-05 | 1 | -2/+5 |
* | fix compile break on systems like AIX 4.3.3 which | Jeff Trawick | 2006-03-11 | 1 | -1/+1 |
* | Zero the len out value on error, to follow the unix behavior of | William A. Rowe Jr | 2006-02-04 | 1 | -0/+1 |
* | The OS/2 send() function returns EINVAL if the data size is > 64k so limit the | Brian Havard | 2006-01-05 | 1 | -0/+4 |