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
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
69
-69
/
+69
*
y2038: Convert gai_suspend to support 64 bit time
Lukasz Majewski
2020-12-04
1
-25
/
+36
*
Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missing
Stefan Liebler
2020-11-25
1
-1
/
+3
*
Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]
Stefan Liebler
2020-11-23
4
-6
/
+9
*
resolv: Serialize processing in resolv/tst-resolv-txnid-collision
Florian Weimer
2020-10-15
1
-0
/
+5
*
resolv: Handle transaction ID collisions in parallel queries (bug 26600)
Florian Weimer
2020-10-14
3
-20
/
+356
*
Move <rpc/netdb.h> from sunrpc to inet
Florian Weimer
2020-07-17
2
-10
/
+0
*
Move implementation of <file_change_detection.h> into a C file
Florian Weimer
2020-02-18
2
-4
/
+4
*
resolv: Fix ABA race in /etc/resolv.conf change detection [BZ #25420]
Florian Weimer
2020-02-14
1
-6
/
+13
*
resolv: Enhance __resolv_conf_load to capture file change data
Florian Weimer
2020-02-14
3
-7
/
+19
*
resolv: Fix file handle leak in __resolv_conf_load [BZ #25429]
Florian Weimer
2020-02-14
1
-1
/
+7
*
resolv: Use <file_change_detection.h> in __resolv_conf_get_current
Florian Weimer
2020-02-14
1
-35
/
+8
*
nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONS
Florian Weimer
2020-02-13
3
-0
/
+6
*
resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.c
Florian Weimer
2020-02-07
1
-1
/
+2
*
Get rid of Werror=maybe-uninitialized in res_send.c.
Stefan Liebler
2020-01-20
1
-0
/
+4
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
68
-68
/
+68
*
resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]
Florian Weimer
2019-11-27
8
-1
/
+239
*
Change most internal uses of __gettimeofday to __clock_gettime.
Zack Weinberg
2019-10-30
3
-12
/
+7
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
67
-67
/
+67
*
Mark IDN tests unsupported with libidn2 before 2.0.5.
Joseph Myers
2019-08-22
2
-0
/
+10
*
Fix build warnings in resolv/res_send.c
Stefan Liebler
2019-07-02
1
-1
/
+16
*
nss_dns: Check for proper A/AAAA address alignment
Florian Weimer
2019-05-24
1
-2
/
+13
*
nss_dns: Do not replace root domain with empty string
Florian Weimer
2019-04-11
2
-6
/
+0
*
resolv: Remove RES_INSECURE1, RES_INSECURE2
Florian Weimer
2019-04-08
3
-23
/
+13
*
resolv: Remove support for RES_USE_INET6 and the inet6 option
Florian Weimer
2019-04-08
10
-657
/
+19
*
Do not use HP_TIMING_NOW for random bits
Adhemerval Zanella
2019-03-22
2
-26
/
+5
*
resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047]
Florian Weimer
2019-03-12
4
-1
/
+56
*
resolv: Remove debugging code from compat-gethnamaddr.c
Florian Weimer
2019-02-18
1
-23
/
+0
*
Add fall-through comments.
Joseph Myers
2019-02-12
1
-0
/
+4
*
CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]
Florian Weimer
2019-01-21
8
-31
/
+413
*
resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]
Florian Weimer
2019-01-21
1
-2
/
+22
*
resolv: Reformat inet_addr, inet_aton to GNU style
Florian Weimer
2019-01-21
1
-91
/
+101
*
resolv: IDNA tests: AAAA (28) is valid, no fallthrough to default
Andreas K. Hüttel
2019-01-10
1
-0
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
63
-63
/
+63
*
Add an additional test to resolv/tst-resolv-network.c
Alexandra Hájková
2018-11-08
1
-0
/
+6
*
libanl: properly cleanup if first helper thread creation failed (bug 22927)
Andreas Schwab
2018-11-05
1
-2
/
+5
*
libc: Extend __libc_freeres framework (Bug 23329).
Carlos O'Donell
2018-06-29
2
-0
/
+2
*
Run thread shutdown functions in an explicit order
Florian Weimer
2018-06-26
3
-7
/
+7
*
Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]
Florian Weimer
2018-05-23
7
-9
/
+852
*
Remove unneeded setting of errno after malloc failure
Andreas Schwab
2018-05-17
1
-4
/
+1
*
resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037]
Florian Weimer
2018-04-09
1
-19
/
+21
*
hurd: Add hurd thread library
Samuel Thibault
2018-04-02
1
-0
/
+1
*
Fix crash in resolver on memory allocation failure (bug 23005)
Andreas Schwab
2018-03-27
1
-0
/
+5
*
hurd: fix warning
Samuel Thibault
2018-01-27
1
-0
/
+1
*
resolv: Support binary labels in test framework
Florian Weimer
2018-01-08
2
-0
/
+122
*
Increase some test timeouts.
Joseph Myers
2018-01-04
1
-0
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
58
-58
/
+58
*
Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
H.J. Lu
2017-12-11
1
-1
/
+1
*
Obsolete p_secstodate.
Joseph Myers
2017-11-22
5
-14
/
+33
*
Fix p_secstodate overflow handling (bug 22463).
Joseph Myers
2017-11-22
3
-1
/
+92
[next]