summaryrefslogtreecommitdiff
path: root/inet
AgeCommit message (Expand)Author
2018-06-29manual: Revise crypt.texi.Zack Weinberg
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer
2018-04-04inet: Actually build and run tst-deadlineFlorian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-10-01Hide internal idna functions [BZ #18822]H.J. Lu
2017-09-28hurd: Fix `getifaddrs' and `freeifaddrs' symbol expositionSamuel Thibault
2017-08-31inet: Remove internal_function attributeFlorian Weimer
2017-08-14NSS: Replace exported NSS lookup functions with stubs [BZ #21962]Florian Weimer
2017-08-13NSS: Do not use internal_function for functions with hidden aliasesFlorian Weimer
2017-08-10__inet6_scopeid_pton: Remove attribute_hidden, internal_functionFlorian Weimer
2017-08-07Consistently use uintN_t not u_intN_t everywhere.Joseph Myers
2017-06-27resolv: Call _res_hconf_init from __res_vinitFlorian Weimer
2017-06-22inet: __inet6_scopeid_pton should accept node-local addresses [BZ #21657]Benjamin Cama
2017-06-21inet: Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.cFlorian Weimer
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers
2017-05-03Correct misplaced comments in struct ip_mreq_sourcePhil Blundell
2017-04-19rcmd/rexec: Fix typo in commentFlorian Weimer
2017-04-19Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra
2017-02-28sunrpc: Improvements for UDP client timeout handling [BZ #20257]Florian Weimer
2017-01-11Make endian-conversion macros always return correct types (bug 16458).Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-09inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421]Florian Weimer
2016-09-23Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg
2016-09-15inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer
2016-06-02Fix macro API for __USE_KERNEL_IPV6_DEFS.Carlos O'Donell
2016-05-302016-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2016-05-23Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer
2016-05-04getnameinfo: Return EAI_OVERFLOW in more cases [BZ #19787]Florian Weimer
2016-05-04getnameinfo: Avoid calling strnlen on uninitialized bufferFlorian Weimer
2016-05-04getnameinfo: Reduce line length and add missing commentsFlorian Weimer
2016-04-29getnameinfo: Refactor and fix memory leak [BZ #19642]Florian Weimer
2016-04-28getnameinfo: Do not preserve errnoFlorian Weimer
2016-04-28inet: Remove SCCS keywordsFlorian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-09-01Add netinet/in.h values from Linux 4.2.Joseph Myers
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar
2015-07-08Fix ruserok scalability with large ~/.rhosts file.Carlos O'Donell
2015-06-17Fix gethostbyaddr in6addr_any, in6addr_loopback namespace (bug 18532).Joseph Myers
2015-06-12Fix h_errno namespace (bug 18520).Joseph Myers
2015-05-19 * inet/rcmd.c (rresvport_af): Change ss to anonymous unionSteve Ellcey