godot/core
Fabio Alessandrelli 32da4d7819 Add TCP connect timeout.
Default timeout is 30 seconds (i.e. after 30 seconds of calling
connect_to_host if the TCP peer is not connected the connection will
error out).

This value can be configured in project settings:
`network/limits/tcp/connect_timeout_seconds`
2019-07-08 09:18:46 +02:00
..
bind Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
io Add TCP connect timeout. 2019-07-08 09:18:46 +02:00
math Merge pull request #30382 from simonpuchert/geo-opt 2019-07-06 21:07:52 +02:00
os Merge pull request #30239 from Faless/crypto/crypto_core 2019-07-02 14:52:43 +02:00
array.cpp
array.h
class_db.cpp Merge pull request #30126 from qarmin/remove_unnecessary_code 2019-07-01 14:32:04 +02:00
class_db.h
color_names.inc
color.cpp
color.h
command_queue_mt.cpp
command_queue_mt.h
compressed_translation.cpp
compressed_translation.h
core_builders.py
core_string_names.cpp
core_string_names.h
cowdata.h
dictionary.cpp
dictionary.h
engine.cpp
engine.h
error_list.h
error_macros.cpp
error_macros.h
func_ref.cpp
func_ref.h
global_constants.cpp
global_constants.h
hash_map.h
hashfuncs.h
image.cpp Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
image.h
input_map.cpp
input_map.h
int_types.h
list.h
make_binders.py
map.h
message_queue.cpp
message_queue.h
method_bind.cpp
method_bind.h
method_ptrcall.h
node_path.cpp
node_path.h
oa_hash_map.h
object.cpp Merge pull request #30126 from qarmin/remove_unnecessary_code 2019-07-01 14:32:04 +02:00
object.h
ordered_hash_map.h
packed_data_container.cpp
packed_data_container.h
pair.h
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
pool_vector.cpp
pool_vector.h Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
print_string.cpp
print_string.h
project_settings.cpp Merge pull request #30282 from neikeq/editor_in_cs_equals_win 2019-07-05 10:29:19 +02:00
project_settings.h
ref_ptr.cpp
ref_ptr.h
reference.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
reference.h
register_core_types.cpp Add TCP connect timeout. 2019-07-08 09:18:46 +02:00
register_core_types.h
resource.cpp
resource.h
rid.cpp
rid.h
ring_buffer.h
safe_refcount.cpp
safe_refcount.h
script_debugger_local.cpp
script_debugger_local.h
script_debugger_remote.cpp
script_debugger_remote.h
script_language.cpp
script_language.h Show icons for code completion options 2019-07-05 09:25:50 +08:00
SCsub SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
self_list.h
set.h
simple_type.h
sort_array.h
string_buffer.h
string_builder.cpp
string_builder.h
string_name.cpp
string_name.h
translation.cpp
translation.h
type_info.h
typedefs.h
ucaps.h
undo_redo.cpp
undo_redo.h
ustring.cpp Add sha1 functions to string (using new CryptoCore) 2019-07-03 18:42:46 +02:00
ustring.h Add sha1 functions to string (using new CryptoCore) 2019-07-03 18:42:46 +02:00
variant_call.cpp Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
variant_op.cpp
variant_parser.cpp
variant_parser.h
variant.cpp Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
variant.h
vector.h
version.h
vmap.h
vset.h