Age | Commit message (Expand) | Author | Files | Lines |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2023-08-11 | nscd: Do not rebuild getaddrinfo (bug 30709) | Florian Weimer | 1 | -0/+11 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 1 | -3/+3 |
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-08-29 | nscd: Fix netlink cache invalidation if epoll is used [BZ #29415] | Fabian Vogt | 1 | -1/+2 |
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-02-04 | Remove duplicate initialization of field in nscd. | Joseph Myers | 1 | -1/+0 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-12-19 | nscd: avoid assertion failure during persistent db check | Andreas Schwab | 1 | -1/+2 |
2018-06-25 | nscd restart: Use malloc instead of extend_alloca [BZ #18023] | Florian Weimer | 1 | -38/+61 |
2018-05-16 | Fix concurrent changes on nscd aware files (BZ #23178) | Adhemerval Zanella | 1 | -52/+2 |
2018-02-11 | nscd: don't unconditionally use PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZE... | Samuel Thibault | 1 | -5/+11 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-12-18 | Fix nscd readlink argument aliasing (bug 22446). | Joseph Myers | 1 | -2/+3 |
2017-04-19 | Assume that accept4 is always available and works | Florian Weimer | 1 | -48/+2 |
2017-04-18 | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 1 | -31/+6 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 1 | -1/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-10-17 | Assume that SOCK_CLOEXEC is available and works | Florian Weimer | 1 | -67/+1 |
2015-03-13 | Enhance nscd's inotify support (Bug 14906). | Carlos O'Donell | 1 | -95/+263 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-11-27 | Add missing include of libc-internal.h. | Stefan Liebler | 1 | -0/+1 |
2014-11-26 | Avoid warnings for unused results in nscd/connections.c. | Joseph Myers | 1 | -5/+5 |
2014-06-26 | Fix Wundef warning for SEPARATE_KEY | Siddhesh Poyarekar | 1 | -20/+1 |
2014-03-03 | nscd: Improved support for tracking startup failure in nscd service (BZ #16639) | Siddhesh Poyarekar | 1 | -23/+25 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -10/+10 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-06-24 | Fix typo in comment | Siddhesh Poyarekar | 1 | -2/+2 |
2013-06-11 | Fix handling of netgroup cache in nscd | Andreas Schwab | 1 | -1/+2 |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 1 | -0/+1 |
2013-02-08 | Refactor code out of nscd's two main poll loops. | Carlos O'Donell | 1 | -65/+83 |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 1 | -1/+1 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-05-10 | Hurd: #include <kernel-features.h> | Thomas Schwinge | 1 | -4/+3 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -2/+1 |
2011-11-01 | Use kernel headers for netlink definitions | Ulrich Drepper | 1 | -1/+2 |
2011-10-31 | Cache network interface information | Ulrich Drepper | 1 | -0/+118 |
2011-10-07 | Implement caching of nscd | Ulrich Drepper | 1 | -8/+38 |
2011-10-07 | Don't unnecesarily use inotify in nscd | Ulrich Drepper | 1 | -1/+1 |
2011-07-11 | Generalize framework to register monitoring of files in nscd | Ulrich Drepper | 1 | -83/+82 |
2011-04-22 | Remove doubled words. | Jim Meyering | 1 | -1/+1 |
2011-02-05 | Schedule nscd cache pruning more accurately fromr re-added values. | Ulrich Drepper | 1 | -5/+2 |
2009-11-22 | Try harder to re-exec nscd in paranoia mode. | Ulrich Drepper | 1 | -4/+3 |
2009-04-26 | * nscd/connections.c (send_ro_fd): Define temporary variable to avoid | Ulrich Drepper | 1 | -1/+3 |