about summary refs log tree commit diff
path: root/nscd/connections.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer2023-08-111-0/+11
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-3/+3
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-061-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]Fabian Vogt2022-08-291-1/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* 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
* Remove duplicate initialization of field in nscd.Joseph Myers2019-02-041-1/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* nscd: avoid assertion failure during persistent db checkAndreas Schwab2018-12-191-1/+2
* nscd restart: Use malloc instead of extend_alloca [BZ #18023]Florian Weimer2018-06-251-38/+61
* Fix concurrent changes on nscd aware files (BZ #23178)Adhemerval Zanella2018-05-161-52/+2
* nscd: don't unconditionally use PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZE...Samuel Thibault2018-02-111-5/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Fix nscd readlink argument aliasing (bug 22446).Joseph Myers2017-12-181-2/+3
* Assume that accept4 is always available and worksFlorian Weimer2017-04-191-48/+2
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-181-31/+6
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-67/+1
* Enhance nscd's inotify support (Bug 14906).Carlos O'Donell2015-03-131-95/+263
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Add missing include of libc-internal.h.Stefan Liebler2014-11-271-0/+1
* Avoid warnings for unused results in nscd/connections.c.Joseph Myers2014-11-261-5/+5
* Fix Wundef warning for SEPARATE_KEYSiddhesh Poyarekar2014-06-261-20/+1
* nscd: Improved support for tracking startup failure in nscd service (BZ #16639)Siddhesh Poyarekar2014-03-031-23/+25
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-10/+10
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix typo in commentSiddhesh Poyarekar2013-06-241-2/+2
* Fix handling of netgroup cache in nscdAndreas Schwab2013-06-111-1/+2
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* Refactor code out of nscd's two main poll loops.Carlos O'Donell2013-02-081-65/+83
* Remove lots of inline keywords.Roland McGrath2013-02-071-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Hurd: #include <kernel-features.h>Thomas Schwinge2012-05-101-4/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+1
* Use kernel headers for netlink definitionsUlrich Drepper2011-11-011-1/+2
* Cache network interface informationUlrich Drepper2011-10-311-0/+118
* Implement caching of nscdUlrich Drepper2011-10-071-8/+38
* Don't unnecesarily use inotify in nscdUlrich Drepper2011-10-071-1/+1
* Generalize framework to register monitoring of files in nscdUlrich Drepper2011-07-111-83/+82
* Remove doubled words.Jim Meyering2011-04-221-1/+1
* Schedule nscd cache pruning more accurately fromr re-added values.Ulrich Drepper2011-02-051-5/+2
* Try harder to re-exec nscd in paranoia mode.Ulrich Drepper2009-11-221-4/+3
* * nscd/connections.c (send_ro_fd): Define temporary variable to avoidUlrich Drepper2009-04-261-1/+3