grin/servers/src
hashmap 65c0b1ecad
Fix handling of IO WouldBlock error in Stratum server (#2528)
If WouldBlock error happens Stratum server drops part of a message to
read or write. This PR inroduces a worker's buffer to store partially
read message which will be completed next time. For write the existing
util function is used.
Fixes #2524
2019-02-13 00:16:09 +01:00
..
common Build warning sync (#2416) 2019-01-18 21:40:48 +00:00
grin Allow to have more than min_peers/2 outbound peers (#2537) 2019-02-07 12:26:23 -08:00
mining Fix handling of IO WouldBlock error in Stratum server (#2528) 2019-02-13 00:16:09 +01:00
webwallet Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
common.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
grin.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
lib.rs Compiler warnings 20190123 (#2462) 2019-01-25 10:09:32 +00:00
mining.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
webwallet.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00