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
/
res_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
Avoid use of atoi in some places in libc
Joseph Myers
2022-12-19
1
-3
/
+3
*
resolv: Implement no-aaaa stub resolver option
Florian Weimer
2022-06-24
1
-0
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
Move implementation of <file_change_detection.h> into a C file
Florian Weimer
2020-02-18
1
-1
/
+1
*
resolv: Enhance __resolv_conf_load to capture file change data
Florian Weimer
2020-02-14
1
-3
/
+11
*
resolv: Fix file handle leak in __resolv_conf_load [BZ #25429]
Florian Weimer
2020-02-14
1
-1
/
+7
*
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
-1
/
+2
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
resolv: Remove support for RES_USE_INET6 and the inet6 option
Florian Weimer
2019-04-08
1
-1
/
+0
*
CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]
Florian Weimer
2019-01-21
1
-6
/
+11
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]
Florian Weimer
2017-09-06
1
-0
/
+5
*
resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984]
Florian Weimer
2017-07-03
1
-30
/
+48
*
resolv: Mirror the entire resolver configuration in struct resolv_conf
Florian Weimer
2017-07-03
1
-88
/
+131
*
resolv: Lift domain search list limits [BZ #19569] [BZ #21475]
Florian Weimer
2017-07-03
1
-73
/
+149
*
resolv: Introduce struct resolv_conf with extended resolver state
Florian Weimer
2017-07-03
1
-1
/
+14
*
resolv: Remove source argument fron res_options
Florian Weimer
2017-06-30
1
-4
/
+4
*
resolv: Call _res_hconf_init from __res_vinit
Florian Weimer
2017-06-27
1
-0
/
+4
*
resolv: Clean up declarations of the __res_initstamp variable
Florian Weimer
2017-06-23
1
-1
/
+1
*
resolv: Use getline for configuration file reading in res_vinit_1
Florian Weimer
2017-06-19
1
-24
/
+43
*
resolv: Report allocation errors in __res_vinit
Florian Weimer
2017-06-19
1
-29
/
+64
*
resolv: Reformat res_vinit and related functions to GNU style
Florian Weimer
2017-06-19
1
-334
/
+366
*
resolv: Introduce is_sort_mask and call it from res_vinit
Florian Weimer
2017-06-19
1
-5
/
+10
*
resolv: Remove DEBUG preprocessor conditionals from res_setoptions
Florian Weimer
2017-06-19
1
-21
/
+0
*
resolv: Move _res deallocation functions to their own file
Florian Weimer
2017-06-19
1
-55
/
+0
*
resolv: Move res_randomid to its own file
Florian Weimer
2017-06-19
1
-7
/
+0
*
resolv: Make __res_vinit hidden
Florian Weimer
2017-06-19
1
-2
/
+0
*
resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likely
Florian Weimer
2017-04-19
1
-1
/
+1
*
resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]
Florian Weimer
2016-12-31
1
-2
/
+2
*
resolv: Remove RES_USEBSTRING and its implementation [BZ #20629]
Florian Weimer
2016-10-07
1
-1
/
+0
*
resolv: Remove RES_NOIP6DOTINT and its implementation
Florian Weimer
2016-10-07
1
-2
/
+0
*
resolv: Deprecate unimplemented flags
Florian Weimer
2016-10-07
1
-1
/
+0
*
resolv: Remove unsupported hook functions from the API [BZ #20016]
Florian Weimer
2016-09-21
1
-2
/
+2
*
inet: Add __inet6_scopeid_pton function [BZ #20611]
Florian Weimer
2016-09-15
1
-20
/
+7
*
resolv: Remove _LIBC_REENTRANT
Florian Weimer
2016-09-13
1
-2
/
+0
*
resolv: Reindent preprocessor conditionals following cleanups
Florian Weimer
2016-04-28
1
-2
/
+2
*
resolv: Assorted preprocessor cleanups
Florian Weimer
2016-04-28
1
-4
/
+0
*
resolv: Remove RFC1535 conditionals
Florian Weimer
2016-04-28
1
-27
/
+0
*
resolv: Remove RESOLVSORT preprocess conditionals
Florian Weimer
2016-04-28
1
-11
/
+0
*
resolv: Remove _LIBC conditionals
Florian Weimer
2016-04-28
1
-16
/
+0
*
resolv: Remove SCCS and RCS keywords
Florian Weimer
2016-04-28
1
-5
/
+0
*
Fix resource leak in resolver (bug 19257)
Andreas Schwab
2016-03-15
1
-1
/
+1
*
res_ninit: Update comment
Florian Weimer
2016-02-19
1
-15
/
+1
*
resolv: Reset defdname before use in __res_vinit [BZ #19369]
Rob Wu
2015-12-29
1
-0
/
+1
*
Convert a few more function definitions to prototype style.
Joseph Myers
2015-10-21
1
-2
/
+2
*
Simplify handling of nameserver configuration in resolver
Andreas Schwab
2015-05-21
1
-33
/
+14
[next]