index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
unix
/
ip_unix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-71
/
+4
|
\
|
*
[Net] Split Unix/Windows IP implementation
Fabio Alessandrelli
2024-11-12
1
-71
/
+4
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
UWP: Remove platform port, needs to be redone from scratch for 4.x
Rémi Verschelde
2023-09-07
1
-47
/
+18
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
[Net] IP uses print_verbose when getaddrinfo fails.
Fabio Alessandrelli
2022-08-05
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-6
/
+6
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-13
/
+16
*
[Net] Simplify IP resolution code, fix caching.
Fabio Alessandrelli
2022-01-29
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replaced NULL with nullptr
M. Huri
2021-10-12
1
-1
/
+1
*
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-09-23
1
-2
/
+2
*
Remove unused code related to Travis CI
Hugo Locurcio
2021-07-01
1
-12
/
+0
*
Support multiple address resolution in DNS requests
Chuck
2021-06-01
1
-6
/
+16
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-14
/
+14
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-23
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-4
/
+8
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-10
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-9
/
+9
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
IP: Fix build error on UWP
Rémi Verschelde
2019-10-02
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-3
/
+1
*
Fix ip_unix.cpp inclusion order for OpenBSD.
Fabio Alessandrelli
2019-06-28
1
-1
/
+1
*
Implement IP.get_local_interfaces.
Fabio Alessandrelli
2019-06-21
1
-27
/
+51
*
Fix typos with codespell
Rémi Verschelde
2019-02-13
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Android: Better identify thirdparty C/C++ code
Rémi Verschelde
2018-12-20
1
-3
/
+5
*
Various coverity scan fixes for networking
Fabio Alessandrelli
2018-04-21
1
-1
/
+3
*
[DOCS] add HTTPRequest.request return values
Poommetee Ketson
2018-04-20
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-4
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Explicitily unsed AI_NUMERICHOST flag to fix HTML5
Fabio Alessandrelli
2017-08-11
1
-0
/
+1
*
Fix local ip addresses (interfaces) detection.
Fabio Alessandrelli
2017-05-08
1
-4
/
+11
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fix build issue with MSVC
Rémi Verschelde
2017-03-06
1
-1
/
+2
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-59
/
+54
*
Improvements to scons defined WINVER/_WIN32_WINNT
Fabio Alessandrelli
2017-01-12
1
-4
/
+0
*
Windows: Workaround missing includes in MinGW-w64 < 4
Rémi Verschelde
2017-01-09
1
-1
/
+13
*
Windows: Define _WIN32_WINRT to 0x0600 (Vista)
Rémi Verschelde
2017-01-08
1
-9
/
+3
*
Merge pull request #7271 from Faless/ipv6_cleanup
Rémi Verschelde
2017-01-02
1
-18
/
+9
|
\
|
*
Remove old unused AI_V4MAPPED flag to getaddrinfo
Fabio Alessandrelli
2016-12-09
1
-8
/
+0
|
*
IP_Address now handle IPv4 and IPv6 transparently
Fabio Alessandrelli
2016-12-09
1
-11
/
+5
|
*
Migrate int.IP_TYPE_ constants to IP.TYPE_
Fabio Alessandrelli
2016-12-09
1
-3
/
+3
|
*
Fix getaddrinfo failing on android
Fabio Alessandrelli
2016-12-09
1
-0
/
+5
*
|
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
|
/
[next]