summaryrefslogtreecommitdiff
path: root/drivers/unix/ip_unix.cpp
AgeCommit message (Expand)Author
2022-08-05[Net] IP uses print_verbose when getaddrinfo fails.Fabio Alessandrelli
2022-05-16Replace most uses of Map by HashMapreduz
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-01-29[Net] Simplify IP resolution code, fix caching.Fabio Alessandrelli
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-12Replaced NULL with nullptrM. Huri
2021-09-23Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon
2021-07-01Remove unused code related to Travis CIHugo Locurcio
2021-06-01Support multiple address resolution in DNS requestsChuck
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-23Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-02IP: Fix build error on UWPRémi Verschelde
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-06-28Fix ip_unix.cpp inclusion order for OpenBSD.Fabio Alessandrelli
2019-06-21Implement IP.get_local_interfaces.Fabio Alessandrelli
2019-02-13Fix typos with codespellRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-20Android: Better identify thirdparty C/C++ codeRémi Verschelde
2018-04-21Various coverity scan fixes for networkingFabio Alessandrelli
2018-04-20[DOCS] add HTTPRequest.request return valuesPoommetee Ketson
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-11Explicitily unsed AI_NUMERICHOST flag to fix HTML5Fabio Alessandrelli
2017-05-08Fix local ip addresses (interfaces) detection.Fabio Alessandrelli
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-06Fix build issue with MSVCRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-01-12Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli
2017-01-09Windows: Workaround missing includes in MinGW-w64 < 4Rémi Verschelde
2017-01-08Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde
2017-01-02Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-09Remove old unused AI_V4MAPPED flag to getaddrinfoFabio Alessandrelli
2016-12-09IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli
2016-12-09Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli
2016-12-09Fix getaddrinfo failing on androidFabio Alessandrelli
2016-11-03Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques
2016-10-30TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli
2016-10-19fixed some byte order and parsing problemsAriel Manzur
2016-10-18adding ipv6Ariel Manzur
2016-09-03Fix drivers coding for WinRTGeorge Marques
2016-01-01Update copyright to 2016 in headersGeorge Marques