Age | Commit message (Expand) | Author | Files | Lines |
2012-11-20 | Add recvmmsg and sendmmsg to the generic glibc API. | Thomas Schwinge | 1 | -1/+1 |
2012-03-30 | Better error handling for sendmmsg use in res_send | Ulrich Drepper | 1 | -5/+7 |
2012-03-30 | Correct check for DNS request send success | Ulrich Drepper | 1 | -1/+1 |
2012-03-30 | Speed up DNS by avoiding a system call if possible | Ulrich Drepper | 1 | -17/+83 |
2011-06-15 | Fix typo in recent resolver change which causes segvs | Ulrich Drepper | 1 | -2/+2 |
2011-05-30 | Handle DNS server failures in case of AF_UNSPEC lookups correctly | Ulrich Drepper | 1 | -4/+8 |
2010-03-17 | Fix debug statements in resolver | Andreas Schwab | 1 | -7/+10 |
2010-03-05 | Fix DEBUG statements in resolv/res_send.c | Yann Droneaud | 1 | -19/+20 |
2010-01-14 | Always use IPv4 sockets for IPv4 addresses. | Ulrich Drepper | 1 | -35/+9 |
2009-10-29 | Initialize local variable in resolver. | Ulrich Drepper | 1 | -1/+2 |
2009-10-29 | Fix mixing IPv4 and IPv6 name server in resolv.conf. | Petar Bogdanovic | 1 | -26/+26 |
2009-07-26 | Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better. | Ulrich Drepper | 1 | -5/+1 |
2009-06-26 | Implement second fallback mode for DNS requests. | Ulrich Drepper | 1 | -19/+49 |
2009-06-11 | Remember we switched to single-request mode. | Ulrich Drepper | 1 | -1/+2 |
2009-04-16 | (send_dg): Don't just ignore the result we got in case we only receive one re... | Ulrich Drepper | 1 | -6/+10 |
2009-04-16 | * resolv/res_send.c (send_dg): Don't switch into single-request | Ulrich Drepper | 1 | -1/+3 |
2009-04-07 | * resolv/resolv.h (RES_SNGLKUP): Define.cvs/fedora-glibc-20090407T0545 | Ulrich Drepper | 1 | -11/+26 |
2008-12-08 | * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC | Ulrich Drepper | 1 | -3/+3 |
2008-12-02 | * resolv/res_send.c (send_dg): Create sockets with non-blocking | Ulrich Drepper | 1 | -11/+47 |
2008-10-31 | [BZ #6942] | Ulrich Drepper | 1 | -1/+9 |
2008-10-30 | * grp/initgroups.c (internal_getgrouplist): Don't prematurely | Ulrich Drepper | 1 | -1/+1 |
2008-10-30 | * resolv/res_send.c (send_dg): On timeout, only return nonzero | Ulrich Drepper | 1 | -1/+1 |
2008-10-06 | (send_vc): Fix use of unaligned address. Properly handle partial reads. | Ulrich Drepper | 1 | -3/+11 |
2008-07-28 | * resolv/res_send.c (__libc_res_nsend): Take additional parameter.cvs/fedora-glibc-20080728T2320 | Ulrich Drepper | 1 | -27/+26 |
2008-07-09 | * resolv/res_send.c: Remove unnecessary res_pquery prototype. | Ulrich Drepper | 1 | -1/+0 |
2008-05-24 | * resolv/res_send.c (send_dg): If we already have one of two | Ulrich Drepper | 1 | -6/+24 |
2008-05-19 | * resolv/res_query.c (__libc_res_nquery): In case one of two | Ulrich Drepper | 1 | -0/+7 |
2008-05-10 | * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend | Ulrich Drepper | 1 | -81/+242 |
2007-08-22 | [BZ #4726] | Ulrich Drepper | 1 | -3/+6 |
2007-06-18 | [BZ #4647] | Ulrich Drepper | 1 | -7/+8 |
2007-02-09 | * resolv/res_init.c (res_setoptions): Recognize edns0 option. | Ulrich Drepper | 1 | -0/+18 |
2006-05-06 | * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32. | Ulrich Drepper | 1 | -1/+1 |
2006-05-06 | * resolv/res_send.c (res_queriesmatch): Fix typo in comment. | Ulrich Drepper | 1 | -22/+14 |
2006-05-06 | * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32. | Ulrich Drepper | 1 | -8/+13 |
2005-11-01 | * resolv/res_init.c (__res_iclose): New function. Broken out of | Ulrich Drepper | 1 | -24/+22 |
2005-08-22 | * resolv/res_send.c (Aerror): Fix printing IP address.cvs/fedora-glibc-20050822T0727 | Ulrich Drepper | 1 | -2/+7 |
2005-08-21 | * resolv/res_send.c (send_vc): Pass correct sockaddr size to connect. | Ulrich Drepper | 1 | -1/+3 |
2005-07-08 | (send_dg): Recognize referral results and treat them as server errors. | Ulrich Drepper | 1 | -0/+8 |
2005-02-17 | [BZ #284, BZ #721] | Roland McGrath | 1 | -2/+7 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 1 | -69/+54 |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 1 | -54/+69 |
2004-10-24 | Update. | Ulrich Drepper | 1 | -4/+6 |
2004-10-23 | Update. | Ulrich Drepper | 1 | -137/+127 |
2004-10-23 | Remove compatibility code which is unused in glibc and probably bitrotten. | Ulrich Drepper | 1 | -198/+2 |
2004-10-18 | Update. | Ulrich Drepper | 1 | -0/+3 |
2004-10-11 | Update. | Ulrich Drepper | 1 | -23/+83 |
2004-08-11 | * sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>. | Roland McGrath | 1 | -0/+2 |
2004-08-09 | Update. | Ulrich Drepper | 1 | -9/+24 |
2003-06-13 | Update. | Ulrich Drepper | 1 | -60/+48 |
2002-10-17 | Update. | Ulrich Drepper | 1 | -18/+78 |