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
Commit message (
Expand
)
Author
Age
Files
Lines
*
resolv: Fix tst-resolv-short-response for older GCC (bug 32042)
Florian Weimer
2024-10-03
1
-2
/
+4
*
resolv: Track single-request fallback via _res._flags (bug 31476)
Florian Weimer
2024-10-03
2
-5
/
+9
*
resolv: Do not wait for non-existing second DNS response after error (bug 30081)
Florian Weimer
2024-10-03
4
-1
/
+149
*
resolv: Allow short error responses to match any query (bug 31890)
Florian Weimer
2024-10-03
3
-10
/
+134
*
Always define __USE_TIME_BITS64 when 64 bit time_t is used
Adhemerval Zanella
2024-05-29
1
-1
/
+1
*
Relicense IBM portions of resolv/base64.c resolv/res_debug.c.
Carlos O'Donell
2024-01-26
2
-38
/
+34
*
resolv: Fix endless loop in __res_context_query
Stefan Liebler
2024-01-11
2
-4
/
+8
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
97
-97
/
+97
*
resolv: Fix a few unaligned accesses to fields in HEADER
Ludwig Rydberg
2023-12-12
2
-6
/
+6
*
resolv: free only initialized items from gai pool
Jan Palus
2023-11-20
1
-1
/
+2
*
resolve: Remove __res_context_query alloca usage
Adhemerval Zanella
2023-10-02
1
-31
/
+23
*
resolv: Fix a comment typo in __resolv_conf_load
Arjun Shankar
2023-09-29
1
-1
/
+1
*
CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa mode
Florian Weimer
2023-09-13
3
-1
/
+132
*
resolv: Fix some unaligned accesses in resolver [BZ #30750]
John David Anglin
2023-09-13
2
-2
/
+4
*
resolv/nss_dns/dns-host: Get rid of alloca.
Joe Simmons-Talbott
2023-08-14
1
-2
/
+2
*
Restore lookup of IPv4 mapped addresses in files database (bug 25457)
Andreas Schwab
2023-07-24
1
-0
/
+69
*
resolv_conf: release lock on allocation failure (bug 30527)
Andreas Schwab
2023-06-07
1
-1
/
+4
*
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-02
20
-28
/
+28
*
hurd 64bit: Re-introduce gai_suspend symbol
Samuel Thibault
2023-05-19
1
-0
/
+2
*
hurd 64bit: Add missing libanl
Samuel Thibault
2023-05-01
1
-1
/
+1
*
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2023-03-27
6
-17
/
+26
*
C2x strtol binary constant handling
Joseph Myers
2023-02-16
3
-1
/
+32
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
95
-95
/
+95
*
Avoid use of atoi in some places in libc
Joseph Myers
2022-12-19
1
-3
/
+3
*
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
2022-11-01
1
-0
/
+1
*
resolv: Fix building tst-resolv-invalid-cname for earlier C standards
Florian Weimer
2022-08-30
1
-1
/
+1
*
nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfaces
Florian Weimer
2022-08-30
1
-281
/
+162
*
resolv: Add new tst-resolv-invalid-cname
Florian Weimer
2022-08-30
2
-0
/
+409
*
nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)
Florian Weimer
2022-08-30
1
-4
/
+4
*
nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 12154, bug 29305)
Florian Weimer
2022-08-30
1
-298
/
+180
*
nss_dns: Remove remnants of IPv6 address mapping
Florian Weimer
2022-08-30
4
-201
/
+9
*
nss_dns: Rewrite _nss_dns_gethostbyaddr2_r and getanswer_ptr
Florian Weimer
2022-08-30
1
-303
/
+102
*
nss_dns: Split getanswer_ptr from getanswer_r
Florian Weimer
2022-08-30
1
-52
/
+268
*
resolv: Add DNS packet parsing helpers geared towards wire format
Florian Weimer
2022-08-30
4
-0
/
+369
*
resolv: Add internal __ns_name_length_uncompressed function
Florian Weimer
2022-08-30
3
-0
/
+212
*
resolv: Add the __ns_samebinaryname function
Florian Weimer
2022-08-30
3
-0
/
+122
*
resolv: Add internal __res_binary_hnok function
Florian Weimer
2022-08-30
1
-5
/
+9
*
resolv: Add tst-resolv-aliases
Florian Weimer
2022-08-30
2
-0
/
+256
*
resolv: Add tst-resolv-byaddr for testing reverse lookup
Florian Weimer
2022-08-30
3
-0
/
+360
*
resolv/tst-resolv-noaaaa: Support building for older C standards
Florian Weimer
2022-06-24
1
-5
/
+9
*
resolv: Implement no-aaaa stub resolver option
Florian Weimer
2022-06-24
11
-12
/
+773
*
Replace {u}int_fast{16|32} with {u}int32_t
Noah Goldstein
2022-04-13
1
-1
/
+1
*
resolv: Initialize loop variable on tst-resolv-trailing
Adhemerval Zanella
2022-03-31
1
-1
/
+1
*
resolv: Fix unaligned accesses to fields in HEADER struct
John David Anglin
2022-03-22
3
-14
/
+21
*
resolv: Fix tst-resolv tests for 2.35 ABIs and later
Stafford Horne
2022-02-24
1
-9
/
+9
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
82
-82
/
+82
*
resolv: Do not install libanl.so symbolic link
Adhemerval Zanella
2021-12-30
1
-0
/
+5
*
resolv: Do not build libanl.so for ABIs starting at 2.35
Adhemerval Zanella
2021-12-30
1
-1
/
+5
*
resolv: Avoid GCC 12 false positive warning [BZ #28439].
Martin Sebor
2021-10-11
1
-1
/
+3
*
resolv: make res_randomid use random_bits()
Cristian RodrĂguez
2021-10-08
1
-1
/
+2
[next]