index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
unix
/
ip_unix.cpp
Age
Commit message (
Expand
)
Author
2022-08-05
[Net] IP uses print_verbose when getaddrinfo fails.
Fabio Alessandrelli
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-01-29
[Net] Simplify IP resolution code, fix caching.
Fabio Alessandrelli
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-12
Replaced NULL with nullptr
M. Huri
2021-09-23
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-07-01
Remove unused code related to Travis CI
Hugo Locurcio
2021-06-01
Support multiple address resolution in DNS requests
Chuck
2021-05-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-23
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-02
IP: Fix build error on UWP
Rémi Verschelde
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-06-28
Fix ip_unix.cpp inclusion order for OpenBSD.
Fabio Alessandrelli
2019-06-21
Implement IP.get_local_interfaces.
Fabio Alessandrelli
2019-02-13
Fix typos with codespell
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-20
Android: Better identify thirdparty C/C++ code
Rémi Verschelde
2018-04-21
Various coverity scan fixes for networking
Fabio Alessandrelli
2018-04-20
[DOCS] add HTTPRequest.request return values
Poommetee Ketson
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-11
Explicitily unsed AI_NUMERICHOST flag to fix HTML5
Fabio Alessandrelli
2017-05-08
Fix local ip addresses (interfaces) detection.
Fabio Alessandrelli
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-06
Fix build issue with MSVC
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-01-12
Improvements to scons defined WINVER/_WIN32_WINNT
Fabio Alessandrelli
2017-01-09
Windows: Workaround missing includes in MinGW-w64 < 4
Rémi Verschelde
2017-01-08
Windows: Define _WIN32_WINRT to 0x0600 (Vista)
Rémi Verschelde
2017-01-02
Merge pull request #7271 from Faless/ipv6_cleanup
Rémi Verschelde
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-12-09
Remove old unused AI_V4MAPPED flag to getaddrinfo
Fabio Alessandrelli
2016-12-09
IP_Address now handle IPv4 and IPv6 transparently
Fabio Alessandrelli
2016-12-09
Migrate int.IP_TYPE_ constants to IP.TYPE_
Fabio Alessandrelli
2016-12-09
Fix getaddrinfo failing on android
Fabio Alessandrelli
2016-11-03
Rename WINRT_ENABLED to UWP_ENABLED
George Marques
2016-10-30
TCP/UDP Listen sockets can now be set to IPv6 only
Fabio Alessandrelli
2016-10-19
fixed some byte order and parsing problems
Ariel Manzur
2016-10-18
adding ipv6
Ariel Manzur
2016-09-03
Fix drivers coding for WinRT
George Marques
2016-01-01
Update copyright to 2016 in headers
George Marques
[next]