| Commit message (Expand) | Author | Age | Files | Lines |
* | Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@ |  matthew | 2011-04-05 | 1 | -19/+17 |
* | More shrinkage, a bit for ramdisks but mostly for static binaries: |  guenther | 2009-11-18 | 1 | -1/+3 |
* | make getaddrinfo(3) accept numeric servname when ai_socktype is not |  fgsch | 2009-09-02 | 1 | -4/+2 |
* | simplify the 'family' option parser and make it more evident what we're |  pyr | 2009-06-04 | 1 | -24/+6 |
* | Add a resolv.conf option to specify the order in which getaddrinfo |  pyr | 2009-06-04 | 1 | -7/+34 |
* | Typos. |  ray | 2007-05-20 | 1 | -3/+3 |
* | Remove no-op code. From tbert. |  ray | 2007-05-18 | 1 | -3/+1 |
* | Improve reentrancy by not using global variable. Removes two |  ray | 2007-05-17 | 1 | -31/+11 |
* | Use size_t for strlen results. |  ray | 2007-05-12 | 1 | -4/+6 |
* | Clean up macros according to style. From tbert <bret dot lambert at gmail>. |  ray | 2007-05-12 | 1 | -27/+27 |
* | Use syslog_r instead of syslog in getaddrinfo. Slowly making |  ray | 2007-05-10 | 1 | -4/+9 |
* | strlen(3) returns size_t. |  ray | 2007-02-18 | 1 | -4/+6 |
* | Remove duplicate code. No functional change. |  ray | 2007-02-17 | 1 | -39/+22 |
* | Remove two mutexes by replacing getservbyname() and getservbyport() |  ray | 2007-02-15 | 1 | -9/+8 |
* | Remove int pretending to be a size_t. |  ray | 2007-02-14 | 1 | -5/+2 |
* | change semantics of ff01::/16 to interface local multicast |  itojun | 2006-11-17 | 1 | -2/+3 |
* | Clarify strlcpy code by explicitly naming variable `len' and |  ray | 2006-04-18 | 1 | -5/+6 |
* | Remove str2number(), use strtonum(3) instead. |  ray | 2006-04-14 | 1 | -44/+20 |
* | Pass size of correct variable to memset(). |  ray | 2006-03-22 | 1 | -2/+2 |
* | fix spelling mistake (in comment); |  jmc | 2005-07-18 | 1 | -2/+2 |
* | make the resolver stat resolv.conf and update if it changes. |  tedu | 2005-03-30 | 1 | -5/+5 |
* | ansify. ok deraadt@ moritz@ |  otto | 2005-03-25 | 1 | -80/+31 |
* | major bump to libc and libpthread to break the dependency of a |  marc | 2004-06-07 | 1 | -2/+2 |
* | implement RFC3493 AI_NUMERICSERV. tedu ok |  itojun | 2004-04-14 | 1 | -46/+14 |
* | bug library/3297: lib/libc/net/get{addr,name}info should share mutex |  marc | 2003-07-21 | 1 | -2/+3 |
* | fill ai_canonname field for numeric hostname, by the given hostname. |  itojun | 2003-05-14 | 1 | -8/+26 |
* | If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST |  jason | 2003-03-17 | 1 | -3/+3 |
* | strlcpy, check retval from sprintf |  itojun | 2003-03-04 | 1 | -2/+2 |
* | thread safer libc (note: safer, not safe) |  marc | 2003-01-28 | 1 | -29/+47 |
* | allocate 64K recieve buffer for DNS responses. |  itojun | 2002-08-27 | 1 | -18/+33 |
* | drop AAAA reply with IPv4 mapped address. sync w/kame |  itojun | 2002-08-22 | 1 | -1/+9 |
* | kill more strcpy |  deraadt | 2002-07-25 | 1 | -5/+4 |
* | have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup. |  itojun | 2002-07-24 | 1 | -3/+16 |
* | more type pedant |  itojun | 2002-07-01 | 1 | -2/+2 |
* | lint clean (and don't mixup signed/unsigned). from martin husemann |  itojun | 2002-07-01 | 1 | -12/+12 |
* | make more pedantic check on strtoul. from deraadt, sync w/kame |  itojun | 2002-07-01 | 1 | -8/+12 |
* | correct port range check. from deraadt. sync w/kame. bind-bugs have already notified. |  itojun | 2002-06-29 | 1 | -2/+3 |
* | %d/%u mixup (in #ifdef DEBUG) |  itojun | 2002-06-27 | 1 | -2/+2 |
* | correct bad practice in the code - it uses two changing variables |  itojun | 2002-06-26 | 1 | -10/+7 |
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) |  millert | 2002-02-17 | 1 | -23/+21 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -16/+16 |
* | label abort() from inside library as ILLEGAL |  deraadt | 2002-01-02 | 1 | -3/+3 |
* | use snprintf, not sprintf. sync with kame |  itojun | 2001-08-20 | 1 | -2/+2 |
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. |  lebel | 2001-06-27 | 1 | -3/+2 |
* | support EDNS0 (RFC2671) buffer size notification on DNS queries. |  itojun | 2001-06-11 | 1 | -1/+4 |
* | on /etc/hosts lookup, set "official host name" (the leftmost hostname) |  itojun | 2000-08-31 | 1 | -4/+7 |
* | Wall |  deraadt | 2000-08-22 | 1 | -2/+3 |
* | reject empty scopeid/numeric portname. sync with kame. |  itojun | 2000-07-09 | 1 | -9/+16 |
* | return EAI_NODATA, instead of EAI_NONAME, on name resolution errors. |  itojun | 2000-07-05 | 1 | -18/+18 |
* | translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229. |  itojun | 2000-05-15 | 1 | -2/+27 |