godot/core/io
Fabio Alessandrelli 534bf89976 PacketPeer use heap buffer for var encoding.
Used to allocate in stack (via alloca) which causes crashes when trying
to encode big variables.
The buffer grows as needed up to `encode_buffer_max_size` (which is
8MiB by default) and always in power of 2.
2020-01-19 11:49:10 +01:00
..
compression.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
compression.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
config_file.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
config_file.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_buffered.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_buffered.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_buffered_fa.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_compressed.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_compressed.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_encrypted.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_encrypted.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_memory.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_memory.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_network.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_network.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_pack.cpp PCK: Set VERSION_PATCH in header, factor out header magic 2020-01-06 13:13:17 +01:00
file_access_pack.h PCK: Set VERSION_PATCH in header, factor out header magic 2020-01-06 13:13:17 +01:00
file_access_zip.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_zip.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
http_client.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
http_client.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
image_loader.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
image_loader.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
ip.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
ip.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
ip_address.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
ip_address.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
json.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
json.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
logger.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
logger.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
marshalls.cpp GDScript: Validate object instance on is operation 2020-01-09 13:59:33 -03:00
marshalls.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
multiplayer_api.cpp MultiplayerAPI: Fix disconnect errors when passing invalid peer 2020-01-03 13:34:54 +01:00
multiplayer_api.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
net_socket.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
net_socket.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
networked_multiplayer_peer.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
networked_multiplayer_peer.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
packet_peer.cpp PacketPeer use heap buffer for var encoding. 2020-01-19 11:49:10 +01:00
packet_peer.h PacketPeer use heap buffer for var encoding. 2020-01-19 11:49:10 +01:00
packet_peer_udp.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
packet_peer_udp.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
pck_packer.cpp PCK: Set VERSION_PATCH in header, factor out header magic 2020-01-06 13:13:17 +01:00
pck_packer.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_format_binary.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_format_binary.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_importer.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_loader.cpp Check if resource exists before loading 2020-01-08 15:24:43 +01:00
resource_loader.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_saver.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_saver.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00
stream_peer.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
stream_peer.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
stream_peer_ssl.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
stream_peer_ssl.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
stream_peer_tcp.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
stream_peer_tcp.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
tcp_server.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
tcp_server.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
translation_loader_po.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
translation_loader_po.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
xml_parser.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
xml_parser.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
zip_io.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
zip_io.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00