about summary refs log tree commit diff
path: root/inet
Commit message (Expand)AuthorAgeFilesLines
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-273-6/+5
* inet: __inet6_scopeid_pton should accept node-local addresses [BZ #21657]Benjamin Cama2017-06-222-1/+2
* inet: Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.cFlorian Weimer2017-06-211-10/+109
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-6/+10
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-112-2/+6
* Fix network headers stdint.h namespace (bug 21455).Joseph Myers2017-05-041-1/+1
* Correct misplaced comments in struct ip_mreq_sourcePhil Blundell2017-05-031-2/+2
* rcmd/rexec: Fix typo in commentFlorian Weimer2017-04-192-2/+2
* Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2017-04-192-0/+2
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-132-2/+2
* sunrpc: Improvements for UDP client timeout handling [BZ #20257]Florian Weimer2017-02-284-2/+405
* Make endian-conversion macros always return correct types (bug 16458).Joseph Myers2017-01-113-5/+45
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0179-79/+79
* inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421]Florian Weimer2016-12-094-27/+49
* Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg2016-09-232-0/+3
* Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg2016-09-234-20/+21
* Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2016-09-232-10/+10
* inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer2016-09-155-2/+231
* Fix macro API for __USE_KERNEL_IPV6_DEFS.Carlos O'Donell2016-06-021-7/+7
* 2016-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-05-302-84/+0
* Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer2016-05-232-1/+128
* getnameinfo: Return EAI_OVERFLOW in more cases [BZ #19787]Florian Weimer2016-05-041-52/+51
* getnameinfo: Avoid calling strnlen on uninitialized bufferFlorian Weimer2016-05-041-7/+6
* getnameinfo: Reduce line length and add missing commentsFlorian Weimer2016-05-041-21/+18
* getnameinfo: Refactor and fix memory leak [BZ #19642]Florian Weimer2016-04-291-240/+347
* getnameinfo: Do not preserve errnoFlorian Weimer2016-04-281-10/+2
* inet: Remove SCCS keywordsFlorian Weimer2016-04-287-29/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0473-73/+73
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-23/+7
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-204-61/+26
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-164-11/+5
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-083-3/+3
* Add netinet/in.h values from Linux 4.2.Joseph Myers2015-09-011-0/+2
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-061-2/+5
* Fix ruserok scalability with large ~/.rhosts file.Carlos O'Donell2015-07-081-19/+31
* Fix gethostbyaddr in6addr_any, in6addr_loopback namespace (bug 18532).Joseph Myers2015-06-172-5/+9
* Fix h_errno namespace (bug 18520).Joseph Myers2015-06-121-2/+2
* * inet/rcmd.c (rresvport_af): Change ss to anonymous unionSteve Ellcey2015-05-191-18/+24
* getnameinfo: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-081-27/+58
* in.h: Coordinate in6_pktinfo and ip6_mtuinfo for kernel and glibc [BZ #15850]Cong Wang2015-02-251-1/+2
* Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.Roland McGrath2015-02-068-196/+5
* Add missing libc_hidden_weak to stub if_nameindex, if_freenameindex.Roland McGrath2015-01-231-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0279-79/+79
* Fix stub __if_freenameindex build error.Roland McGrath2014-12-171-0/+1
* Fix resolver inet_* namespace (bug 17722).Joseph Myers2014-12-171-2/+3
* 2014-12-17 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2014-12-171-62/+61
* Fix resolver if_* namespace (bug 17717).Joseph Myers2014-12-161-6/+11
* Fix getifaddrs, freeifaddrs namespace (bug 17668).Joseph Myers2014-12-021-4/+6
* Remove IS_IN_nscdSiddhesh Poyarekar2014-11-241-1/+1
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-054-8/+20