| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Initialise _res.nsaddr_list in res_init(), fixing some programs which depend |  sthen | 2014-01-15 | 1 | -1/+6 |
* | most obvious unsigned char casts for ctype |  deraadt | 2013-11-24 | 2 | -4/+5 |
* | pull in missing includes (math.h, unistd.h, stdlib.h) needed for |  deraadt | 2013-11-12 | 2 | -2/+4 |
* | sync with recent name changes; |  jmc | 2013-08-08 | 2 | -20/+19 |
* | missing symbol rename. |  eric | 2013-07-17 | 1 | -2/+2 |
* | Make some symbols static and prefix all visible symbols with asr_ |  eric | 2013-07-12 | 21 | -250/+246 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze |  tedu | 2013-06-05 | 1 | -3/+3 |
* | Move search domain iteration code in res_search_async.c where it belongs. |  eric | 2013-06-01 | 3 | -112/+118 |
* | Make hostaliases work for gethostbyname() and getaddrinfo() when |  eric | 2013-06-01 | 5 | -38/+40 |
* | Update asr_hostaliases() to make all necessary checks in the function. |  eric | 2013-06-01 | 2 | -14/+14 |
* | iterating over the ns list only matters for res_send_async.c, so move |  eric | 2013-06-01 | 3 | -39/+37 |
* | use paramaters instead of static storage in _gethostbyname() |  eric | 2013-05-29 | 1 | -26/+48 |
* | Add minimal support for _res setup and update. |  eric | 2013-05-27 | 11 | -45/+93 |
* | various small fixes; |  jmc | 2013-04-30 | 1 | -4/+5 |
* | Do not take external buffers for storing DNS responses in the internal |  eric | 2013-04-30 | 12 | -122/+55 |
* | copy input flags in result addrinfo structures. |  eric | 2013-04-30 | 1 | -1/+2 |
* | check return value of strdup(), fix mem leak in error path and take |  otto | 2013-04-17 | 1 | -10/+17 |
* | give a timespec a name that is easier to verify |  deraadt | 2013-04-17 | 1 | -5/+5 |
* | spacing |  deraadt | 2013-04-14 | 4 | -8/+8 |
* | Proper access of _THREAD_PRIVATE storage. Avoids a mem leak and reinit |  otto | 2013-04-11 | 1 | -3/+3 |
* | show what we parsed in debug output; ok guether@ |  otto | 2013-04-09 | 1 | -2/+2 |
* | Do not fail if the user buffer is too short to hold the packet: fill it up |  eric | 2013-04-08 | 2 | -5/+26 |
* | Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right. |  chrisz | 2013-04-08 | 1 | -2/+2 |
* | do not fail on EINTR |  eric | 2013-04-05 | 1 | -4/+16 |
* | fix alignment issue in getnetby{addr,name}() too. |  eric | 2013-04-04 | 1 | -6/+10 |
* | use the provided ALIGN() macro instead of re-inventing a square wheel. |  eric | 2013-04-04 | 1 | -7/+3 |
* | properly follow the CNAME chain in reverse lookups |  eric | 2013-04-03 | 1 | -5/+13 |
* | Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensure |  matthew | 2013-04-03 | 1 | -2/+7 |
* | add comment for how EINPROGRESS is handled there. |  eric | 2013-04-02 | 1 | -1/+6 |
* | make sure we always point before the current offset. |  eric | 2013-04-02 | 1 | -2/+2 |
* | better implementation for tcp_read() that can get the packet length in |  eric | 2013-04-02 | 2 | -23/+35 |
* | If more than one lookup line is found in resolv.conf, the latest one |  eric | 2013-04-01 | 1 | -18/+9 |
* | properly check for domain name truncation at various places and fail |  eric | 2013-04-01 | 3 | -20/+30 |
* | space cleanup; ok eric |  deraadt | 2013-04-01 | 2 | -4/+4 |
* | space cleanup; ok eric |  deraadt | 2013-04-01 | 13 | -72/+72 |
* | rename field |  eric | 2013-04-01 | 2 | -6/+6 |
* | simpler and saner implementation for tcp_write(). now fully handles |  eric | 2013-04-01 | 2 | -40/+16 |
* | fix alignment issue in the structure filled by gethostby{name,addr}() |  eric | 2013-04-01 | 1 | -10/+23 |
* | Principle of least astonishment: implement nameserver retry/backoff as |  eric | 2013-03-31 | 2 | -8/+10 |
* | allow "0" as service name for raw sockets. |  eric | 2013-03-30 | 1 | -2/+2 |
* | Do not assume local nameserver if resolv.conf doesn't exist, just use |  eric | 2013-03-30 | 2 | -8/+7 |
* | don't ever skip reload the very first time; detective work by rpe@; ok eric@ |  otto | 2013-03-30 | 1 | -2/+2 |
* | properly handle scope when parsing IPv6 addresses. |  eric | 2013-03-29 | 1 | -2/+32 |
* | res_querydomain()'s code to terminate the domain with '.' had the assignment |  guenther | 2013-03-29 | 1 | -2/+2 |
* | correctly show the scope for IPv6 addresses in getnameinfo() |  eric | 2013-03-29 | 1 | -4/+27 |
* | Do not fail in gethostbyname_async() if there are multiple addresses in |  eric | 2013-03-29 | 1 | -3/+3 |
* | accept and use any protocol specified by the caller. |  eric | 2013-03-28 | 1 | -14/+10 |
* | explicitely -> explicitly; |  jmc | 2013-03-27 | 1 | -2/+2 |
* | Only use the search domains for DNS lookups, as the current resolver does. |  eric | 2013-03-27 | 7 | -85/+63 |
* | Allow gethostbyname() to accept a numeric IP string. |  eric | 2012-12-17 | 1 | -4/+47 |