summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
Commit message (Expand)AuthorAgeFilesLines
* minor corrections to apr_socket_sendv() documentationrjung2013-10-031-2/+2
* corresponding roughly to trunk r1405402:trawick2012-11-031-0/+2
* Merge parts of r896382 applicable to apr 1.5.x from trunk:trawick2012-08-141-4/+5
* Backport r1183693:sf2011-10-151-0/+2
* Merge r821524, r822431, r822892, r824500 from trunk:rpluem2009-10-161-0/+15
* Revert sockaddr.c all the way back to r428317, and discardwrowe2007-12-151-4/+0
* Propose an API and it's explicit meaning.wrowe2007-12-121-0/+4
* Add some documentationdreid2007-02-171-2/+2
* * include/apr_network_io.h: Avoid inappropriate use of the wordjorton2006-11-291-3/+6
* Fixes for the implementation, documentation and test case forjorton2006-10-251-1/+5
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* - remove what appears to be a copy/paste error from docs indreid2006-06-221-1/+0
* Documentation Clarificationianh2006-04-191-1/+1
* Fix handling of %pI with psprintf; the psprintf implementation assumesjorton2005-09-081-0/+9
* Implement pool accessor for socketsmturk2005-06-121-0/+5
* * network_io/unix/multicast.c (apr_mcast_leave): Rename 'leave'jorton2005-02-151-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add Support for Single Source Multicast.pquerna2005-01-101-8/+6
* Add arguments for Single Source Multicast Support as suggested by Colm pquerna2005-01-031-2/+10
* Adding an initial Multicast API.pquerna2005-01-021-0/+57
* Add support for Linux's TCP_DEFER_ACCEPT. Sort of like FreeBSD's accept filt...pquerna2004-12-111-0/+4
* * include/apr_network_io.h (apr_socket_sendfile): Documentjorton2004-12-011-1/+3
* add some hints about non-blocking socketstrawick2004-09-301-5/+14
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* silence 2 doxygen warningsianh2003-12-291-0/+4
* axe apr_sockaddr_port_set() and apr_sockaddr_port_get() from APRtrawick2003-12-051-16/+0
* remove apr_sockaddr_ip_set() APItrawick2003-12-031-12/+1
* Add apr_socket_type_get() for retrieving the type (e.g., stream)trawick2003-11-301-1/+8
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replacewrowe2003-11-201-18/+0
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-141-0/+9
* * configure.in, build/apr_network.m4: Remove APR_INADDR_NONEjorton2003-10-011-0/+10
* For platforms which have "struct sockaddr_stroage", allowjorton2003-09-291-0/+5
* Move the 'sa' field to the end of the structure, to ensurejorton2003-09-171-9/+9
* axe these deprecated functions:trawick2003-09-031-42/+0
* remove these deprecated interfaces:trawick2003-09-031-40/+2
* describe the timeout parameter to apr_socket_timeout_set()trawick2003-05-301-0/+6
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-18/+21
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-241-2/+7
* clarify where the storage comes from with apr_sockaddr_ip_get()trawick2003-02-171-1/+2
* Clarify the changeover with APR 1.0wrowe2003-02-161-2/+4
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Fix the docs for apr_bind.rbb2002-12-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-8/+61
* add APR_IPV6_V6ONLY socket optiontrawick2002-11-131-0/+3
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-28/+36
* map the TCP_NODELAY socket option to SCTP_NODELAY as appropriatetrawick2002-10-221-1/+3
* Add apr_socket_create_ex() to allow protocol to be specified for thetrawick2002-10-181-0/+33
* Add APR_IPV4_ADDR_OK flag to apr_sockaddr_info_get() to allowtrawick2002-10-111-2/+18
* Add a comment about a needed (future) fix to the API.gstein2002-08-151-0/+2