about summary refs log tree commit diff
path: root/nscd/connections.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * nscd/connections.c (restart): Try to preserve the process nameUlrich Drepper2009-03-161-1/+16
* [BZ #5381]Ulrich Drepper2009-02-131-15/+0
* * nscd/connections.c (nscd_init): If database file access beUlrich Drepper2009-01-281-1/+4
* [BZ #7067]Ulrich Drepper2008-12-091-2/+12
* * socket/sys/socket.h: Declare accept4.Ulrich Drepper2008-12-031-19/+36
* * elf/Makefile: Add rules to build and run tst-tls17. cvs/fedora-glibc-20081019T1815Ulrich Drepper2008-10-171-0/+2
* * nscd/connections.c: Disable use of paccept for now.Ulrich Drepper2008-09-301-1/+1
* (main_loop_poll): Pass a buffer which is guaranteed to be large enough to rea...Ulrich Drepper2008-08-031-6/+13
* * nscd/connections.c (nscd_init): Type if preprocessor directive.Ulrich Drepper2008-07-301-1/+1
* * nscd/connections.c (nscd_init): Clean up fcntl call.Ulrich Drepper2008-07-251-1/+1
* * sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper2008-07-251-22/+77
* * nscd/connections.c (main_loop_poll): Fix handling of read errorsUlrich Drepper2008-07-121-29/+83
* * nscd/connections.c (main_loop_poll): Fix test for read error.Ulrich Drepper2008-06-181-2/+2
* * nscd/connections.c: Also recognize and handle changes to theUlrich Drepper2008-06-131-3/+25
* * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cacheUlrich Drepper2008-06-121-14/+129
* * nscd/cache.c (cache_add): Take additional parameter specifyingUlrich Drepper2008-05-181-10/+48
* * nscd/Makefile (nscd-cflags): Set back to -fpie.Ulrich Drepper2008-04-221-1/+1
* [BZ #5209, BZ #5381]Ulrich Drepper2008-04-191-3/+44
* [BZ #5818]Ulrich Drepper2008-03-041-21/+25
* [BZ #5112] Jakub Jelinek2008-01-051-2/+3
* [BZ #5382]Ulrich Drepper2007-11-231-1/+1
* * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup onlyUlrich Drepper2007-11-061-81/+111
* [BZ #3924]Ulrich Drepper2007-10-071-3/+7
* * nscd/connections.c (verify_persistent_db): Recognize circular lists.Ulrich Drepper2007-10-061-1/+6
* [BZ #5112]Ulrich Drepper2007-10-051-7/+8
* * nscd/connections.c (send_ro_fd): Also transfer file size.Ulrich Drepper2007-08-291-2/+7
* [BZ #4946]Ulrich Drepper2007-08-221-1/+1
* * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper2007-08-111-6/+21
* * elf/ldconfig.c: Allow GPLv2 or any later version.Roland McGrath2007-07-161-2/+3
* * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before cvs/fedora-glibc-20070202T0923Ulrich Drepper2007-02-011-1/+0
* * nscd/connections.c (servinfo): Renamed to reqinfo. Change allUlrich Drepper2007-01-161-12/+7
* * nscd/connections.c (handle_request): Add a __builtin_expect.Ulrich Drepper2007-01-151-1/+1