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