summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
2018-09-27Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde
2018-09-25Better MultiplayerAPI error logs.Fabio Alessandrelli
2018-09-25Skip RPC/RSET when MASTERSYNC and we are master.Fabio Alessandrelli
2018-09-22StreamPeer get[_utf8]_string with negative length.Fabio Alessandrelli
2018-09-21Add checks for clean disconnect in HTTP/TCP/SSL.Fabio Alessandrelli
2018-09-16Merge pull request #22066 from Faless/bundle_certsRémi Verschelde
2018-09-15Fix HTTPClient _get_http_data bug after #21976.Fabio Alessandrelli
2018-09-15Allow system certs file to be used by Editor.Fabio Alessandrelli
2018-09-15Bundle SSL certs with the templates.Fabio Alessandrelli
2018-09-15doc: Sync classref with current sourceRémi Verschelde
2018-09-15Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli
2018-09-15Rename slave keyword to puppetFabio Alessandrelli
2018-09-13Fix FileAccessCompressed::get_8 returning 0 for the last byte of a fileelasota
2018-09-13Merge pull request #21976 from Faless/http_client_eof_fixRémi Verschelde
2018-09-13Merge pull request #22020 from Faless/tcp_fixRémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-13Fix TCP connecting state not set correctlyFabio Alessandrelli
2018-09-12Misc. typosluz.paz
2018-09-12Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli
2018-09-12Unify PacketPeerUDP using NetSocketFabio Alessandrelli
2018-09-12New NetSocket interface, BSD/Win implementationFabio Alessandrelli
2018-09-12Fix non chunked HTTP reading till eof.Fabio Alessandrelli
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-02Change ResourceLoader::load to make it more thread safe.Juan Linietsky
2018-08-28Fix DNS resolution when cache is invalid.Fabio Alessandrelli
2018-08-27Removed fallback system and merged bptc into s3tcJuan Linietsky
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-24Add print_verbose to print to stdout only in verbose modeRémi Verschelde
2018-08-21BPTC supportelasota
2018-08-12Fix ResourceLoader::exists() false negative and readd deprecated has()Rémi Verschelde
2018-08-10Added function ResourceLoader.exists(), to check if a resource exists. Closes...Juan Linietsky
2018-08-10Revert "added get_creation_time function for gdscript"Juan Linietsky
2018-08-10Merge pull request #18914 from notwarp/masterJuan Linietsky
2018-08-04ResourceFormatLoaderImage::get_resource_type now uses file pathwillnationsdev
2018-07-29It is now possible to import images as a separate resource, closes #5738 and ...Juan Linietsky
2018-07-29Fix marshalls size checks.Fabio Alessandrelli
2018-07-26doc: Sync classref with current sourceRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-24Fix loading PO files with missing newline after last msgstrRémi Verschelde
2018-07-16HTTP client now uses non blocking handshakeFabio Alessandrelli
2018-07-16Implement non blocking-handshake for StreamPeerSSLFabio Alessandrelli
2018-07-08MultiplayerAPI::send_bytes transfer mode support.Fabio Alessandrelli
2018-07-04Fix CORS problems due to added headers on JS targetGagaPete
2018-06-12Fixed regression making the logger not respect the max files limit.Michael Alexsander Silva Dias
2018-05-30Don't add a period to a log file name if it has no extension.Michael Alexsander Silva Dias
2018-05-29New sync RPC modes to match all combinationsFabio Alessandrelli
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-29Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner
2018-05-28Fix for not picking up locale of some .po translation filesFabian