about summary refs log tree commit diff
path: root/nscd/aicache.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* nscd: Drop local address tuple variable [BZ #29607]Siddhesh Poyarekar2022-10-041-3/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie2021-03-091-3/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nsswitch: use new internal API (callers)DJ Delorie2020-12-041-11/+6
* nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer2020-02-131-18/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer2019-05-151-3/+3
* resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer2019-04-081-7/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* nscd: Switch to struct scratch_buffer in adhstaiX [BZ #18023]Florian Weimer2018-06-251-34/+45
* Fix concurrent changes on nscd aware files (BZ #23178)Adhemerval Zanella2018-05-161-29/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-031-10/+11
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-271-2/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-2/+3
* Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel2016-08-181-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Consolidate code to initialize nscd dataset headerSiddhesh Poyarekar2014-04-301-19/+8
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Properly cache the result from looking up the nss database configAndreas Schwab2013-09-301-8/+7
* Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar2013-08-281-1/+1
* Initialize res_hconf in nscdSiddhesh Poyarekar2013-08-261-0/+4
* Fix indentation in aicache.cSiddhesh Poyarekar2013-08-261-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+1
* Do not cache negative results in nscd if these are transientUlrich Drepper2012-01-201-3/+4
* Avoid warning in aicache.cUlrich Drepper2011-12-021-2/+5
* nscd cleanupsUlrich Drepper2011-07-011-2/+3
* Handle nscd negtimeout==0Thorsten Kukuk2011-07-011-2/+8
* Fix handling of RES_USE_INET6 big in nscdUlrich Drepper2011-06-271-1/+1
* Schedule nscd cache pruning more accurately fromr re-added values.Ulrich Drepper2011-02-051-7/+15
* Fix crash on reloading of gai data in nscd.Ulrich Drepper2010-04-091-4/+6
* Fix a few asserts and IO calls in nscd.Anders Johansson2009-10-291-3/+3
* Revert "Fix lock handling in memory hander of nscd."Ulrich Drepper2009-07-171-0/+2
* Fix lock handling in memory hander of nscd.Petr Baudis2009-07-161-2/+0
* [BZ #5381]Ulrich Drepper2009-02-131-32/+15
* * nscd/cache.c (cache_add): Take additional parameter specifyingUlrich Drepper2008-05-181-1/+1
* * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,Ulrich Drepper2008-05-171-18/+19
* * nscd/cache.c (cache_add): Before returning with failure and thisUlrich Drepper2008-05-111-4/+2
* * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper2008-05-101-200/+288
* [BZ #5209, BZ #5381]Ulrich Drepper2008-04-191-4/+7
* * nscd/nscd.h (MAX_STACK_USE): Define.Ulrich Drepper2007-11-251-1/+3