summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate apr_get/setsockopt for apr_socket_opt_get/setwrowe2002-07-151-13/+22
* apr_get/setsockopt (badly named) doesn't work for apr_interval_time_t's,wrowe2002-07-151-12/+23
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-118/+2
* Changed the return values of the apr_*_inherit_(un)set functions frombrane2002-07-051-2/+2
* set/set, unset/unset.wrowe2002-06-091-0/+3
* Remove one of the two declarations of apr_socket_inherit_set()brianp2002-06-091-3/+0
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-081-1/+7
* Added APR_INCOMPLETE_WRITEbrianp2002-04-111-0/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* There is no apparent need to expose the guts of apr_ipsubnet_t,trawick2002-03-121-13/+2
* Nothing serious, just DoxyGenatationwrowe2002-02-201-3/+3
* fix a typo in a commenttrawick2002-02-131-1/+1
* While breaking my autoconf output, I ran across this missing semicolon.aaron2002-01-091-1/+1
* Add apr_sockaddr_equal() for comparing APR sockaddrs.trawick2001-12-261-0/+13
* Tweak apr_gethostname() so that it detects truncation of thetrawick2001-11-201-1/+2
* fix some typos and small inaccuracies in the commentstrawick2001-11-131-6/+6
* fix some homophonic issues in comments, as well as sometrawick2001-08-151-1/+1
* Add the rest of the doxygen changes for APR.rbb2001-08-121-63/+50
* Don't use the name "socket" because certain GCC settings warn aboutgstein2001-08-081-2/+2
* Performance: Add new socket option, APR_INCOMPLETE_READ, that should bestoddard2001-07-301-0/+11
* Solve the make exports problems with these accessor wrappers by simplywrowe2001-07-261-2/+2
* Fix accept filters by making all the various macro names agree with each other.jwoolley2001-07-251-3/+3
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.wrowe2001-07-181-11/+2
* Change 'inherit' to a usual flags value, use 2^24 for the first ratherwrowe2001-07-161-3/+23
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-161-1/+5
* Add a family field to apr_sockaddr_t so there is a straightforward placetrawick2001-05-021-0/+2
* Fix the compile on platforms without accept filters.rbb2001-04-031-0/+12
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingtrawick2001-03-151-0/+33
* OK, so this commit adds basic UDP support for Unix. I've had this ondreid2001-03-081-0/+21
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-37/+37
* fix a typotrawick2001-02-021-1/+1
* another style nit caught by C::Scandougm2001-02-021-2/+2
* Add code to allow APR to track the socket options it has set. Thisdreid2001-01-251-0/+7
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-66/+125
* apr_getaddrinfo() can now return multiple addresses for a host viatrawick2000-12-181-0/+3
* Axe apr_get_hostname(). Use apr_getnameinfo() instead.trawick2000-12-181-9/+0
* axe apr_get_inaddr(); apr_getaddrinfo() does the equivalent functiontrawick2000-12-151-7/+0
* Add apr_getnameinfo(), which uses getnameinfo() when APR_HAVE_IPV6 istrawick2000-12-131-0/+10
* Add apr_parse_addr_port() for parsing the hostname:port portion oftrawick2000-12-071-0/+33
* Cleanup some docs in the lock and network headers.rbb2000-12-041-55/+58
* Protect a couple of functions with the appropriate #if's.rbb2000-12-021-0/+2