GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
resolv
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash on reloading of gai data in nscd.
Ulrich Drepper
2010-05-12
1
-14
/
+2
*
Handle DNS timeouts in old-style lookkup code.
Ulrich Drepper
2010-05-12
1
-6
/
+12
*
Declare iruserok and iruserok_af.
Ulrich Drepper
2010-05-12
1
-0
/
+24
*
Handle running out of buffer space with IPv6 mapping enabled.
Andreas Schwab
2009-11-10
2
-9
/
+9
*
Initialize local variable in resolver.
Ulrich Drepper
2009-10-29
1
-1
/
+2
*
Fix mixing IPv4 and IPv6 name server in resolv.conf.
Petar Bogdanovic
2009-10-29
1
-26
/
+26
*
Define and implement RES_USE_DNSSEC option in resolver.
Adam Tkac
2009-07-27
4
-5
/
+16
*
Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better.
Ulrich Drepper
2009-07-26
1
-5
/
+1
*
Handle overly large answer buffers in resolver.
Ulrich Drepper
2009-07-16
1
-1
/
+1
*
Implement second fallback mode for DNS requests.
Ulrich Drepper
2009-06-26
3
-19
/
+54
*
Remember we switched to single-request mode.
Ulrich Drepper
2009-06-11
1
-1
/
+2
*
Remove redundant .gitignore files.
Andreas Schwab
2009-05-16
1
-6
/
+0
*
rename each .cvsignore file to .gitignore
Jim Meyering
2009-05-15
1
-0
/
+0
*
[BZ #10128]
Ulrich Drepper
2009-05-09
1
-0
/
+7
*
(send_dg): Don't just ignore the result we got in case we only receive one re...
Ulrich Drepper
2009-04-16
1
-6
/
+10
*
* resolv/res_send.c (send_dg): Don't switch into single-request
Ulrich Drepper
2009-04-16
1
-1
/
+3
*
* malloc/malloc.c (_int_realloc): Add parameter with old block
Ulrich Drepper
2009-04-08
1
-1
/
+1
*
* resolv/res_hconf.c (_res_hconf_trim_domain): Use strcasecmp
Ulrich Drepper
2009-04-07
2
-3
/
+3
*
* resolv/resolv.h (RES_SNGLKUP): Define.
cvs/fedora-glibc-20090407T0545
Ulrich Drepper
2009-04-07
3
-11
/
+30
*
* stdlib/monetary.h: Uglify function parameter names.
cvs/fedora-glibc-20090218T1534
Jakub Jelinek
2009-02-16
3
-20
/
+20
*
[BZ #9781]
Ulrich Drepper
2009-02-07
1
-3
/
+2
*
* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
Ulrich Drepper
2009-01-08
1
-1
/
+14
*
* resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
Ulrich Drepper
2008-12-29
1
-1
/
+1
*
* resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
Ulrich Drepper
2008-12-08
1
-3
/
+3
*
* resolv/res_init.c (__res_vinit): Always assign to statp->nscount
Ulrich Drepper
2008-12-08
1
-2
/
+1
*
* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
Ulrich Drepper
2008-12-03
2
-5
/
+17
*
* resolv/res_init.c (__res_vinit): Fill in IPv4 name server
Ulrich Drepper
2008-12-03
1
-3
/
+3
*
* resolv/res_send.c (send_dg): Create sockets with non-blocking
Ulrich Drepper
2008-12-02
1
-11
/
+47
*
(gaih_getanswer_slice): Don't abort for unknown request types for now.
Ulrich Drepper
2008-11-12
1
-0
/
+7
*
[BZ #6942]
Ulrich Drepper
2008-10-31
1
-1
/
+9
*
* grp/initgroups.c (internal_getgrouplist): Don't prematurely
Ulrich Drepper
2008-10-30
1
-1
/
+1
*
* resolv/res_send.c (send_dg): On timeout, only return nonzero
Ulrich Drepper
2008-10-30
1
-1
/
+1
*
Fix tests for existence of second reply.
Ulrich Drepper
2008-10-24
1
-3
/
+3
*
* resolv/res_query.c (__libc_res_nquery): Add a few casts.
Ulrich Drepper
2008-10-24
1
-4
/
+4
*
(send_vc): Fix use of unaligned address. Properly handle partial reads.
Ulrich Drepper
2008-10-06
1
-3
/
+11
*
(res_nmkquery): Call ns_name_compress directly instead of going through dn_comp.
Ulrich Drepper
2008-08-12
1
-2
/
+7
*
* Versions.def: Add GLIBC_2.9 to libresolv.
Ulrich Drepper
2008-08-01
14
-565
/
+1034
*
* resolv/res_send.c (__libc_res_nsend): Take additional parameter.
cvs/fedora-glibc-20080728T2320
Ulrich Drepper
2008-07-28
6
-68
/
+95
*
* resolv/res_send.c: Remove unnecessary res_pquery prototype.
Ulrich Drepper
2008-07-09
1
-1
/
+0
*
* resolv/res_query.c (__libc_res_nquery): Issue debug message only
Ulrich Drepper
2008-07-09
1
-2
/
+4
*
* resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
Ulrich Drepper
2008-07-09
1
-4
/
+20
*
* resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry.
Ulrich Drepper
2008-06-27
1
-0
/
+1
*
* resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
Ulrich Drepper
2008-06-13
1
-9
/
+11
*
* resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
Ulrich Drepper
2008-06-10
1
-2
/
+3
*
(T_DNAME): Define.
Ulrich Drepper
2008-06-10
1
-2
/
+3
*
* resolv/res_send.c (send_dg): If we already have one of two
Ulrich Drepper
2008-05-24
1
-6
/
+24
*
* resolv/res_query.c (__libc_res_nquery): In case one of two
Ulrich Drepper
2008-05-19
2
-0
/
+22
*
* resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
Ulrich Drepper
2008-05-17
1
-5
/
+11
*
* include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
Ulrich Drepper
2008-05-10
7
-133
/
+693
*
* resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
Ulrich Drepper
2008-04-20
1
-8
/
+4
[next]