godot/core/io
Micky 93943bc1b9 Prevent HTTPRequest from polling invalid client
(cherry picked from commit 9e284f68ec)
2022-09-09 14:17:24 +02:00
..
SCsub
compression.cpp
compression.h
config_file.cpp
config_file.h
dtls_server.cpp
dtls_server.h
file_access_compressed.cpp [File] Fix FileAccessCompressed::get_buffer return value. 2022-08-08 09:50:41 +02:00
file_access_compressed.h
file_access_encrypted.cpp
file_access_encrypted.h
file_access_memory.cpp
file_access_memory.h
file_access_network.cpp
file_access_network.h
file_access_pack.cpp [3.x] Improve embedded PCK loading and exporting. 2022-04-28 11:11:48 +03:00
file_access_pack.h
file_access_zip.cpp
file_access_zip.h
http_client.cpp Prevent HTTPRequest from polling invalid client 2022-09-09 14:17:24 +02:00
http_client.h
image_loader.cpp Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
image_loader.h Merge pull request #62408 from Razoric480/raz/fix-no-cache 2022-08-05 23:43:54 +02:00
ip.cpp
ip.h
ip_address.cpp
ip_address.h
json.cpp
json.h
logger.cpp
logger.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
marshalls.cpp
marshalls.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
multiplayer_api.cpp
multiplayer_api.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
net_socket.cpp
net_socket.h
networked_multiplayer_custom.cpp Add error messages and docs to explain restrictions when calling NetworkedMultiplayerCustom.initialize() 2022-07-29 13:51:44 -05:00
networked_multiplayer_custom.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
networked_multiplayer_peer.cpp
networked_multiplayer_peer.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
packet_peer.cpp
packet_peer.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
packet_peer_dtls.cpp
packet_peer_dtls.h
packet_peer_udp.cpp
packet_peer_udp.h
pck_packer.cpp
pck_packer.h
resource_format_binary.cpp Fix binary internal cache not being filled 2022-08-14 12:30:59 -04:00
resource_format_binary.h Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
resource_importer.cpp Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
resource_importer.h Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
resource_loader.cpp Merge pull request #63629 from dsnopek/fix-locale-remap-with-binary-resources-3.x 2022-08-08 20:03:56 +02:00
resource_loader.h Merge pull request #62408 from Razoric480/raz/fix-no-cache 2022-08-05 23:43:54 +02:00
resource_saver.cpp
resource_saver.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
stream_peer.cpp
stream_peer.h
stream_peer_ssl.cpp
stream_peer_ssl.h
stream_peer_tcp.cpp
stream_peer_tcp.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
tcp_server.cpp
tcp_server.h
translation_loader_po.cpp Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
translation_loader_po.h Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
udp_server.cpp
udp_server.h
xml_parser.cpp Fix parsing of XML CDATA and add test cases 2022-09-09 10:16:36 +08:00
xml_parser.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
zip_io.cpp
zip_io.h