| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 92 | -92/+92 |
* | Fix spelling and grammar in several comments | Jonny Grant | 2020-12-12 | 1 | -4/+4 |
* | nsswitch: use new internal API (callers) | DJ Delorie | 2020-12-04 | 4 | -73/+11 |
* | Add {,sysdep-}ld-library-path make variable | Samuel Thibault | 2020-11-16 | 1 | -1/+1 |
* | Remove internal usage of extensible stat functions | Adhemerval Zanella | 2020-09-11 | 2 | -3/+3 |
* | Move <rpc/netdb.h> from sunrpc to inet | Florian Weimer | 2020-07-17 | 2 | -1/+76 |
* | Move non-deprecated RPC-related functions from sunrpc to inet | Florian Weimer | 2020-07-08 | 9 | -2/+375 |
* | Use unsigned constants for ICMP6 filters [BZ #22489] | Sergey | 2020-05-11 | 1 | -4/+4 |
* | y2038: inet: Convert inet deadline to support 64 bit time | Lukasz Majewski | 2020-05-05 | 2 | -4/+5 |
* | Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h. | Joseph Myers | 2020-04-03 | 1 | -0/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 86 | -86/+86 |
* | Change most internal uses of __gettimeofday to __clock_gettime. | Zack Weinberg | 2019-10-30 | 1 | -7/+1 |
* | resolv/tst-idna_name_classify: Isolate from system libraries | Florian Weimer | 2019-10-30 | 1 | -0/+4 |
* | inet/net-internal.h: Fix uninitalised clntudp_call() variable | Alistair Francis | 2019-09-24 | 1 | -0/+13 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 86 | -86/+86 |
* | Add INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to netinet/in.h. | Joseph Myers | 2019-06-03 | 1 | -0/+1 |
* | Add IGMP_MRDISC_ADV from Linux 5.1 to netinet/igmp.h. | Joseph Myers | 2019-05-28 | 1 | -0/+1 |
* | Break more lines before not after operators. | Joseph Myers | 2019-02-25 | 1 | -4/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 86 | -86/+86 |
* | inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927] | Florian Weimer | 2018-12-06 | 2 | -1/+62 |
* | manual: Revise crypt.texi. | Zack Weinberg | 2018-06-29 | 1 | -1/+1 |
* | Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247] | Florian Weimer | 2018-05-23 | 7 | -37/+390 |
* | inet: Actually build and run tst-deadline | Florian Weimer | 2018-04-04 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 82 | -82/+82 |
* | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 2017-12-11 | 1 | -30/+30 |
* | Hide internal idna functions [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -3/+1 |
* | hurd: Fix `getifaddrs' and `freeifaddrs' symbol exposition | Samuel Thibault | 2017-09-28 | 2 | -2/+4 |
* | inet: Remove internal_function attribute | Florian Weimer | 2017-08-31 | 6 | -13/+6 |
* | NSS: Replace exported NSS lookup functions with stubs [BZ #21962] | Florian Weimer | 2017-08-14 | 3 | -17/+3 |
* | NSS: Do not use internal_function for functions with hidden aliases | Florian Weimer | 2017-08-13 | 2 | -9/+3 |
* | __inet6_scopeid_pton: Remove attribute_hidden, internal_function | Florian Weimer | 2017-08-10 | 2 | -3/+2 |
* | Consistently use uintN_t not u_intN_t everywhere. | Joseph Myers | 2017-08-07 | 5 | -11/+11 |
* | resolv: Call _res_hconf_init from __res_vinit | Florian Weimer | 2017-06-27 | 3 | -6/+5 |
* | inet: __inet6_scopeid_pton should accept node-local addresses [BZ #21657] | Benjamin Cama | 2017-06-22 | 2 | -1/+2 |
* | inet: Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.c | Florian Weimer | 2017-06-21 | 1 | -10/+109 |
* | Remove __need macros from signal.h. | Zack Weinberg | 2017-05-20 | 1 | -6/+10 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 2 | -2/+6 |
* | Fix network headers stdint.h namespace (bug 21455). | Joseph Myers | 2017-05-04 | 1 | -1/+1 |
* | Correct misplaced comments in struct ip_mreq_source | Phil Blundell | 2017-05-03 | 1 | -2/+2 |
* | rcmd/rexec: Fix typo in comment | Florian Weimer | 2017-04-19 | 2 | -2/+2 |
* | Create more sockets with SOCK_CLOEXEC [BZ #15722] | Florian Weimer | 2017-04-19 | 2 | -0/+2 |
* | Remove the str(n)dup inlines from string/bits/string2.h. Although inlining | Wilco Dijkstra | 2017-03-13 | 2 | -2/+2 |
* | sunrpc: Improvements for UDP client timeout handling [BZ #20257] | Florian Weimer | 2017-02-28 | 4 | -2/+405 |
* | Make endian-conversion macros always return correct types (bug 16458). | Joseph Myers | 2017-01-11 | 3 | -5/+45 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 79 | -79/+79 |
* | inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421] | Florian Weimer | 2016-12-09 | 4 | -27/+49 |
* | Installed-header hygiene (BZ#20366): conditionally defined structures. | Zack Weinberg | 2016-09-23 | 2 | -0/+3 |
* | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg | 2016-09-23 | 4 | -20/+21 |
* | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg | 2016-09-23 | 2 | -10/+10 |
* | inet: Add __inet6_scopeid_pton function [BZ #20611] | Florian Weimer | 2016-09-15 | 5 | -2/+231 |