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
/
nscd
/
aicache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
nscd: Drop local address tuple variable [BZ #29607]
Siddhesh Poyarekar
2022-10-04
1
-3
/
+2
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
1
-1
/
+0
*
nss: fix nss_database_lookup2's alternate handling [BZ #27416]
DJ Delorie
2021-03-09
1
-3
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
nsswitch: use new internal API (callers)
DJ Delorie
2020-12-04
1
-11
/
+6
*
nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>
Florian Weimer
2020-02-13
1
-18
/
+5
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
nss: Turn __nss_database_lookup into a compatibility symbol
Florian Weimer
2019-05-15
1
-3
/
+3
*
resolv: Remove support for RES_USE_INET6 and the inet6 option
Florian Weimer
2019-04-08
1
-7
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
nscd: Switch to struct scratch_buffer in adhstaiX [BZ #18023]
Florian Weimer
2018-06-25
1
-34
/
+45
*
Fix concurrent changes on nscd aware files (BZ #23178)
Adhemerval Zanella
2018-05-16
1
-29
/
+1
*
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
-10
/
+11
*
resolv: Call _res_hconf_init from __res_vinit
Florian Weimer
2017-06-27
1
-2
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]
Florian Weimer
2016-12-31
1
-2
/
+3
*
Fix incorrect double-checked locking related to _res_hconf.initialized.
Torvald Riegel
2016-08-18
1
-2
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Consolidate code to initialize nscd dataset header
Siddhesh Poyarekar
2014-04-30
1
-19
/
+8
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-2
/
+2
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Properly cache the result from looking up the nss database config
Andreas Schwab
2013-09-30
1
-8
/
+7
*
Use __glibc_unlikely instead of __builtin_expect (..., 0)
Siddhesh Poyarekar
2013-08-28
1
-1
/
+1
*
Initialize res_hconf in nscd
Siddhesh Poyarekar
2013-08-26
1
-0
/
+4
*
Fix indentation in aicache.c
Siddhesh Poyarekar
2013-08-26
1
-1
/
+1
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-2
/
+1
*
Do not cache negative results in nscd if these are transient
Ulrich Drepper
2012-01-20
1
-3
/
+4
*
Avoid warning in aicache.c
Ulrich Drepper
2011-12-02
1
-2
/
+5
*
nscd cleanups
Ulrich Drepper
2011-07-01
1
-2
/
+3
*
Handle nscd negtimeout==0
Thorsten Kukuk
2011-07-01
1
-2
/
+8
*
Fix handling of RES_USE_INET6 big in nscd
Ulrich Drepper
2011-06-27
1
-1
/
+1
*
Schedule nscd cache pruning more accurately fromr re-added values.
Ulrich Drepper
2011-02-05
1
-7
/
+15
*
Fix crash on reloading of gai data in nscd.
Ulrich Drepper
2010-04-09
1
-4
/
+6
*
Fix a few asserts and IO calls in nscd.
Anders Johansson
2009-10-29
1
-3
/
+3
*
Revert "Fix lock handling in memory hander of nscd."
Ulrich Drepper
2009-07-17
1
-0
/
+2
*
Fix lock handling in memory hander of nscd.
Petr Baudis
2009-07-16
1
-2
/
+0
*
[BZ #5381]
Ulrich Drepper
2009-02-13
1
-32
/
+15
*
* nscd/cache.c (cache_add): Take additional parameter specifying
Ulrich Drepper
2008-05-18
1
-1
/
+1
*
* nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
Ulrich Drepper
2008-05-17
1
-18
/
+19
*
* nscd/cache.c (cache_add): Before returning with failure and this
Ulrich Drepper
2008-05-11
1
-4
/
+2
*
* include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
Ulrich Drepper
2008-05-10
1
-200
/
+288
*
[BZ #5209, BZ #5381]
Ulrich Drepper
2008-04-19
1
-4
/
+7
*
* nscd/nscd.h (MAX_STACK_USE): Define.
Ulrich Drepper
2007-11-25
1
-1
/
+3
*
* nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
Ulrich Drepper
2007-11-06
1
-2
/
+2
[next]