Age | Commit message (Expand) | Author | Files | Lines |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 92 | -92/+92 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 44 | -44/+0 |
2021-08-05 | Add INADDR_DUMMY from Linux 5.13 to netinet/in.h | Joseph Myers | 1 | -0/+3 |
2021-07-19 | resolv: Deprecate legacy interfaces in libresolv | Florian Weimer | 1 | -1/+2 |
2021-07-07 | inet: Add hidden prototype for __inet_network | Florian Weimer | 1 | -1/+3 |
2021-06-29 | Add RFC 8335 Definitions from Linux 5.13 | Andreas Roeseler | 1 | -0/+2 |
2021-06-22 | Use 64 bit time_t stat internally | Adhemerval Zanella | 1 | -3/+3 |
2021-06-02 | Add missing symbols to Version files | Florian Weimer | 1 | -0/+2 |
2021-05-13 | inet: Free result from getaddrinfo | Siddhesh Poyarekar | 2 | -8/+9 |
2021-05-06 | Annotate additional APIs with GCC attribute access. | Martin Sebor | 1 | -1/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 92 | -92/+92 |
2020-12-12 | Fix spelling and grammar in several comments | Jonny Grant | 1 | -4/+4 |
2020-12-04 | nsswitch: use new internal API (callers) | DJ Delorie | 4 | -73/+11 |
2020-11-16 | Add {,sysdep-}ld-library-path make variable | Samuel Thibault | 1 | -1/+1 |
2020-09-11 | Remove internal usage of extensible stat functions | Adhemerval Zanella | 2 | -3/+3 |
2020-07-17 | Move <rpc/netdb.h> from sunrpc to inet | Florian Weimer | 2 | -1/+76 |
2020-07-08 | Move non-deprecated RPC-related functions from sunrpc to inet | Florian Weimer | 9 | -2/+375 |
2020-05-11 | Use unsigned constants for ICMP6 filters [BZ #22489] | Sergey | 1 | -4/+4 |
2020-05-05 | y2038: inet: Convert inet deadline to support 64 bit time | Lukasz Majewski | 2 | -4/+5 |
2020-04-03 | Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h. | Joseph Myers | 1 | -0/+4 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 86 | -86/+86 |
2019-10-30 | Change most internal uses of __gettimeofday to __clock_gettime. | Zack Weinberg | 1 | -7/+1 |
2019-10-30 | resolv/tst-idna_name_classify: Isolate from system libraries | Florian Weimer | 1 | -0/+4 |
2019-09-24 | inet/net-internal.h: Fix uninitalised clntudp_call() variable | Alistair Francis | 1 | -0/+13 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 86 | -86/+86 |
2019-06-03 | Add INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to netinet/in.h. | Joseph Myers | 1 | -0/+1 |
2019-05-28 | Add IGMP_MRDISC_ADV from Linux 5.1 to netinet/igmp.h. | Joseph Myers | 1 | -0/+1 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 1 | -4/+4 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 86 | -86/+86 |
2018-12-06 | inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927] | Florian Weimer | 2 | -1/+62 |
2018-06-29 | manual: Revise crypt.texi. | Zack Weinberg | 1 | -1/+1 |
2018-05-23 | Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247] | Florian Weimer | 7 | -37/+390 |
2018-04-04 | inet: Actually build and run tst-deadline | Florian Weimer | 1 | -2/+2 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 82 | -82/+82 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -30/+30 |
2017-10-01 | Hide internal idna functions [BZ #18822] | H.J. Lu | 1 | -3/+1 |
2017-09-28 | hurd: Fix `getifaddrs' and `freeifaddrs' symbol exposition | Samuel Thibault | 2 | -2/+4 |
2017-08-31 | inet: Remove internal_function attribute | Florian Weimer | 6 | -13/+6 |
2017-08-14 | NSS: Replace exported NSS lookup functions with stubs [BZ #21962] | Florian Weimer | 3 | -17/+3 |
2017-08-13 | NSS: Do not use internal_function for functions with hidden aliases | Florian Weimer | 2 | -9/+3 |
2017-08-10 | __inet6_scopeid_pton: Remove attribute_hidden, internal_function | Florian Weimer | 2 | -3/+2 |
2017-08-07 | Consistently use uintN_t not u_intN_t everywhere. | Joseph Myers | 5 | -11/+11 |
2017-06-27 | resolv: Call _res_hconf_init from __res_vinit | Florian Weimer | 3 | -6/+5 |
2017-06-22 | inet: __inet6_scopeid_pton should accept node-local addresses [BZ #21657] | Benjamin Cama | 2 | -1/+2 |
2017-06-21 | inet: Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.c | Florian Weimer | 1 | -10/+109 |
2017-05-20 | Remove __need macros from signal.h. | Zack Weinberg | 1 | -6/+10 |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2 | -2/+6 |
2017-05-04 | Fix network headers stdint.h namespace (bug 21455). | Joseph Myers | 1 | -1/+1 |
2017-05-03 | Correct misplaced comments in struct ip_mreq_source | Phil Blundell | 1 | -2/+2 |
2017-04-19 | rcmd/rexec: Fix typo in comment | Florian Weimer | 2 | -2/+2 |