virtualx-engine/doc
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
..
classes [Net] Remove StreamPeerTLS.blocking_handshake option. 2023-01-28 11:08:02 +01:00
tools fix conversion of csharp attributes in code blocks 2022-12-05 22:58:47 +01:00
translations i18n: Sync classref translations with Weblate (3.5 branch) 2023-01-20 12:32:06 +01:00
class.xsd
Doxyfile
Makefile