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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
resolv
/
res_send.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]
Florian Weimer
2019-11-27
1
-0
/
+21
*
Change most internal uses of __gettimeofday to __clock_gettime.
Zack Weinberg
2019-10-30
1
-6
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Fix build warnings in resolv/res_send.c
Stefan Liebler
2019-07-02
1
-1
/
+16
*
resolv: Remove RES_INSECURE1, RES_INSECURE2
Florian Weimer
2019-04-08
1
-19
/
+13
*
Do not use HP_TIMING_NOW for random bits
Adhemerval Zanella
2019-03-22
1
-10
/
+2
*
resolv: Enable full ICMP errors for UDP DNS sockets [BZ #24047]
Florian Weimer
2019-03-12
1
-0
/
+12
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
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
*
Fix crash in resolver on memory allocation failure (bug 23005)
Andreas Schwab
2018-03-27
1
-0
/
+5
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
resolv: Introduce struct resolv_context [BZ #21668]
Florian Weimer
2017-07-03
1
-13
/
+31
*
resolv: Move res_isourserver, res_send from res_data.c to res_send.c
Florian Weimer
2017-06-30
1
-0
/
+15
*
resolv: Remove DEBUG from resolv/res_send.c
Florian Weimer
2017-06-30
1
-144
/
+1
*
resolv: Make RES_ROTATE start with a random name server [BZ #19570]
Florian Weimer
2017-06-30
1
-28
/
+72
*
resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likely
Florian Weimer
2017-04-19
1
-1
/
+1
*
Create more sockets with SOCK_CLOEXEC [BZ #15722]
Florian Weimer
2017-04-19
1
-5
/
+8
*
resolv: Remove EDNS fallback [BZ #21369]
Florian Weimer
2017-04-13
1
-20
/
+0
*
resolv: Remove internal and unused definitions from <resolv.h>
Florian Weimer
2017-04-13
1
-1
/
+1
*
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
2017-03-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
resolv: Deprecate RES_BLAST
Florian Weimer
2016-12-31
1
-2
/
+1
*
Fix typos in the spelling of "implementation"
Dmitry V. Levin
2016-12-27
1
-1
/
+1
*
Bug 20729: Fix build failures on ppc64 and other arches.
Carlos O'Donell
2016-11-02
1
-2
/
+2
*
Bug 20729: Fix building with -Os.
Carlos O'Donell
2016-10-29
1
-1
/
+10
*
resolv: Remove unsupported hook functions from the API [BZ #20016]
Florian Weimer
2016-09-21
1
-85
/
+0
*
resolv: Remove SCCS and RCS keywords
Florian Weimer
2016-04-28
1
-5
/
+0
*
resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]
Florian Weimer
2016-04-27
1
-21
/
+18
*
resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]
Florian Weimer
2016-03-25
1
-23
/
+40
*
CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).
Carlos O'Donell
2016-02-16
1
-63
/
+197
*
Fix build failures with -DDEBUG.
Martin Sebor
2016-01-15
1
-2
/
+2
*
Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.
Joseph Myers
2015-10-27
1
-8
/
+0
*
Assume that SOCK_CLOEXEC is available and works
Florian Weimer
2015-10-17
1
-45
/
+4
*
Simplify handling of nameserver configuration in resolver
Andreas Schwab
2015-05-21
1
-94
/
+70
*
Fix the 'array subscript is above array bounds' warning correctly
Siddhesh Poyarekar
2014-12-16
1
-1
/
+7
*
Fix 'array subscript is above array bounds' warning in res_send.c
Siddhesh Poyarekar
2014-12-16
1
-1
/
+1
*
resolv: Suppress maybe uninitialized warning
Stefan Liebler
2014-12-12
1
-1
/
+26
*
Fix invalid file descriptor reuse while sending DNS query (BZ #15946)
Andreas Schwab
2014-06-03
1
-0
/
+1
*
Do not fail if one of the two responses to AF_UNSPEC fails (BZ #14308)
Siddhesh Poyarekar
2014-04-30
1
-1
/
+1
*
Define _STRING_ARCH_unaligned unconditionally
Adhemerval Zanella
2014-04-09
1
-2
/
+2
*
Properly fix memory leak in _nss_dns_gethostbyname4_r with big DNS answer
Andreas Schwab
2014-02-19
1
-8
/
+13
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-18
/
+18
*
Correctly copy resolver address. Fixes bug #13028.
Ondřej Bílka
2013-10-14
1
-1
/
+1
*
Don't try to use ioctl unless [FIONREAD].
Roland McGrath
2013-08-27
1
-1
/
+4
*
Fix typos.
Ondřej Bílka
2013-08-21
1
-1
/
+1
*
Remove lots of inline keywords.
Roland McGrath
2013-02-07
1
-2
/
+2
*
Add recvmmsg and sendmmsg to the generic glibc API.
Thomas Schwinge
2012-11-20
1
-1
/
+1
[next]