aboutsummaryrefslogtreecommitdiff
path: root/include/salticidae/conn.h
Commit message (Expand)AuthorAge
* seemingly fix the uv_close assertion failure; reduce LOG_INFO messagesone-way-handshakeDeterminant2020-02-21
* ...Determinant2020-02-20
* fix racing in non-TLS feed/on_setupDeterminant2020-02-20
* WIP: use PeerId to identify peers and allow one-way handshakeDeterminant2020-02-17
* change queue_capacity to max_send_buff_size; adjust the C APIDeterminant2020-02-14
* move the config option to MsgNetwork::ConfigDeterminant2020-02-14
* limit the max message sizeDeterminant2020-02-14
* WIP: OSX(macOS) supportDeterminant2019-12-05
* remove unnecessary std::move()v0.1.0Determinant2019-10-14
* WIP: bounded recv bufferDeterminant2019-10-13
* improve dispatcher shutdownDeterminant2019-07-04
* throw exception when attempt to call on stopped ThreadCallDeterminant2019-07-03
* add async id for error handlingDeterminant2019-07-01
* preserve outgoing messages with best effortDeterminant2019-07-01
* better peer teardownDeterminant2019-07-01
* ...Determinant2019-06-29
* ...Determinant2019-06-29
* fix data race in timersDeterminant2019-06-28
* ...Determinant2019-06-28
* finish p2p & TLS integration and testingDeterminant2019-06-27
* change to new (more flexible) p2p designDeterminant2019-06-26
* clean up codeDeterminant2019-06-24
* get rid of `self()` and `release_self()`; fix hidden bugsDeterminant2019-06-23
* adjust C APIDeterminant2019-06-21
* finish test_msgnet_tls exampletlsDeterminant2019-06-20
* add TLS benchmarkDeterminant2019-06-20
* more openssl wrappersDeterminant2019-06-19
* WIP: TLS supportDeterminant2019-06-18
* ...Determinant2019-06-17
* minor API changeDeterminant2019-06-14
* support unknown peer callbackDeterminant2019-06-13
* add del_peerDeterminant2019-06-13
* finish error handlingerror-handlingDeterminant2019-06-13
* deduplicate the error callbackDeterminant2019-06-12
* WIP: error handlingDeterminant2019-06-12
* remove obsolete includeDeterminant2019-06-11
* ...Determinant2019-06-04
* improve non-blocking APIDeterminant2019-04-03
* fix bugs; clean up memory order for atomic opsDeterminant2019-04-03
* update atomic fencesDeterminant2019-03-26
* refactor libuv wrapper classesDeterminant2018-11-20
* remove redundant checkDeterminant2018-11-19
* fix bug in remove_connDeterminant2018-11-19
* fix data race in feed()Determinant2018-11-18
* ...Determinant2018-11-18
* make logger thread-safe and add tty colorDeterminant2018-11-18
* improve the test programsmultiloopsDeterminant2018-11-18
* fix bugsDeterminant2018-11-18
* finish stress test codingDeterminant2018-11-16
* clean up codeDeterminant2018-11-16