summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some missing doxygen documentation (even if ready to use!)Christophe Jaillet2019-05-041-2/+4
* Merge r1816628, r1817485 from trunk:Joe Orton2017-12-121-0/+2
* Merge r1816527 from trunk:Joe Orton2017-11-291-0/+23
* * include/apr_network_io.h: Document APR_SO_FREEBIND here.Joe Orton2016-03-031-0/+1
* Merge 1733451 from trunk:Joe Orton2016-03-031-0/+3
* Backport r745764 from trunk:Stefan Fritsch2014-05-141-1/+1
* Merge r1587045, r1587543 from trunk:Jim Jagielski2014-04-281-0/+10
* Merge r745763 from trunk:Jim Jagielski2014-04-281-0/+33
* merge r1548575 from trunk:Jeff Trawick2013-12-061-0/+2
* Merge r1541061 from trunk:Jeff Trawick2013-11-121-0/+10
* merge r1460241 from trunk:Jeff Trawick2013-10-211-0/+6
* Merge apr 1.x bits of r1084662 from trunk:Jeff Trawick2013-10-211-1/+1
* minor corrections to apr_socket_sendv() documentationRainer Jung2013-10-031-2/+2
* corresponding roughly to trunk r1405402:Jeff Trawick2012-11-031-0/+2
* Merge parts of r896382 applicable to apr 1.5.x from trunk:Jeff Trawick2012-08-141-4/+5
* Backport r1183693:Stefan Fritsch2011-10-151-0/+2
* Merge r821524, r822431, r822892, r824500 from trunk:Ruediger Pluem2009-10-161-0/+15
* Revert sockaddr.c all the way back to r428317, and discardWilliam A. Rowe Jr2007-12-151-4/+0
* Propose an API and it's explicit meaning.William A. Rowe Jr2007-12-121-0/+4
* 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