summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added APR_INCOMPLETE_WRITEBrian Pane2002-04-111-0/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* There is no apparent need to expose the guts of apr_ipsubnet_t,Jeff Trawick2002-03-121-13/+2
* Nothing serious, just DoxyGenatationWilliam A. Rowe Jr2002-02-201-3/+3
* fix a typo in a commentJeff Trawick2002-02-131-1/+1
* While breaking my autoconf output, I ran across this missing semicolon.Aaron Bannert2002-01-091-1/+1
* Add apr_sockaddr_equal() for comparing APR sockaddrs.Jeff Trawick2001-12-261-0/+13
* Tweak apr_gethostname() so that it detects truncation of theJeff Trawick2001-11-201-1/+2
* fix some typos and small inaccuracies in the commentsJeff Trawick2001-11-131-6/+6
* fix some homophonic issues in comments, as well as someJeff Trawick2001-08-151-1/+1
* Add the rest of the doxygen changes for APR.Ryan Bloom2001-08-121-63/+50
* Don't use the name "socket" because certain GCC settings warn aboutGreg Stein2001-08-081-2/+2
* Performance: Add new socket option, APR_INCOMPLETE_READ, that should beBill Stoddard2001-07-301-0/+11
* Solve the make exports problems with these accessor wrappers by simplyWilliam A. Rowe Jr2001-07-261-2/+2
* Fix accept filters by making all the various macro names agree with each other.Cliff Woolley2001-07-251-3/+3
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.William A. Rowe Jr2001-07-181-11/+2
* Change 'inherit' to a usual flags value, use 2^24 for the first ratherWilliam A. Rowe Jr2001-07-161-3/+23
* Added an inherit flag to apr_socket_create and other socket creationRyan Bloom2001-07-161-1/+5
* Add a family field to apr_sockaddr_t so there is a straightforward placeJeff Trawick2001-05-021-0/+2
* Fix the compile on platforms without accept filters.Ryan Bloom2001-04-031-0/+12
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingJeff Trawick2001-03-151-0/+33