godot/modules
Fabio Alessandrelli 35c223680a [mbedTLS] Keep reading/writing partial until "would block"
Them mbedTLS read and write functions will never read or write more than
the negotiated fragment length at every iteration (which usually depends
on MBEDTLS_SSL_IN_CONTENT_LEN and MBEDTLS_SSL_OUT_CONTENT_LEN).

For this reason, when reading or writing partial data, we must always
keep retrying until we receive a "would block" (no bytes read or wrote),
or we have fulfilled the read or write.
2024-11-09 17:20:10 +01:00
..
astcenc
basis_universal
bcdec
betsy Style: Apply clang-tidy fixes 2024-11-04 12:11:06 -06:00
bmp
camera Style: Apply clang-tidy fixes (superficial) 2024-11-04 12:11:14 -06:00
csg
cvtt
dds
enet
etcpak
fbx Merge pull request #93401 from Repiteo/style/clang-tidy-fixes 2024-11-04 21:52:05 -06:00
freetype
gdscript Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses 2024-11-06 15:04:14 +00:00
glslang
gltf GLTF: Preserve node visibility on import 2024-11-05 19:06:08 -08:00
godot_physics_2d Style: Apply clang-tidy fixes (superficial) 2024-11-04 12:11:14 -06:00
godot_physics_3d Style: Apply clang-tidy fixes (superficial) 2024-11-04 12:11:14 -06:00
gridmap
hdr
interactive_music
jpg
jsonrpc
ktx
lightmapper_rd
mbedtls [mbedTLS] Keep reading/writing partial until "would block" 2024-11-09 17:20:10 +01:00
meshoptimizer Rewrite index optimization code for maximum efficiency 2024-11-04 06:58:06 -08:00
minimp3
mobile_vr
mono Merge pull request #47502 from KoBeWi/add_0 2024-10-31 20:14:39 -05:00
msdfgen
multiplayer Merge pull request #98039 from aaronfranke/button-icon 2024-10-29 19:25:59 -05:00
navigation Merge pull request #93401 from Repiteo/style/clang-tidy-fixes 2024-11-04 21:52:05 -06:00
noise
ogg
openxr Merge pull request #98831 from dsnopek/openxr-gdextension-pre-post-draw-viewport 2024-11-05 18:36:12 -06:00
raycast
regex
svg
text_server_adv [TextServer] Only load ellipsis glyph when it's used. 2024-11-05 11:04:48 +02:00
text_server_fb [TextServer] Only load ellipsis glyph when it's used. 2024-11-05 11:04:48 +02:00
tga
theora Style: Apply clang-tidy fixes (superficial) 2024-11-04 12:11:14 -06:00
tinyexr
upnp
vhacd
vorbis
webp Style: Apply clang-tidy fixes (superficial) 2024-11-04 12:11:14 -06:00
webrtc
websocket
webxr
xatlas_unwrap
zip
register_module_types.h
SCsub