| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport r831641 from the trunk. | Bojan Smojver | 2009-11-01 | 1 | -2/+10 |
* | Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958 | Bojan Smojver | 2009-06-12 | 1 | -6/+40 |
* | * 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 | 1 | -1/+1 |
* | Update license header. | Joe Orton | 2006-08-03 | 1 | -6/+6 |
* | * network_io/unix/sockets.c: Remove stray semi-colon after | Joe Orton | 2005-12-08 | 1 | -1/+1 |
* | Fix apr_socket_addr_get(APR_REMOTE) after a non-blocking connect(): | Joe Orton | 2005-09-09 | 1 | -1/+13 |
* | Bring back INHERIT macros with new struct member rename. | Mladen Turk | 2005-06-12 | 1 | -0/+4 |
* | Implement pool accessor for sockets | Mladen Turk | 2005-06-12 | 1 | -13/+11 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Create the correct type of socket when using BeOS R5 | David Reid | 2004-12-10 | 1 | -2/+24 |
* | * network_io/unix/sockets.c (apr_socket_accept): Move TPF check for | Joe Orton | 2004-03-10 | 1 | -0/+7 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 1 | -49/+10 |
* | apr_socket_connect(): allow app to make subsequent call on | Jeff Trawick | 2003-12-16 | 1 | -1/+1 |
* | Add apr_socket_type_get() for retrieving the type (e.g., stream) | Jeff Trawick | 2003-11-30 | 1 | -0/+6 |
* | on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2) | Jeff Trawick | 2003-11-24 | 1 | -1/+2 |
* | Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replace | William A. Rowe Jr | 2003-11-20 | 1 | -2/+2 |
* | With the removal of apr_poll(), the apr_wait_for_io_or_timeout() function | Greg Stein | 2003-11-17 | 1 | -0/+5 |
* | The use of "netmask" to hold options is a bit beyond bogus. That term has | Greg Stein | 2003-11-02 | 1 | -7/+7 |
* | Time to turn on the protocol member for APR 1.0. | William A. Rowe Jr | 2003-10-15 | 1 | -4/+0 |
* | remove these deprecated interfaces: | Jeff Trawick | 2003-09-03 | 1 | -39/+2 |
* | apr_socket_data_set(): allow the same key to be used for | Jeff Trawick | 2003-07-08 | 1 | -3/+27 |
* | Fix some problems with non-blocking socket handling on unix | Jeff Trawick | 2003-05-30 | 1 | -1/+2 |
* | Keep screaming about these bogus assumptions until they disappear. | William A. Rowe Jr | 2003-03-19 | 1 | -0/+1 |
* | Namespace protection for include/arch/ header files | Thom May | 2003-01-06 | 1 | -2/+2 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 1 | -1/+1 |
* | *) Renames done (deprecated functions wrapped): | Thom May | 2002-11-20 | 1 | -5/+38 |
* | Fix a problem retrieving the remote socket address for sockets | Jeff Trawick | 2002-10-25 | 1 | -0/+4 |
* | apr_os_sock_put() shouldn't assume any particular protocol | Jeff Trawick | 2002-10-18 | 1 | -1/+1 |
* | Add apr_socket_create_ex() to allow protocol to be specified for the | Jeff Trawick | 2002-10-18 | 1 | -9/+26 |
* | axe some checks for out-of-storage which are not helpful; | Jeff Trawick | 2002-07-30 | 1 | -4/+0 |
* | include the proper header file to get prototypes | Jeff Trawick | 2002-07-11 | 1 | -1/+2 |
* | Last for today (compiles clean on Win32, hope the same for the rest of | William A. Rowe Jr | 2002-06-08 | 1 | -2/+2 |
* | standardize some apr_foo_close() functions (call apr_pool_cleanup_run()) | Jeff Trawick | 2002-04-16 | 1 | -2/+1 |
* | On platforms where the nonblocking flag on a listener socket is | Brian Pane | 2002-04-15 | 1 | -0/+5 |
* | rename internal function apr_set_sockaddr_vars() to apr_sockaddr_vars_set() | Jeff Trawick | 2002-04-01 | 1 | -2/+2 |
* | clean up the unix networking code by creating a new function | Jeff Trawick | 2002-03-28 | 1 | -44/+14 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | add a little reminder that in this new code, as in existing | Jeff Trawick | 2002-02-22 | 1 | -0/+2 |
* | Set the port values in apr_os_sock_make | Allan K. Edwards | 2002-02-22 | 1 | -0/+2 |
* | fix an IPv6 hole in apr_accept(); the bug prevented the proper | Jeff Trawick | 2002-01-04 | 1 | -2/+4 |
* | Fix minor typo in last patch: the pool has a different name. | Aaron Bannert | 2001-11-26 | 1 | -1/+1 |
* | Fixed a memory leak in apr_accept. Prevents memory from continually | Bradley Nicholes | 2001-11-26 | 1 | -0/+7 |
* | Pre-BONE BeOS doesn't have SO_ERROR so only call the code if we have SO_ERROR. | David Reid | 2001-11-08 | 1 | -9/+14 |
* | Clean up two warnings: | Cliff Woolley | 2001-08-08 | 1 | -2/+2 |
* | get sockets.c to compile and fix a bug in the error path | Jeff Trawick | 2001-08-08 | 1 | -2/+3 |
* | Finish the fix for the non-blocking connect. Basically, we need to | Ryan Bloom | 2001-08-07 | 1 | -0/+8 |
* | Non-blocking connects shouldn't be calling connect a second | Ryan Bloom | 2001-08-07 | 1 | -10/+3 |