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
Branch
Commit message
Author
Age
c-bindings
fix bug
Determinant
6 years
error-handling
finish error handling
Determinant
6 years
master
add more C API
Determinant
5 years
multiloops
improve the test programs
Determinant
6 years
new-lf-queue
pass the tests
Determinant
6 years
one-way-handshake
seemingly fix the uv_close assertion failure; reduce LOG_INFO messages
Determinant
5 years
tls
finish test_msgnet_tls example
Determinant
6 years
Tag
Download
Author
Age
v0.2.1a
commit d6885c510e...
Determinant
5 years
v0.2.1
commit 3707146f42...
Determinant
5 years
v0.2.0
commit ad6e172901...
Determinant
5 years
v0.1.1
commit 4fed5578db...
Determinant
5 years
v0.1.0c
commit 347daceced...
Determinant
5 years
v0.1.0b
commit eba2e39833...
Determinant
5 years
v0.1.0a
commit 4fd25c23a5...
Determinant
5 years
v0.1.0
commit 2a99baafdc...
Determinant
5 years
Age
Commit message
Author
2020-02-14
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
2019-12-05
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
WIP: OSX(macOS) support
Determinant
2019-12-03
Merge pull request #1 from aaronbuchwald/port-endian-helper-for-mac
Ted Yin
2019-12-02
remove unnecessary CXX flags
v0.1.0a
Determinant
2019-12-02
Fix mac compatibility with endian helper
Aaron Buchwald
[...]