summaryrefslogtreecommitdiff
path: root/network_io/unix/sockaddr.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
* s/AF_UNSPEC/APR_UNSPEC/dreid2004-12-101-4/+4
* * network_io/unix/sockaddr.c (apr_getnameinfo): Fix getnameinfo onjorton2004-07-131-0/+3
* [Comment change only]: Allright. The warning was based on FreeBSD'smartin2004-07-051-13/+0
* Reminder for bugginessmartin2004-06-251-0/+13
* * network_io/unix/sockaddr.c (call_resolver): Fix lookups with NULLjorton2004-06-011-1/+13
* * network_io/unix/sockaddr.c (apr_getnameinfo): Use apr_uint32_t tojorton2004-05-231-5/+4
* Don't assume getnameinfo() can handle IPv4-mapped IPv6 addressestrawick2004-05-201-4/+3
* Workaround odd behaviour of AF_UNSPEC lookups with AI_PASSIVE set onjorton2004-03-041-1/+11
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* axe apr_sockaddr_port_set() and apr_sockaddr_port_get() from APRtrawick2003-12-051-16/+0
* remove apr_sockaddr_ip_set() APItrawick2003-12-031-27/+0
* Make use of the AI_ADDRCONFIG flag conditional (some versions ofjorton2003-09-291-2/+2
* work around a problem in current AIX getaddrinfo()trawick2003-09-091-0/+10
* Attempt to put this Darwin getnameinfo() sillyness behind us forever. Ifjerenkrantz2003-08-311-0/+19
* Set the hostnames on all apr_sockaddr_t's returned.jerenkrantz2003-08-151-0/+2
* If we don't have IPv6 enabled within APR (even if the OS supports it), wejerenkrantz2003-08-141-1/+11
* Make the getaddrinfo (IPv6) and gethostbyname (IPv4) implementationsjerenkrantz2003-08-141-2/+7
* Modify apr_sockaddr_info_get to call the resolver when we do not have ajerenkrantz2003-08-131-17/+20
* Use AI_ADDRCONFIG flag by default, where available.jorton2003-07-171-0/+15
* Just an interesting observation to Win32 IPV6 hackers.wrowe2003-02-161-0/+3
* Any header required by one platform is likely required by them all...wrowe2003-01-101-2/+0
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* NetWare needs some defines that are in apr_private.hbnicholes2002-12-181-0/+3
* Fat fingers, missing an #endifwrowe2002-10-271-0/+1
* The last broken tree was a good example that sa_common has outlivedwrowe2002-10-271-9/+870
* Fix a problem retrieving the remote socket address for socketstrawick2002-10-251-0/+15
* make sure apr_sockaddr_t->port gets filled in after the kerneltrawick2002-04-051-0/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* Fix how sa_common.c gets included. Leave a note explaining the magic.gstein2000-12-031-2/+9
* Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), andtrawick2000-12-011-25/+0
* Rename sa_len to salen in apr_sockaddr_t. Some platforms have a macrorbb2000-11-211-2/+2
* Some of the forewarned APR network_io interface changes:trawick2000-11-211-28/+0
* tweak get_local_addr() to reference the apr_sockaddr_t len fieldtrawick2000-11-161-3/+2
* fix bug in get_local_addr(): wrong address passed to getsockname()trawick2000-11-161-1/+1
* This is a small step toward's David Reid's IPv6 patch. I startedtrawick2000-11-161-7/+9
* This is the next step in the conversion of socket address functions todreid2000-11-091-83/+12
* This adds the APR_LOCAL/APR_REMOTE to APR and changes the apr_get/set_portdreid2000-11-081-27/+20
* This adds the apr_port_t type to APR and should change all references in thedreid2000-11-081-6/+6
* Provide a socklen_t to the user of APR as a portability aid. Sometrawick2000-09-221-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-16/+16
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+1
* APR network_io for Unix:trawick2000-06-281-0/+40
* Remove const from ap_socket_t parameters on APR functions so thattrawick2000-06-261-4/+4
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-221-1/+1
* more documentation movementdgaudet2000-04-141-72/+0
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-10/+10
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-10/+10