aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/experimental/internet
AgeCommit message (Expand)AuthorFilesLines
2026-01-02Update copyright years.Jakub Jelinek1-1/+1
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-02-02libstdc++: Implement some missing functions for net::ip::network_v6Jonathan Wakely1-4/+22
2024-02-01libstdc++: Fix -Wdeprecated warning about implicit capture of 'this'Jonathan Wakely1-14/+6
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-08-17libstdc++: Fix -Wunused-parameter in <experimental/internet>Jonathan Wakely1-1/+1
2023-06-09libstdc++: Add preprocessor checks to <experimental/internet> [PR100285]Jonathan Wakely1-0/+2
2023-04-12libstdc++: Initialize all members of basic_endpoint union [PR109482]Jonathan Wakely1-4/+18
2023-03-31libstdc++: Revert addition of boolean flag to net::ip::basic_endpointJonathan Wakely1-18/+14
2023-03-30libstdc++: Fix constexpr functions in <experimental/internet>Jonathan Wakely1-28/+75
2023-02-24libstdc++: Make net::ip::basic_endpoint comparisons constexprJonathan Wakely1-6/+6
2023-02-24libstdc++: Fix members of net::ip::network_v4Jonathan Wakely1-13/+28
2023-02-24libstdc++: Fix conversion to/from net::ip::address_v4::bytes_typeJonathan Wakely1-5/+15
2023-02-24libstdc++: Optimize net::ip::address_v4::to_string()Jonathan Wakely1-8/+20
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-04libstdc++: Use ///< for inline documentationArsen Arsenović1-1/+1
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-0/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-17libstdc++: Use std::construct_at in net::ip::addressJonathan Wakely1-4/+4
2021-11-15c++: check constexpr constructor bodyJason Merrill1-0/+2
2021-08-31libstdc++: Improve error handling in Net TS name resolutionJonathan Wakely1-4/+23
2021-08-26libstdc++: Make Networking TS headers more portable [PR100285]Jonathan Wakely1-1/+15
2021-04-27libstdc++: Minor refactoring in <experimental/internet>Jonathan Wakely1-19/+22
2021-04-27libstdc++: Better preprocessor conditions in net::ip [PR 100286]Jonathan Wakely1-11/+46
2021-04-27libstdc++: Define net::socket_base::message_flags operators as friends [PR 10...Jonathan Wakely1-25/+25
2021-04-26libstdc++: Fix internet socket option classesJonathan Wakely1-99/+86
2021-04-26libstdc++: Simplify definition of net::ip::resolver_base constantsJonathan Wakely1-30/+19
2021-04-26libstdc++: Add missing 'inline' specifiers to net::ip functions [PR 100259]Jonathan Wakely1-4/+4
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-21/+21
2021-02-12libstdc++: Include scope ID in net::internet::address_v6::to_string()Jonathan Wakely1-6/+18
2021-02-12libstdc++: Fix errors in <experimental/internet>Jonathan Wakely1-7/+15
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-29libstdc++: Fix some warnings in headersJonathan Wakely1-3/+3
2020-05-21libstdc++: Fix net::basic_socket::close(error_code&)Jonathan Wakely1-1/+3
2020-05-21libstdc++: Use 'using' for types in Networking TS headersJonathan Wakely1-43/+43
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-30Include netinet/in.h in include/experimental/internetAndreas Tobler1-0/+3
2019-09-26Fix array index error in address_v6 comparisonsJonathan Wakely1-2/+2
2019-05-02Improve docs for Networking TSJonathan Wakely1-4/+5
2019-03-11PR libstdc++/89460 Fix Networking TS test failures on HP-UXJonathan Wakely1-15/+16
2019-01-21Fix after P0600.Ulrich Drepper1-3/+3
2019-01-10Check AI_NUMERICSERV is defined before using itJonathan Wakely1-0/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-16Fix versioned namespace macros for Networking TSJonathan Wakely1-12/+6
2018-10-16Use autoconf to check for features needed by Networking TSJonathan Wakely1-21/+46
2018-10-12Initial commit of Networking TS implementationJonathan Wakely1-0/+2397