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