virtualx-engine/platform
Fabio Alessandrelli 7cd80e6a6d [Net] Remove StreamPeerTLS.blocking_handshake option.
Which was unused internally, and can be replaced by:

```
while tls.get_status() == tls.STATUS_HANDSHAKING:
  tls.poll()
```
2023-01-28 11:08:02 +01:00
..
android Merge pull request #72168 from RandomShaper/sensible_lock_return 2023-01-27 15:40:43 +01:00
ios Cleanup and unify keyboard input. 2023-01-23 15:08:12 +02:00
linuxbsd Merge pull request #72102 from Riteo/keymapx11-scope-goodness 2023-01-27 10:30:20 +01:00
macos Fix split allow empty string in SSH export plugin 2023-01-27 05:09:30 -03:00
uwp Update all outdated online documentation links 2023-01-14 19:38:00 +03:00
web [Net] Remove StreamPeerTLS.blocking_handshake option. 2023-01-28 11:08:02 +01:00
windows Fix split allow empty string in SSH export plugin 2023-01-27 05:09:30 -03:00
register_platform_apis.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00