summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
Commit message (Expand)AuthorAgeFilesLines
* Add some documentationDavid Reid2007-02-171-2/+2
* * include/apr_network_io.h: Avoid inappropriate use of the wordJoe Orton2006-11-291-3/+6
* Fixes for the implementation, documentation and test case forJoe Orton2006-10-251-1/+5
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* - remove what appears to be a copy/paste error from docs inDavid Reid2006-06-221-1/+0
* Documentation ClarificationIan Holsman2006-04-191-1/+1
* Fix handling of %pI with psprintf; the psprintf implementation assumesJoe Orton2005-09-081-0/+9
* Implement pool accessor for socketsMladen Turk2005-06-121-0/+5
* * network_io/unix/multicast.c (apr_mcast_leave): Rename 'leave'Joe Orton2005-02-151-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add Support for Single Source Multicast.Paul Querna2005-01-101-8/+6
* Add arguments for Single Source Multicast Support as suggested by Colm Paul Querna2005-01-031-2/+10
* Adding an initial Multicast API.Paul Querna2005-01-021-0/+57
* Add support for Linux's TCP_DEFER_ACCEPT. Sort of like FreeBSD's accept filt...Paul Querna2004-12-111-0/+4
* * include/apr_network_io.h (apr_socket_sendfile): DocumentJoe Orton2004-12-011-1/+3
* add some hints about non-blocking socketsJeff Trawick2004-09-301-5/+14
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* silence 2 doxygen warningsIan Holsman2003-12-291-0/+4
* axe apr_sockaddr_port_set() and apr_sockaddr_port_get() from APRJeff Trawick2003-12-051-16/+0
* remove apr_sockaddr_ip_set() APIJeff Trawick2003-12-031-12/+1
* Add apr_socket_type_get() for retrieving the type (e.g., stream)Jeff Trawick2003-11-301-1/+8
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replaceWilliam A. Rowe Jr2003-11-201-18/+0
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'sWilliam A. Rowe Jr2003-10-141-0/+9
* * configure.in, build/apr_network.m4: Remove APR_INADDR_NONEJoe Orton2003-10-011-0/+10
* For platforms which have "struct sockaddr_stroage", allowJoe Orton2003-09-291-0/+5
* Move the 'sa' field to the end of the structure, to ensureJoe Orton2003-09-171-9/+9
* axe these deprecated functions:Jeff Trawick2003-09-031-42/+0
* remove these deprecated interfaces:Jeff Trawick2003-09-031-40/+2
* describe the timeout parameter to apr_socket_timeout_set()Jeff Trawick2003-05-301-0/+6
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-18/+21
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>William A. Rowe Jr2003-02-241-2/+7
* clarify where the storage comes from with apr_sockaddr_ip_get()Jeff Trawick2003-02-171-1/+2
* Clarify the changeover with APR 1.0William A. Rowe Jr2003-02-161-2/+4
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Fix the docs for apr_bind.Ryan Bloom2002-12-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-8/+61
* add APR_IPV6_V6ONLY socket optionJeff Trawick2002-11-131-0/+3
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-28/+36
* map the TCP_NODELAY socket option to SCTP_NODELAY as appropriateJeff Trawick2002-10-221-1/+3
* Add apr_socket_create_ex() to allow protocol to be specified for theJeff Trawick2002-10-181-0/+33
* Add APR_IPV4_ADDR_OK flag to apr_sockaddr_info_get() to allowJeff Trawick2002-10-111-2/+18
* Add a comment about a needed (future) fix to the API.Greg Stein2002-08-151-0/+2
* Deprecate apr_get/setsockopt for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-13/+22
* apr_get/setsockopt (badly named) doesn't work for apr_interval_time_t's,William A. Rowe Jr2002-07-151-12/+23
* Reimplement apr_poll() on Unix. This improves performance by giving theRyan Bloom2002-07-111-118/+2
* Changed the return values of the apr_*_inherit_(un)set functions fromBranko Čibej2002-07-051-2/+2
* set/set, unset/unset.William A. Rowe Jr2002-06-091-0/+3
* Remove one of the two declarations of apr_socket_inherit_set()Brian Pane2002-06-091-3/+0
* Last for today (compiles clean on Win32, hope the same for the rest ofWilliam A. Rowe Jr2002-06-081-1/+7