summaryrefslogtreecommitdiffstats
path: root/drivers/unix/ip_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-71/+4
|\
| * [Net] Split Unix/Windows IP implementationFabio Alessandrelli2024-11-121-71/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-47/+18
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Net] IP uses print_verbose when getaddrinfo fails.Fabio Alessandrelli2022-08-051-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-6/+6
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-13/+16
* [Net] Simplify IP resolution code, fix caching.Fabio Alessandrelli2022-01-291-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replaced NULL with nullptrM. Huri2021-10-121-1/+1
* Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-231-2/+2
* Remove unused code related to Travis CIHugo Locurcio2021-07-011-12/+0
* Support multiple address resolution in DNS requestsChuck2021-06-011-6/+16
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-14/+14
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-231-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+8
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-10/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-9/+9
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* IP: Fix build error on UWPRémi Verschelde2019-10-021-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-3/+1
* Fix ip_unix.cpp inclusion order for OpenBSD.Fabio Alessandrelli2019-06-281-1/+1
* Implement IP.get_local_interfaces.Fabio Alessandrelli2019-06-211-27/+51
* Fix typos with codespellRémi Verschelde2019-02-131-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Android: Better identify thirdparty C/C++ codeRémi Verschelde2018-12-201-3/+5
* Various coverity scan fixes for networkingFabio Alessandrelli2018-04-211-1/+3
* [DOCS] add HTTPRequest.request return valuesPoommetee Ketson2018-04-201-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-4/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Explicitily unsed AI_NUMERICHOST flag to fix HTML5Fabio Alessandrelli2017-08-111-0/+1
* Fix local ip addresses (interfaces) detection.Fabio Alessandrelli2017-05-081-4/+11
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix build issue with MSVCRémi Verschelde2017-03-061-1/+2
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-59/+54
* Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli2017-01-121-4/+0
* Windows: Workaround missing includes in MinGW-w64 < 4Rémi Verschelde2017-01-091-1/+13
* Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-081-9/+3
* Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-18/+9
|\
| * Remove old unused AI_V4MAPPED flag to getaddrinfoFabio Alessandrelli2016-12-091-8/+0
| * IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2016-12-091-11/+5
| * Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-091-3/+3
| * Fix getaddrinfo failing on androidFabio Alessandrelli2016-12-091-0/+5
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/