Age | Commit message (Expand) | Author | Files | Lines |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2023-07-24 | nscd: Use errval, not errno to guide cache update (bug 30662) | Florian Weimer | 1 | -1/+1 |
2023-02-06 | Replace rawmemchr (s, '\0') with strchr | Wilco Dijkstra | 1 | -1/+1 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 1 | -1/+0 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-06-25 | nscd: Use struct scratch_buffer, not extend_alloca in most caches [BZ #18023] | Florian Weimer | 1 | -38/+19 |
2018-05-16 | Fix concurrent changes on nscd aware files (BZ #23178) | Adhemerval Zanella | 1 | -34/+3 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-06-09 | Fix nscd assertion failure in gc (bug 19755) | Andreas Schwab | 1 | -1/+12 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-04-30 | Consolidate code to initialize nscd dataset header | Siddhesh Poyarekar | 1 | -16/+8 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -2/+2 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-04-15 | Properly check for short writes when sending the response in nscd | Andreas Schwab | 1 | -17/+23 |
2013-01-10 | Revert "Properly check for short writes when sending the response in nscd" | Andreas Schwab | 1 | -5/+1 |
2013-01-10 | Properly check for short writes when sending the response in nscd | Andreas Schwab | 1 | -1/+5 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-11-29 | [BZ #13761] | Jeff Law | 1 | -8/+25 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -2/+1 |
2012-01-20 | Do not cache negative results in nscd if these are transient | Ulrich Drepper | 1 | -3/+4 |
2011-10-06 | Avoid warning when reload of group entry fails | Ulrich Drepper | 1 | -0/+2 |
2011-07-01 | Handle nscd negtimeout==0 | Thorsten Kukuk | 1 | -3/+7 |
2011-06-29 | Avoid write to invalid file descriptor in nscd | Ulrich Drepper | 1 | -2/+3 |
2011-02-05 | Schedule nscd cache pruning more accurately fromr re-added values. | Ulrich Drepper | 1 | -11/+19 |
2009-10-29 | Fix a few asserts and IO calls in nscd. | Anders Johansson | 1 | -3/+3 |
2009-07-17 | Revert "Fix lock handling in memory hander of nscd." | Ulrich Drepper | 1 | -1/+5 |
2009-07-16 | Fix lock handling in memory hander of nscd. | Petr Baudis | 1 | -5/+1 |
2009-02-13 | [BZ #5381] | Ulrich Drepper | 1 | -21/+5 |
2008-06-12 | * nscd/grpcache.c (cache_addgr): Correctly compute size ofcvs/fedora-glibc-20080612T1619 | Ulrich Drepper | 1 | -1/+4 |
2008-05-18 | * nscd/cache.c (cache_add): Take additional parameter specifying | Ulrich Drepper | 1 | -5/+6 |
2008-05-11 | * nscd/cache.c (cache_add): Before returning with failure and this | Ulrich Drepper | 1 | -21/+5 |
2008-04-19 | [BZ #5209, BZ #5381] | Ulrich Drepper | 1 | -4/+7 |
2007-11-25 | Clear array before use. | Ulrich Drepper | 1 | -0/+2 |
2007-07-16 | * elf/ldconfig.c: Allow GPLv2 or any later version. | Roland McGrath | 1 | -2/+3 |
2007-02-21 | * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional. | Ulrich Drepper | 1 | -0/+1 |
2007-01-14 | * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct | Ulrich Drepper | 1 | -16/+2 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -2/+1 |
2007-07-31 | . | Jakub Jelinek | 1 | -1/+2 |
2006-04-26 | * nscd/nscd.h (struct database_dyn): Add propagate field. | Ulrich Drepper | 1 | -7/+11 |
2006-01-06 | [BZ #2114] | Ulrich Drepper | 1 | -2/+2 |
2005-12-07 | * catgets/gencat.c: Use GPL, not LGPL. | Ulrich Drepper | 1 | -11/+9 |
2005-11-22 | * nscd/connections.c (sendfileall): Define. | Ulrich Drepper | 1 | -5/+3 |
2005-11-19 | * sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type.cvs/fedora-glibc-20051119T1959 | Ulrich Drepper | 1 | -1/+29 |