summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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