godot/core/io
Rémi Verschelde 108a36f515
Merge pull request #14604 from mhilbrunner/http-defaults
HTTP cleanup & better defaults
2017-12-15 07:53:38 +01:00
..
compression.cpp Add an option to use zstd's recently introduced long range matching (off by default). 2017-10-27 12:26:13 -04:00
compression.h Add an option to use zstd's recently introduced long range matching (off by default). 2017-10-27 12:26:13 -04:00
config_file.cpp make ConfigFile sections ordered 2017-11-04 14:08:21 +01:00
config_file.h make ConfigFile sections ordered 2017-11-04 14:08:21 +01:00
file_access_buffered_fa.h Fix javascript build after bc2e8d99 2017-11-27 08:17:28 +01:00
file_access_buffered.cpp
file_access_buffered.h
file_access_compressed.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
file_access_compressed.h
file_access_encrypted.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
file_access_encrypted.h
file_access_memory.cpp
file_access_memory.h
file_access_network.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
file_access_network.h
file_access_pack.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
file_access_pack.h
file_access_zip.cpp
file_access_zip.h
http_client.cpp HTTP cleanup & better defaults 2017-12-14 10:59:42 +01:00
http_client.h HTTP cleanup & better defaults 2017-12-14 10:59:42 +01:00
image_loader.cpp
image_loader.h
ip_address.cpp
ip_address.h
ip.cpp
ip.h
json.cpp Style: Re-apply clang-format over recent invalid additions 2017-12-10 01:27:02 +01:00
json.h Style: Re-apply clang-format over recent invalid additions 2017-12-10 01:27:02 +01:00
logger.cpp Return and repair file logging 2017-11-21 16:43:44 +07:00
logger.h Return and repair file logging 2017-11-21 16:43:44 +07:00
marshalls.cpp Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
marshalls.h
networked_multiplayer_peer.cpp
networked_multiplayer_peer.h
packet_peer_udp.cpp
packet_peer_udp.h
packet_peer.cpp
packet_peer.h
pck_packer.cpp
pck_packer.h
resource_format_binary.cpp Merge pull request #13176 from bojidar-bg/allow-subproperty-set 2017-11-22 08:46:34 -03:00
resource_format_binary.h Fix combatibility with older .scn files 2017-11-22 13:34:43 +02:00
resource_import.cpp fixed the OS.has_feature() API, and added support for 32 and 64. 2017-10-03 17:36:14 -03:00
resource_import.h Style: Apply new clang-format 5.0 style to all files 2017-12-07 08:02:00 +01:00
resource_loader.cpp GDScript files are converted to binary on export now. 2017-12-14 15:34:47 -03:00
resource_loader.h GDScript files are converted to binary on export now. 2017-12-14 15:34:47 -03:00
resource_saver.cpp
resource_saver.h
SCsub Add an option to use zstd's recently introduced long range matching (off by default). 2017-10-27 12:26:13 -04:00
stream_peer_ssl.cpp
stream_peer_ssl.h
stream_peer_tcp.cpp
stream_peer_tcp.h
stream_peer.cpp Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, 2017-11-25 00:09:40 -03:00
stream_peer.h
tcp_server.cpp
tcp_server.h
translation_loader_po.cpp
translation_loader_po.h
xml_parser.cpp
xml_parser.h
zip_io.h