godot/core/io
Hugo Locurcio 2c6b3074fc
Increase the default HTTPClient download chunk size to 64 KiB
This improves download speeds at the cost of increased memory usage.

This change also effects HTTPRequest automatically.

See #32807 and #33862.

(cherry picked from commit 13357095ee)
2020-11-11 15:30:55 +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 ConfigFile: Improve error messages and complete docs 2020-03-06 23:51:26 +01:00
config_file.h ConfigFile: Improve error messages and complete docs 2020-03-06 23:51:26 +01:00
dtls_server.cpp Fix editor crash when mbedtls is disabled. 2020-06-10 15:30:51 +02:00
dtls_server.h New PacketPeerDTLS and DTLSServer classes. 2020-02-25 11:35:47 +01:00
file_access_buffered.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_buffered.h [3.2] Ensure FileAccessBuffered structs are properly initialized 2020-06-19 11:32:53 -04:00
file_access_buffered_fa.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_compressed.cpp Fixes crash when resource file is corrupted 2020-02-14 16:07:41 +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 Merge pull request #40747 from RandomShaper/improve_packed_fs_api_3.2 2020-11-10 10:59:59 +01:00
file_access_pack.h Merge pull request #40747 from RandomShaper/improve_packed_fs_api_3.2 2020-11-10 10:59:59 +01:00
file_access_zip.cpp added load resource pack with offset feature 2020-09-24 14:43:09 +02:00
file_access_zip.h added load resource pack with offset feature 2020-09-24 14:43:09 +02:00
http_client.cpp Increase the default HTTPClient download chunk size to 64 KiB 2020-11-11 15:30:55 +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 issue-40396 - Added missing error strings to JSON parsing when array or object is never closed. 2020-07-24 10:31:57 +02:00
json.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
logger.cpp Enable file logging by default on desktops to help with troubleshooting 2020-07-10 11:03:32 +02:00
logger.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
marshalls.cpp Fix debugger error when Dictionary key is a freed Object 2020-06-28 02:36:13 +02:00
marshalls.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
multiplayer_api.cpp Fix MultiplayerAPI crash when peer impl misbehave. 2020-01-21 20:46:32 +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 Add peek option to NetSocket recv_from. 2020-02-25 11:26:34 +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_dtls.cpp Fix editor crash when mbedtls is disabled. 2020-06-10 15:30:51 +02:00
packet_peer_dtls.h New PacketPeerDTLS and DTLSServer classes. 2020-02-25 11:35:47 +01:00
packet_peer_udp.cpp UDPServer handles PacketPeerUDP-client association 2020-07-15 12:48:18 +02:00
packet_peer_udp.h UDPServer handles PacketPeerUDP-client association 2020-07-15 12:48:18 +02:00
pck_packer.cpp Fix potential divisions by 0 reported by MSVC 2020-03-25 11:38:54 +01:00
pck_packer.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
resource_format_binary.cpp Improve format version mismatch error in binary loader 2020-10-05 20:32:31 +02: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 Improve the resource loading error message to mention the need to import 2020-09-04 08:48:17 +02: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: Format buildsystem files with psf/black 2020-06-10 15:30:52 +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 PO loader: Fix unclosed files and error messages 2020-07-15 12:48:18 +02:00
translation_loader_po.h PO loader: Fix unclosed files and error messages 2020-07-15 12:48:18 +02:00
udp_server.cpp UDPServer handles PacketPeerUDP-client association 2020-07-15 12:48:18 +02:00
udp_server.h UDPServer handles PacketPeerUDP-client association 2020-07-15 12:48:18 +02:00
xml_parser.cpp Fixes XMLParser leak when open multiple times 2020-01-20 11:29:14 +08:00
xml_parser.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
zip_io.cpp Fixes leak when importing zip in AssetLib 2020-01-22 09:34:18 +08:00
zip_io.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00