Age | Commit message (Expand) | Author |
2012-04-17 | inet: adjust handling of cacnonname in getaddrinfo | Ed W |
2012-03-26 | inet:rpc: fix build in !NPTL case | Carmelo Amoroso |
2012-02-07 | inet:rpc: fix authnone_marshal in multithreading context | Carmelo Amoroso |
2011-11-27 | make ARRAY_SIZE commonly available internally | Mike Frysinger |
2011-11-17 | inet: hide relocations | Bernhard Reutner-Fischer |
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: build all res_* and ns_* functions conditionally | Daniel Mack |
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-06-14 | getaddrinfo: allow numeric service without any hints | Natanael Copa |
2011-05-12 | linux_specific: handle accept4 and pipe2 | Bernhard Reutner-Fischer |
2011-05-11 | accept4: Implement cancellation | Bernhard Reutner-Fischer |
2011-05-11 | Implement accept4 system call. | Thierry Reding |
2011-05-03 | getaddrinfo.c: fix incorrect check for ERANGE from gethostbyaddr_r | Denys Vlasenko |
2011-05-03 | getaddrinfo.c: improve code readability. No functional changes | Denys Vlasenko |
2011-05-02 | ether_aton: reject invalid input | 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 |
2011-03-09 | sunrpc: fix spurious fall-through | Mark Salter |
2011-03-06 | simplify ffs* code | Peter S. Mazinger |
2011-03-05 | Implement ffsl and ffsll. | Bernd Schmidt |
2011-03-03 | guard IPv6 stuff | Peter S. Mazinger |
2011-01-01 | libc/inet/netlinkaccess.h: Use the types from kernel | Khem Raj |
2010-11-23 | resolv.c fails for /etc/hosts lookups | Philip Nye |
2010-10-14 | getproto: increase line buffer size, simlify and fix alias handling | Natanael Copa |
2010-10-14 | getnet: simplify alias handling and reduce MAXALIASES | Natanael Copa |
2010-10-14 | getservice: fix handling of long lines | Natanael Copa |
2010-10-14 | getservice: getservent_r must return ERANGE when buffer is too small | Natanael Copa |
2010-09-17 | libc: Handle cancellation in non multiplexed socket calls | Carmelo Amoroso |
2010-08-28 | Fix resolver broken in NPTL build | Timo Teräs |
2010-08-19 | resolv: simplify MAXALIAS handling | Bernhard Reutner-Fischer |
2010-08-19 | getserv: fix reading services lines w > 80 chars | Bernhard Reutner-Fischer |
2010-08-05 | resolver: switch to config parser | Bernhard Reutner-Fischer |
2010-08-05 | getnet: switch to config parser | Bernhard Reutner-Fischer |
2010-08-05 | getproto: switch to config parser | Bernhard Reutner-Fischer |
2010-08-05 | switch getservice to config parser | Bernhard Reutner-Fischer |
2010-07-28 | Immediately try next nameserver on recv() failure | Ingo van Lil |