Evgeny
|
f3408d9bb6
|
explicit exports (#1719)
* explicit exports
* more empty exports
* add exports
* reorder
* use correct ControlProtocol type for xftp router
---------
Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com>
|
2026-03-02 17:34:01 +00:00 |
|
Evgeny
|
7762b4d364
|
reduce the number of STM transactions (#1255)
* reduce the number of STM transactions
* reduce STM more
* refactor
* remove more
|
2024-08-09 16:38:46 +01:00 |
|
Alexander Bondarenko
|
c501f4f9cc
|
remote: fix deadlocked client when server rejects its cert (#897)
* remote: detect tls errors sooner to prevent deadlocks
* remove redundant error checking
* cleanup
|
2023-11-17 10:37:32 +00:00 |
|
Evgeny Poberezkin
|
9d12d76078
|
add fourmolu (#868)
* add fourmolu
* linebreak
* simplify
* comment
|
2023-10-22 09:20:14 +01:00 |
|
Evgeny Poberezkin
|
94540a2c71
|
servers: add TCP timeouts to avoid memory leaks (#776)
* servers: add TCP timeouts to avoid memory leaks
* fix tests
* only use RecvTimeOut
* servers: simple timeout for TCP transport
* revert dependency change
* simplify
* simplify
* simplify 2
|
2023-06-30 16:22:01 +01:00 |
|
Evgeny Poberezkin
|
249bcc7bb3
|
update cGet to not throw exception if returned string is shorter (trying to fix HTTP2), fix test (#663)
|
2023-02-28 19:16:35 +00:00 |
|
Evgeny Poberezkin
|
b342b1dc59
|
extend HTTP2 transport (#632)
* extend HTTP2 transport
* refactor caStore
* HTTP2 body
* enable test
* remove maxBodySize
|
2023-02-09 23:09:24 +00:00 |
|