summaryrefslogtreecommitdiff
path: root/nscd/connections.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-24Fix typo in commentSiddhesh Poyarekar1-2/+2
2013-06-11Fix handling of netgroup cache in nscdAndreas Schwab1-1/+2
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-02-08Refactor code out of nscd's two main poll loops.Carlos O'Donell1-65/+83
2013-02-07Remove lots of inline keywords.Roland McGrath1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge1-4/+3
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-2/+1
2011-11-01Use kernel headers for netlink definitionsUlrich Drepper1-1/+2
2011-10-31Cache network interface informationUlrich Drepper1-0/+118
2011-10-07Implement caching of nscdUlrich Drepper1-8/+38
2011-10-07Don't unnecesarily use inotify in nscdUlrich Drepper1-1/+1
2011-07-11Generalize framework to register monitoring of files in nscdUlrich Drepper1-83/+82
2011-04-22Remove doubled words.Jim Meyering1-1/+1
2011-02-05Schedule nscd cache pruning more accurately fromr re-added values.Ulrich Drepper1-5/+2
2009-11-22Try harder to re-exec nscd in paranoia mode.Ulrich Drepper1-4/+3
2009-04-26* nscd/connections.c (send_ro_fd): Define temporary variable to avoidUlrich Drepper1-1/+3
2009-03-16* nscd/connections.c (restart): Try to preserve the process nameUlrich Drepper1-1/+16
2009-02-13[BZ #5381]Ulrich Drepper1-15/+0
2009-01-28* nscd/connections.c (nscd_init): If database file access beUlrich Drepper1-1/+4
2008-12-09[BZ #7067]Ulrich Drepper1-2/+12
2008-12-03* socket/sys/socket.h: Declare accept4.Ulrich Drepper1-19/+36
2008-10-17* elf/Makefile: Add rules to build and run tst-tls17.Ulrich Drepper1-0/+2
2008-09-30* nscd/connections.c: Disable use of paccept for now.Ulrich Drepper1-1/+1
2008-08-03(main_loop_poll): Pass a buffer which is guaranteed to be large enough to rea...Ulrich Drepper1-6/+13
2008-07-30* nscd/connections.c (nscd_init): Type if preprocessor directive.Ulrich Drepper1-1/+1
2008-07-25* nscd/connections.c (nscd_init): Clean up fcntl call.Ulrich Drepper1-1/+1
2008-07-25* sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper1-22/+77
2008-07-12* nscd/connections.c (main_loop_poll): Fix handling of read errorsUlrich Drepper1-29/+83
2008-06-18* nscd/connections.c (main_loop_poll): Fix test for read error.Ulrich Drepper1-2/+2
2008-06-13* nscd/connections.c: Also recognize and handle changes to theUlrich Drepper1-3/+25
2008-06-12* nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cacheUlrich Drepper1-14/+129
2008-05-18* nscd/cache.c (cache_add): Take additional parameter specifyingUlrich Drepper1-10/+48
2008-04-22* nscd/Makefile (nscd-cflags): Set back to -fpie.Ulrich Drepper1-1/+1
2008-04-19[BZ #5209, BZ #5381]Ulrich Drepper1-3/+44
2008-03-04[BZ #5818]Ulrich Drepper1-21/+25
2008-01-05[BZ #5112] Jakub Jelinek1-2/+3
2007-11-23[BZ #5382]Ulrich Drepper1-1/+1
2007-11-06* nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup onlyUlrich Drepper1-81/+111
2007-10-07[BZ #3924]Ulrich Drepper1-3/+7
2007-10-06* nscd/connections.c (verify_persistent_db): Recognize circular lists.Ulrich Drepper1-1/+6
2007-10-05[BZ #5112]Ulrich Drepper1-7/+8
2007-08-29* nscd/connections.c (send_ro_fd): Also transfer file size.Ulrich Drepper1-2/+7
2007-08-22[BZ #4946]Ulrich Drepper1-1/+1
2007-08-11* nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper1-6/+21
2007-07-16* elf/ldconfig.c: Allow GPLv2 or any later version.Roland McGrath1-2/+3
2007-02-01* sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value beforeUlrich Drepper1-1/+0
2007-01-16* nscd/connections.c (servinfo): Renamed to reqinfo. Change allUlrich Drepper1-12/+7
2007-01-15* nscd/connections.c (handle_request): Add a __builtin_expect.Ulrich Drepper1-1/+1