Cleanup nscd.c
[platform/upstream/linaro-glibc.git] / resolv /
2012-03-31 Siddhesh PoyarekarMerge copyright years in resolv/nss_dns/dns-host.c
2012-03-30 Siddhesh PoyarekarConsider TTL of CNAME record and return minimum TTL...
2012-03-30 Jeff Law * resolv/nss_dns/dns-host.c: Update copyright...
2012-03-30 Ulrich DrepperBetter error handling for sendmmsg use in res_send
2012-03-30 Ulrich DrepperCorrect check for DNS request send success
2012-03-30 Ulrich DrepperSpeed up DNS by avoiding a system call if possible
2012-03-28 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-03-28 Jeff Law [BZ #13760]
2012-03-27 Andreas JaegerMerge branch 'elf-move'
2012-03-23 Paul Pluzhnikov2012-03-23 Daniel Jacobowitz <dmj@google.com>
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-08 Thomas SchwingeFix struct timespec normalization (as used in many...
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
2012-03-07 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-02-29 Jeff Law[network] Avoid out ouf bounds read in __libc_res_nquer...
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2012-01-08 Ulrich DrepperRemove non-ELF support
2011-12-17 Ross LagerwallOpen /etc/resolv.conf with FD_CLOEXEC
2011-11-15 Ulrich DrepperClean up internal fopen uses
2011-11-12 Ulrich DrepperAvoid unused warning in getaddrinfo_a
2011-09-21 Joseph MyersLink libresolv.so with ld.so for __stack_chk_guard.
2011-09-10 Ulrich DrepperRemove support for !USE___THREAD
2011-09-10 Ulrich DrepperCleanup of configuration options
2011-08-20 Roland McGrathMerge branch 'roland/x86-tcb-align'
2011-08-18 Ulrich DrepperAdd rules to build libresolv with SSP flags
2011-08-04 Andreas SchwabProperly tokenize nameserver line for servers with...
2011-07-20 Andreas SchwabUse size_t for strlen results
2011-07-07 Andreas JaegerFix warnings in resolver code
2011-06-16 Ulrich DrepperFix typo in recent resolver change which causes segvs
2011-06-11 Roland McGrathQuash some new warnings from GCC 4.6.
2011-05-31 Ulrich DrepperHandle DNS server failures in case of AF_UNSPEC lookups...
2011-05-30 Ulrich DrepperMake resolv.conf parsing more compact
2011-05-30 Ulrich DrepperRecognize use-vc option in resolv.conf
2011-05-07 Ulrich DrepperBackport BIND code to query name as TLD.
2011-05-06 Andreas SchwabInstall rpc/netdb.h again
2011-05-05 Andreas SchwabDon't use removed rpc headers
2011-05-02 Bruno HaibleFix getnameinfo flags parameter type.
2010-11-26 Andreas SchwabDon't ignore zero TTL in DNS answers
2010-09-14 Ulrich DrepperActually make it possible to user the default name...
2010-08-25 Ulrich DrepperMissing server address again leads to localhost being...
2010-04-10 Ulrich DrepperFix crash on reloading of gai data in nscd.
2010-04-05 Ulrich DrepperHandle DNS timeouts in old-style lookkup code.
2010-04-05 Ulrich DrepperDeclare iruserok and iruserok_af.
2010-03-17 Andreas SchwabFix debug statements in resolver
2010-03-06 Yann DroneaudFix DEBUG statements in resolv/res_send.c
2010-01-15 Ulrich DrepperAlways use IPv4 sockets for IPv4 addresses.
2010-01-14 Ulrich DrepperRelax visibility of some more declaration.
2010-01-14 Ulrich DrepperRelax condition for resolver constant definition.
2010-01-13 Ulrich DrepperFix up netdb.h for XPG7.
2009-11-10 Andreas SchwabHandle running out of buffer space with IPv6 mapping...
2009-10-30 Ulrich DrepperInitialize local variable in resolver.
2009-10-29 Petar BogdanovicFix mixing IPv4 and IPv6 name server in resolv.conf.
2009-07-27 Adam TkacDefine and implement RES_USE_DNSSEC option in resolver.
2009-07-26 Ulrich DrepperHandle SERVFAIL, NOTIMP, REFUSED replies from DNS serve...
2009-07-17 Ulrich DrepperHandle overly large answer buffers in resolver.
2009-06-26 Ulrich DrepperImplement second fallback mode for DNS requests.
2009-06-11 Ulrich DrepperRemember we switched to single-request mode.
2009-05-16 Andreas SchwabRemove redundant .gitignore files.
2009-05-15 Jim Meyeringrename each .cvsignore file to .gitignore
2009-05-09 Ulrich Drepper[BZ #10128]
2009-04-16 Ulrich Drepper(send_dg): Don't just ignore the result we got in case...
2009-04-16 Ulrich Drepper* resolv/res_send.c (send_dg): Don't switch into single...
2009-04-08 Ulrich Drepper* malloc/malloc.c (_int_realloc): Add parameter with...
2009-04-07 Ulrich Drepper* resolv/res_hconf.c (_res_hconf_trim_domain): Use...
2009-04-07 Ulrich Drepper* resolv/resolv.h (RES_SNGLKUP): Define.
2009-02-16 Jakub Jelinek* stdlib/monetary.h: Uglify function parameter names.
2009-02-07 Ulrich Drepper[BZ #9781]
2009-01-08 Ulrich Drepper* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r...
2008-12-29 Ulrich Drepper* resolv/res_init.c (__res_vinit): Count all servers...
2008-12-08 Ulrich Drepper* resolv/res_send.c (send_dg): Use correct guards for...
2008-12-08 Ulrich Drepper* resolv/res_init.c (__res_vinit): Always assign to...
2008-12-03 Ulrich Drepper* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r...
2008-12-03 Ulrich Drepper* resolv/res_init.c (__res_vinit): Fill in IPv4 name...
2008-12-02 Ulrich Drepper* resolv/res_send.c (send_dg): Create sockets with...
2008-11-12 Ulrich Drepper(gaih_getanswer_slice): Don't abort for unknown request...
2008-10-31 Ulrich Drepper[BZ #6942]
2008-10-30 Ulrich Drepper* grp/initgroups.c (internal_getgrouplist): Don't prema...
2008-10-30 Ulrich Drepper* resolv/res_send.c (send_dg): On timeout, only return...
2008-10-24 Ulrich DrepperFix tests for existence of second reply.
2008-10-24 Ulrich Drepper* resolv/res_query.c (__libc_res_nquery): Add a few...
2008-10-06 Ulrich Drepper(send_vc): Fix use of unaligned address. Properly...
2008-08-12 Ulrich Drepper(res_nmkquery): Call ns_name_compress directly instead...
2008-08-01 Ulrich Drepper* Versions.def: Add GLIBC_2.9 to libresolv.
2008-07-28 Ulrich Drepper* resolv/res_send.c (__libc_res_nsend): Take additional...
2008-07-09 Ulrich Drepper* resolv/res_send.c: Remove unnecessary res_pquery...
2008-07-09 Ulrich Drepper* resolv/res_query.c (__libc_res_nquery): Issue debug...
2008-07-09 Ulrich Drepper* resolv/res_query.c (__libc_res_nquery): Align buffer...
2008-06-27 Ulrich Drepper* resolv/res_debig.c (__p_type_syms): Add ns_t_dname...
2008-06-13 Ulrich Drepper* resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
2008-06-10 Ulrich Drepper* resolv/nss_dns/dns-host.c (gaih_getanswer_slice)...
2008-06-10 Ulrich Drepper(T_DNAME): Define.
2008-05-24 Ulrich Drepper* resolv/res_send.c (send_dg): If we already have one...
2008-05-19 Ulrich Drepper* resolv/res_query.c (__libc_res_nquery): In case one...
2008-05-17 Ulrich Drepper* resolv/nss_dns/dns-host.c (gaih_getanswer_slice)...
2008-05-10 Ulrich Drepper* include/resolv.h: Adjust __libc_res_nquery and __libc...
2008-04-20 Ulrich Drepper* resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 inste...
2008-04-07 Ulrich DrepperHandle scope IDs in resolv.conf.
2008-03-19 Ulrich DrepperRemove useless "if" before "free".
2008-03-04 Ulrich Drepper[BZ #5790]
next