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
/
core
/
io
/
ip.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-8
/
+8
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-1
/
+1
*
Display `BitField[Enum]` in docs to distinguish from `Enum`
Danil Alexeev
2023-06-15
1
-2
/
+0
*
Fix data races in startup/teardown
myaaaaaaaaa
2023-03-06
1
-4
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-8
/
+9
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-2
/
+1
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Increase the maximum number of concurrent DNS queries from 32 to 256
Hugo Locurcio
2022-03-23
1
-4
/
+4
*
[Net] Simplify IP resolution code, fix caching.
Fabio Alessandrelli
2022-01-29
1
-30
/
+12
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-4
/
+4
*
[Net] Fix IP address resolution incorrectly locking the main thread.
Fabio Alessandrelli
2021-08-03
1
-19
/
+44
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-6
/
+6
*
Fix DNS resolve mutex locks
Chuck
2021-06-03
1
-12
/
+2
*
Support multiple address resolution in DNS requests
Chuck
2021-06-01
1
-18
/
+79
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-15
/
+15
*
Modernize atomics
Pedro J. Estébanez
2021-02-18
1
-12
/
+12
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-18
/
+6
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-6
/
+10
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-21
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
*
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
1
-17
/
+6
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-29
/
+13
*
Added a spinlock template as well as a thread work pool class.
Juan Linietsky
2020-02-11
1
-2
/
+2
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Implement IP.get_local_interfaces.
Fabio Alessandrelli
2019-06-21
1
-0
/
+36
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+4
*
Fix DNS resolution when cache is invalid.
Fabio Alessandrelli
2018-08-28
1
-2
/
+2
*
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
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-8
/
+8
*
Add object type hint for docs
Poommetee Ketson
2017-07-19
1
-1
/
+1
*
Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l...
Marcelo Fernandez
2017-05-08
1
-18
/
+47
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-86
/
+68
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-7
/
+7
*
Convert validity checks of IP_Address to is_valid method.
Fabio Alessandrelli
2017-01-23
1
-1
/
+1
[next]