Age | Commit message (Expand) | Author |
2017-04-19 | rcmd/rexec: Fix typo in comment | Florian Weimer |
2017-04-19 | Create more sockets with SOCK_CLOEXEC [BZ #15722] | Florian Weimer |
2017-03-13 | Remove the str(n)dup inlines from string/bits/string2.h. Although inlining | Wilco Dijkstra |
2017-02-28 | sunrpc: Improvements for UDP client timeout handling [BZ #20257] | Florian Weimer |
2017-01-11 | Make endian-conversion macros always return correct types (bug 16458). | Joseph Myers |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-09 | inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421] | Florian Weimer |
2016-09-23 | Installed-header hygiene (BZ#20366): conditionally defined structures. | Zack Weinberg |
2016-09-23 | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg |
2016-09-23 | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg |
2016-09-15 | inet: Add __inet6_scopeid_pton function [BZ #20611] | Florian Weimer |
2016-06-02 | Fix macro API for __USE_KERNEL_IPV6_DEFS. | Carlos O'Donell |
2016-05-30 | 2016-05-30 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov |
2016-05-23 | Make padding in struct sockaddr_storage explicit [BZ #20111] | Florian Weimer |
2016-05-04 | getnameinfo: Return EAI_OVERFLOW in more cases [BZ #19787] | Florian Weimer |
2016-05-04 | getnameinfo: Avoid calling strnlen on uninitialized buffer | Florian Weimer |
2016-05-04 | getnameinfo: Reduce line length and add missing comments | Florian Weimer |
2016-04-29 | getnameinfo: Refactor and fix memory leak [BZ #19642] | Florian Weimer |
2016-04-28 | getnameinfo: Do not preserve errno | Florian Weimer |
2016-04-28 | inet: Remove SCCS keywords | Florian Weimer |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers |
2015-10-20 | Convert 29 more function definitions to prototype style (multiple parameters ... | Joseph Myers |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers |
2015-09-01 | Add netinet/in.h values from Linux 4.2. | Joseph Myers |
2015-08-06 | Modify several tests to use test-skeleton.c | Arjun Shankar |
2015-07-08 | Fix ruserok scalability with large ~/.rhosts file. | Carlos O'Donell |
2015-06-17 | Fix gethostbyaddr in6addr_any, in6addr_loopback namespace (bug 18532). | Joseph Myers |
2015-06-12 | Fix h_errno namespace (bug 18520). | Joseph Myers |
2015-05-19 | * inet/rcmd.c (rresvport_af): Change ss to anonymous union | Steve Ellcey |
2015-04-08 | getnameinfo: Use struct scratch_buffer instead of extend_alloca | Florian Weimer |
2015-02-25 | in.h: Coordinate in6_pktinfo and ip6_mtuinfo for kernel and glibc [BZ #15850] | Cong Wang |
2015-02-06 | Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc. | Roland McGrath |
2015-01-23 | Add missing libc_hidden_weak to stub if_nameindex, if_freenameindex. | Roland McGrath |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-12-17 | Fix stub __if_freenameindex build error. | Roland McGrath |
2014-12-17 | Fix resolver inet_* namespace (bug 17722). | Joseph Myers |
2014-12-17 | 2014-12-17 Steve Ellcey <sellcey@imgtec.com> | Steve Ellcey |
2014-12-16 | Fix resolver if_* namespace (bug 17717). | Joseph Myers |
2014-12-02 | Fix getifaddrs, freeifaddrs namespace (bug 17668). | Joseph Myers |
2014-11-24 | Remove IS_IN_nscd | Siddhesh Poyarekar |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar |
2014-10-24 | Prototypify htonl and htons definitions. | Roland McGrath |
2014-10-22 | Rework some nscd code not to use variable-length struct types. | Roland McGrath |
2014-09-10 | Return failure in getnetgrent only when all netgroups have been searched (#17... | Siddhesh Poyarekar |
2014-03-27 | Return NULL for wildcard values in getnetgrent from nscd (BZ #16759) | Siddhesh Poyarekar |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers |