index
:
sodium-tcp.git
master
Some boilerplate code for a request/reply tcp protocol. Full PDU encryption starting with the 1st packet.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
added -U / -P option
HEAD
master
Toni Uhlig
2020-10-28
*
Fixed latency calculation.
Toni Uhlig
2020-10-26
*
Finished timestamp refactoring.
Toni Uhlig
2020-10-26
*
time/timestamp refactoring
Toni Uhlig
2020-10-24
*
clang-format
Toni Uhlig
2020-07-21
*
moved inlined functions from utils.h to non-inlined versions in utils.c
Toni Uhlig
2020-07-21
*
-Wstrict-prototypes -fstrict-aliasing
Toni Uhlig
2020-07-21
*
use getaddrinfo() for client/server address resolving
Toni Uhlig
2020-07-21
*
added RECV_FATAL_CALLBACK_ERROR for callback specific failured, RECV_FATAL is...
Toni Uhlig
2020-06-21
*
Makefile should not override (C|LD)FLAGS
Toni Uhlig
2020-06-19
*
fixed crash on musl
Toni Uhlig
2020-06-19
*
* capture, prettify and print recv/sent bytes
Toni Uhlig
2020-06-18
*
switched header->body_size to a u32, means that one can encrypt/decrypt 4.2GB...
lns
2020-06-08
*
log_bin2hex_sodium cares about logging prio set, fixed missing cleanup on buf...
Toni Uhlig
2020-06-08
*
moved client/server stream crypto init code into subroutines
Toni Uhlig
2020-06-08
*
update README
Toni Uhlig
2020-05-23
*
first public release
Toni Uhlig
2020-05-22