index
:
salticidae
c-bindings
error-handling
master
multiloops
new-lf-queue
one-way-handshake
tls
Minimal C++ asynchronous network library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
WIP: use PeerId to identify peers and allow one-way handshake
Determinant
2020-02-17
*
add more to C API
v0.1.1
Determinant
2020-02-14
*
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
*
limit the max message size
Determinant
2020-02-14
*
use pipe to emulate eventfd on mac; add install script
v0.1.0c
Determinant
2019-12-05
*
Merge branch 'master' of github.com:Determinant/salticidae
v0.1.0b
Determinant
2019-12-05
|
\
|
*
Fix mac compatibility with endian helper
Aaron Buchwald
2019-12-02
*
|
WIP: OSX(macOS) support
Determinant
2019-12-05
|
/
*
remove unnecessary std::move()
v0.1.0
Determinant
2019-10-14
*
drop the use of alignas
Determinant
2019-10-13
*
add len()
Determinant
2019-10-13
*
...
Determinant
2019-10-13
*
WIP: bounded recv buffer
Determinant
2019-10-13
*
quickfix: make msg queue unbounded
Determinant
2019-08-30
*
improve EventContext deleter
Determinant
2019-07-04
*
improve dispatcher shutdown
Determinant
2019-07-04
*
throw exception when attempt to call on stopped ThreadCall
Determinant
2019-07-03
*
...
Determinant
2019-07-02
*
fill zero for an unloaded uint256_t; other minor changes
Determinant
2019-07-02
*
...
Determinant
2019-07-02
*
add async id for error handling
Determinant
2019-07-01
*
preserve outgoing messages with best effort
Determinant
2019-07-01
*
better peer teardown
Determinant
2019-07-01
*
...
Determinant
2019-06-30
*
try to fix get_peer_addr bug
Determinant
2019-06-30
*
...
Determinant
2019-06-29
*
...
Determinant
2019-06-29
*
...
Determinant
2019-06-29
*
fix data race in timers
Determinant
2019-06-28
*
...
Determinant
2019-06-28
*
more api
Determinant
2019-06-28
*
...
Determinant
2019-06-28
*
clean up code
Determinant
2019-06-28
*
...
Determinant
2019-06-28
*
fix fd leakage
Determinant
2019-06-28
*
finish p2p & TLS integration and testing
Determinant
2019-06-27
*
change to new (more flexible) p2p design
Determinant
2019-06-26
*
...
Determinant
2019-06-24
*
clean up code
Determinant
2019-06-24
*
get rid of `self()` and `release_self()`; fix hidden bugs
Determinant
2019-06-23
*
...
Determinant
2019-06-22
*
update C API; fix bugs
Determinant
2019-06-22
*
adjust C API
Determinant
2019-06-21
*
...
Determinant
2019-06-21
*
finish test_msgnet_tls example
tls
Determinant
2019-06-20
*
add TLS benchmark
Determinant
2019-06-20
*
more openssl wrappers
Determinant
2019-06-19
*
WIP: TLS support
Determinant
2019-06-18
*
fix bugs in the benchmark example; keep both send_msg APIs
Determinant
2019-06-18
[next]