summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), andtrawick2000-12-011-23/+0
* Make the APR headers sane.gstein2000-11-261-1/+3
* *) "socket" arg -> "sock" to prevent name collision (shadowing)gstein2000-11-261-17/+25
* This adds a simple apr_getservbyname to APR.dreid2000-11-241-0/+8
* Further clarification of apr_sendfile()'s "len" parmgregames2000-11-221-1/+3
* Rename sa_len to salen in apr_sockaddr_t. Some platforms have a macrorbb2000-11-211-1/+1
* Remove a duplicate line in apr_set_port() and fix sometrawick2000-11-211-2/+2
* Some of the forewarned APR network_io interface changes:trawick2000-11-211-23/+16
* apr_create_tcp_socket() has been removed. Use apr_create_socket()trawick2000-11-211-7/+0
* Change apr_bind() to take apr_sockaddr_t.trawick2000-11-191-2/+3
* Add apr_get_sockaddr() for getting the address of one of thetrawick2000-11-181-2/+10
* This changes AF_ to APR_. The reason is that if we're on a platformdreid2000-11-181-0/+13
* Make it clear that the len parm on apr_sendfile only applies to datagregames2000-11-171-1/+1
* APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.trawick2000-11-171-1/+18
* Add apr_inet_ntop(), apr_inet_pton(), apr_create_socket(), andtrawick2000-11-161-0/+10
* This is a small step toward's David Reid's IPv6 patch. I startedtrawick2000-11-161-1/+4
* add a warning about the use of inet_network() when inet_addr() isn'ttrawick2000-11-151-1/+3
* A few minor tweaks and some clarification of the purpose of a field.dreid2000-11-101-4/+4
* Add the apr_sockaddr_t type. I've added a single pointer that should be useddreid2000-11-101-0/+29
* More local/remote changes and tidy up http_vhost a bit.dreid2000-11-101-10/+13
* Bring the apr_in_addr type into line with naming conventions and make changesdreid2000-11-101-3/+2
* This is the next step in the conversion of socket address functions todreid2000-11-091-20/+12
* This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_portdreid2000-11-081-20/+12
* This adds the apr_port_t type to APR and should change all references in thedreid2000-11-081-5/+9
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnrbb2000-11-071-4/+4
* I'm not sure I really like this as it smacks of code duplication withdreid2000-11-031-0/+7
* Make the len parm to apr_sendfile() apr_ssize_t * instead of apr_size_t *trawick2000-11-031-1/+1
* Fix a coupl of misspellings; make some doc more consistent.trawick2000-11-031-5/+5
* Make 2nd parm of apr_connect() const char * instead of char *.trawick2000-11-021-1/+1
* Fix some typos in the comments.trawick2000-10-251-2/+2
* Update send_the_file to fall back to a read/write loop on platformsrbb2000-10-071-10/+1
* This is ugly, but at least we compile again on platforms that lackjim2000-10-071-0/+9
* APRize disabling nagle (setting TCP_NODELAY).bjh2000-08-221-0/+1