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
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
|
\
|
*
Merge pull request #1 from aaronbuchwald/port-endian-helper-for-mac
Ted Yin
2019-12-03
|
|
\
|
|
*
Fix mac compatibility with endian helper
Aaron Buchwald
2019-12-02
*
|
|
WIP: OSX(macOS) support
Determinant
2019-12-05
|
/
/
*
/
remove unnecessary CXX flags
v0.1.0a
Determinant
2019-12-02
|
/
*
remove unnecessary std::move()
v0.1.0
Determinant
2019-10-14
*
fix bug: forgot to reset ready_recv
Determinant
2019-10-13
*
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
*
update readme
Determinant
2019-07-02
*
fill zero for an unloaded uint256_t; other minor changes
Determinant
2019-07-02
*
increase the conf line buffer limit
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
*
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
*
...
Determinant
2019-06-29
*
...
Determinant
2019-06-29
*
fix data race in timers
Determinant
2019-06-28
*
add a minimal working example
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
*
update test programs
Determinant
2019-06-28
*
improve stress test
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
[next]