| Commit message (Expand) | Author | Age | Files | Lines |
* | make ARRAY_SIZE commonly available internally | Mike Frysinger | 2011-11-27 | 1 | -3/+0 |
* | resolv: hide relocations | Bernhard Reutner-Fischer | 2011-11-17 | 1 | -0/+7 |
* | resolv: fix memory leak | Bernhard Reutner-Fischer | 2011-10-21 | 1 | -0/+2 |
* | resolv: commentary typo fix | Bernhard Reutner-Fischer | 2011-10-20 | 1 | -1/+1 |
* | gethostbyname_r: set correct h_errno upon failure | Bernhard Reutner-Fischer | 2011-10-20 | 1 | -0/+1 |
* | resolv: fix compilation | Bernhard Reutner-Fischer | 2011-10-20 | 1 | -2/+2 |
* | resolv: simple optimizations and style/readability fixes | Denys Vlasenko | 2011-09-10 | 1 | -118/+107 |
* | inet/resolv: add res_ninit and res_nclose | Daniel Mack | 2011-08-26 | 1 | -13/+128 |
* | inet/resolv: add res_mkquery | Daniel Mack | 2011-08-26 | 1 | -1/+115 |
* | inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflag | Daniel Mack | 2011-08-26 | 1 | -0/+195 |
* | inet/resolv: add dn_skipname and ns_name_skip | Daniel Mack | 2011-08-26 | 1 | -0/+52 |
* | inet/resolv: Add dn_comp | Daniel Mack | 2011-08-26 | 1 | -1/+14 |
* | inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compress | Daniel Mack | 2011-08-26 | 1 | -0/+468 |
* | inet/resolv: add ns_{put,get}{16,32} | Daniel Mack | 2011-08-26 | 1 | -0/+26 |
* | libc/inet/resolv.c: comment on #endif lines | Daniel Mack | 2011-08-26 | 1 | -30/+30 |
* | resolv: fix bug in res_init with ipv6 nameservers | Bernhard Reutner-Fischer | 2011-06-17 | 1 | -2/+2 |
* | resolv: try next server on SERVFAIL | Bernhard Reutner-Fischer | 2011-06-14 | 1 | -1/+1 |
* | resolv: really fix res_close not to hang with ipv6 | Bernhard Reutner-Fischer | 2011-04-13 | 1 | -2/+2 |
* | resolv: fix res_close not to hang with ipv6 | Bernhard Reutner-Fischer | 2011-04-12 | 1 | -1/+1 |
* | resolv.c fails for /etc/hosts lookups | Philip Nye | 2010-11-23 | 1 | -8/+12 |
* | Fix resolver broken in NPTL build | Timo Teräs | 2010-08-28 | 1 | -2/+2 |
* | resolv: simplify MAXALIAS handling | Bernhard Reutner-Fischer | 2010-08-19 | 1 | -16/+7 |
* | resolver: switch to config parser | Bernhard Reutner-Fischer | 2010-08-05 | 1 | -136/+119 |
* | Immediately try next nameserver on recv() failure | Ingo van Lil | 2010-07-28 | 1 | -1/+3 |
* | resolv: various memory corruption and off by one fixes | Timo Teras | 2010-05-07 | 1 | -4/+8 |
* | resolv: tentatively fix usage of uninitialized DNS parameters | Denys Vlasenko | 2010-04-09 | 1 | -4/+2 |
* | Fix use-after-free bug in __dns_lookup | Gabor Juhos | 2010-04-06 | 1 | -3/+1 |
* | resolv: DEBUG-print nameserver we talk to | Bernhard Reutner-Fischer | 2010-03-30 | 1 | -2/+18 |
* | /etc/resolv.conf: support "timeout:n" and "attempts:n" options | Denys Vlasenko | 2010-02-03 | 1 | -13/+41 |
* | errno: hide __libc_resp, __libc_errno, and __libc_h_errno | Khem Raj | 2010-02-01 | 1 | -1/+1 |
* | libc/inet: mark other odd /etc/conf/ spot | Bernhard Reutner-Fischer | 2010-01-23 | 1 | -0/+2 |
* | check stat("/etc/resolv.conf") for errors | Denys Vlasenko | 2009-10-14 | 1 | -1/+2 |
* | libc/inet/resolv.c: reread resolv.conf if its mtime was changed | Bernhard Reutner-Fischer | 2009-10-13 | 1 | -6/+9 |
* | link-time warning for obsolescent/removed network funcs | Bernhard Reutner-Fischer | 2009-10-08 | 1 | -0/+4 |
* | resolv.c: add support for per thread res_state | Austin Foxley | 2009-09-26 | 1 | -3/+52 |
* | libc/inet/resolv.c: | Denis Vlasenko | 2009-04-18 | 1 | -276/+465 |
* | resolver: | Denis Vlasenko | 2009-03-10 | 1 | -63/+7 |
* | - fix comment style to make it compile again | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -27/+37 |
* | resolv: fix testcase failure | Denis Vlasenko | 2008-12-17 | 1 | -2/+2 |
* | remove __libc_getdomainname alias. google says only we have it. | Denis Vlasenko | 2008-12-10 | 1 | -6/+1 |
* | resolver: make new name resolutions reread /etc/resolv.conf | Denis Vlasenko | 2008-12-06 | 1 | -219/+197 |
* | random: use smaller data fields where appropriate | Denis Vlasenko | 2008-12-01 | 1 | -0/+1 |
* | gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer | Denis Vlasenko | 2008-12-01 | 1 | -15/+20 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -28/+29 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -6/+6 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 1 | -4/+4 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
* | resolver: use timeout of 5 (glibc uses that). | Denis Vlasenko | 2008-11-17 | 1 | -10/+7 |
* | resolver: separate gethostent and gethostent_r into two .o files; | Denis Vlasenko | 2008-11-17 | 1 | -131/+134 |
* | resolver: move large code blocks to arrange related functions closer. | Denis Vlasenko | 2008-11-17 | 1 | -510/+489 |