| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | adjust on_setup and on_teardown and fix minor bugsv0.2.1 | Determinant | 2020-02-21 |
| | | |||
| * | ... | Determinant | 2020-02-20 |
| | | |||
| * | fix the nonce reset issue | Determinant | 2020-02-20 |
| | | |||
| * | fix the potential data race in known_peers | Determinant | 2020-02-20 |
| | | |||
| * | get it almost working | Determinant | 2020-02-18 |
| | | |||
| * | WIP: use PeerId to identify peers and allow one-way handshake | Determinant | 2020-02-17 |
| | | |||
| * | change queue_capacity to max_send_buff_size; adjust the C API | Determinant | 2020-02-14 |
| | | |||
| * | move the config option to MsgNetwork::Config | Determinant | 2020-02-14 |
| | | |||
| * | remove unnecessary std::move()v0.1.0 | Determinant | 2019-10-14 |
| | | |||
| * | ... | Determinant | 2019-10-13 |
| | | |||
| * | WIP: bounded recv buffer | Determinant | 2019-10-13 |
| | | |||
| * | add async id for error handling | Determinant | 2019-07-01 |
| | | |||
| * | better peer teardown | Determinant | 2019-07-01 |
| | | |||
| * | clean up the bench_network examples | Determinant | 2019-06-30 |
| | | |||
| * | ... | Determinant | 2019-06-30 |
| | | |||
| * | try to fix get_peer_addr bug | Determinant | 2019-06-30 |
| | | |||
| * | ... | Determinant | 2019-06-29 |
| | | |||
| * | add a minimal working example | Determinant | 2019-06-28 |
| | | |||
| * | ... | Determinant | 2019-06-28 |
| | | |||
| * | clean up code | Determinant | 2019-06-28 |
| | | |||
| * | update test programs | Determinant | 2019-06-28 |
| | | |||
| * | improve stress test | Determinant | 2019-06-28 |
| | | |||
| * | fix fd leakage | Determinant | 2019-06-28 |
| | | |||
| * | finish p2p & TLS integration and testing | Determinant | 2019-06-27 |
| | | |||
| * | get rid of `self()` and `release_self()`; fix hidden bugs | Determinant | 2019-06-23 |
| | | |||
| * | update C API; fix bugs | Determinant | 2019-06-22 |
| | | |||
| * | adjust C API | Determinant | 2019-06-21 |
| | | |||
| * | ... | Determinant | 2019-06-21 |
| | | |||
| * | finish test_msgnet_tls exampletls | Determinant | 2019-06-20 |
| | | |||
| * | add TLS benchmark | Determinant | 2019-06-20 |
| | | |||
| * | more openssl wrappers | Determinant | 2019-06-19 |
| | | |||
| * | fix bugs in the benchmark example; keep both send_msg APIs | Determinant | 2019-06-18 |
| | | |||
| * | ... | Determinant | 2019-06-17 |
| | | |||
| * | minor API change | Determinant | 2019-06-14 |
| | | |||
| * | handle errors in C bindings | Determinant | 2019-06-14 |
| | | |||
| * | update the example | Determinant | 2019-06-14 |
| | | |||
| * | support unknown peer callback | Determinant | 2019-06-13 |
| | | |||
| * | add del_peer | Determinant | 2019-06-13 |
| | | |||
| * | change test_p2p example; fix bugs | Determinant | 2019-06-13 |
| | | |||
| * | finish error handlingerror-handling | Determinant | 2019-06-13 |
| | | |||
| * | WIP: error handling | Determinant | 2019-06-12 |
| | | |||
| * | major API update | Determinant | 2019-06-08 |
| | | |||
| * | the minimal example works | Determinant | 2019-06-04 |
| | | |||
| * | finish the minimal working example | Determinant | 2019-06-04 |
| | | |||
| * | ... | Determinant | 2019-06-04 |
| | | |||
| * | ... | Determinant | 2019-06-04 |
| | | |||
| * | more bindings | Determinant | 2019-06-04 |
| | | |||
| * | WIP: C bindings | Determinant | 2019-06-03 |
| | | |||
| * | fix item skipping bug in lock-free queue | Determinant | 2019-04-14 |
| | | |||
| * | pass the testsnew-lf-queue | Determinant | 2019-04-06 |
| | | |||