| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some documentation | David Reid | 2007-02-17 | 1 | -2/+2 |
* | * include/apr_network_io.h: Avoid inappropriate use of the word | Joe Orton | 2006-11-29 | 1 | -3/+6 |
* | Fixes for the implementation, documentation and test case for | Joe Orton | 2006-10-25 | 1 | -1/+5 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | Joe Orton | 2006-08-03 | 1 | -6/+6 |
* | - remove what appears to be a copy/paste error from docs in | David Reid | 2006-06-22 | 1 | -1/+0 |
* | Documentation Clarification | Ian Holsman | 2006-04-19 | 1 | -1/+1 |
* | Fix handling of %pI with psprintf; the psprintf implementation assumes | Joe Orton | 2005-09-08 | 1 | -0/+9 |
* | Implement pool accessor for sockets | Mladen Turk | 2005-06-12 | 1 | -0/+5 |
* | * network_io/unix/multicast.c (apr_mcast_leave): Rename 'leave' | Joe Orton | 2005-02-15 | 1 | -2/+2 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Add Support for Single Source Multicast. | Paul Querna | 2005-01-10 | 1 | -8/+6 |
* | Add arguments for Single Source Multicast Support as suggested by Colm | Paul Querna | 2005-01-03 | 1 | -2/+10 |
* | Adding an initial Multicast API. | Paul Querna | 2005-01-02 | 1 | -0/+57 |
* | Add support for Linux's TCP_DEFER_ACCEPT. Sort of like FreeBSD's accept filt... | Paul Querna | 2004-12-11 | 1 | -0/+4 |
* | * include/apr_network_io.h (apr_socket_sendfile): Document | Joe Orton | 2004-12-01 | 1 | -1/+3 |
* | add some hints about non-blocking sockets | Jeff Trawick | 2004-09-30 | 1 | -5/+14 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 1 | -49/+10 |
* | silence 2 doxygen warnings | Ian Holsman | 2003-12-29 | 1 | -0/+4 |
* | axe apr_sockaddr_port_set() and apr_sockaddr_port_get() from APR | Jeff Trawick | 2003-12-05 | 1 | -16/+0 |
* | remove apr_sockaddr_ip_set() API | Jeff Trawick | 2003-12-03 | 1 | -12/+1 |
* | Add apr_socket_type_get() for retrieving the type (e.g., stream) | Jeff Trawick | 2003-11-30 | 1 | -1/+8 |
* | Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replace | William A. Rowe Jr | 2003-11-20 | 1 | -18/+0 |
* | Implement apr_socket_atmark, similar to socket_atmark except 1) it's | William A. Rowe Jr | 2003-10-14 | 1 | -0/+9 |
* | * configure.in, build/apr_network.m4: Remove APR_INADDR_NONE | Joe Orton | 2003-10-01 | 1 | -0/+10 |
* | For platforms which have "struct sockaddr_stroage", allow | Joe Orton | 2003-09-29 | 1 | -0/+5 |
* | Move the 'sa' field to the end of the structure, to ensure | Joe Orton | 2003-09-17 | 1 | -9/+9 |
* | axe these deprecated functions: | Jeff Trawick | 2003-09-03 | 1 | -42/+0 |
* | remove these deprecated interfaces: | Jeff Trawick | 2003-09-03 | 1 | -40/+2 |
* | describe the timeout parameter to apr_socket_timeout_set() | Jeff Trawick | 2003-05-30 | 1 | -0/+6 |
* | Rebalance our exposed headers such that everything is nested properly | William A. Rowe Jr | 2003-03-05 | 1 | -18/+21 |
* | Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com> | William A. Rowe Jr | 2003-02-24 | 1 | -2/+7 |
* | clarify where the storage comes from with apr_sockaddr_ip_get() | Jeff Trawick | 2003-02-17 | 1 | -1/+2 |
* | Clarify the changeover with APR 1.0 | William A. Rowe Jr | 2003-02-16 | 1 | -2/+4 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 1 | -1/+1 |
* | Fix the docs for apr_bind. | Ryan Bloom | 2002-12-01 | 1 | -1/+1 |
* | *) Renames done (deprecated functions wrapped): | Thom May | 2002-11-20 | 1 | -8/+61 |
* | add APR_IPV6_V6ONLY socket option | Jeff Trawick | 2002-11-13 | 1 | -0/+3 |
* | Go through doxygen output and remove as many errors and warnings as I could. | Justin Erenkrantz | 2002-11-10 | 1 | -28/+36 |
* | map the TCP_NODELAY socket option to SCTP_NODELAY as appropriate | Jeff Trawick | 2002-10-22 | 1 | -1/+3 |
* | Add apr_socket_create_ex() to allow protocol to be specified for the | Jeff Trawick | 2002-10-18 | 1 | -0/+33 |
* | Add APR_IPV4_ADDR_OK flag to apr_sockaddr_info_get() to allow | Jeff Trawick | 2002-10-11 | 1 | -2/+18 |
* | Add a comment about a needed (future) fix to the API. | Greg Stein | 2002-08-15 | 1 | -0/+2 |
* | Deprecate apr_get/setsockopt for apr_socket_opt_get/set | William A. Rowe Jr | 2002-07-15 | 1 | -13/+22 |
* | apr_get/setsockopt (badly named) doesn't work for apr_interval_time_t's, | William A. Rowe Jr | 2002-07-15 | 1 | -12/+23 |
* | Reimplement apr_poll() on Unix. This improves performance by giving the | Ryan Bloom | 2002-07-11 | 1 | -118/+2 |
* | Changed the return values of the apr_*_inherit_(un)set functions from | Branko Čibej | 2002-07-05 | 1 | -2/+2 |
* | set/set, unset/unset. | William A. Rowe Jr | 2002-06-09 | 1 | -0/+3 |
* | Remove one of the two declarations of apr_socket_inherit_set() | Brian Pane | 2002-06-09 | 1 | -3/+0 |
* | Last for today (compiles clean on Win32, hope the same for the rest of | William A. Rowe Jr | 2002-06-08 | 1 | -1/+7 |