index
:
cmix.git
master
[no description]
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
network-handler
Age
Commit message (
Expand
)
Author
2016-10-12
Major network rewrite.
Dennis Brentjes
2016-10-10
Added a Client so we can start finishing up the setup phase of cMix.
Dennis Brentjes
2016-09-28
Finally made a initial doxygen documentation pass over all files.
Dennis Brentjes
2016-09-28
Made changes so we can have a 1 Node cmix network.
Dennis Brentjes
2016-09-22
Some changes to the network-handler.
Dennis Brentjes
2016-09-08
Added null-rsa implementation.
Dennis Brentjes
2016-08-31
Split up the client and server parts in a separate network library
Dennis Brentjes
2016-08-30
Removes some debug statements.
Dennis Brentjes
2016-08-30
Replaced Client based implementation to composition instead of inheritance.
Dennis Brentjes
2016-08-30
Split NetworkHandler in a server component and a to reuse Server.
Dennis Brentjes
2016-08-30
Proof of concept skeleton, linktime algorithm implementation selection.
Dennis Brentjes
2016-08-29
Refactored Client to be more reusable.
Dennis Brentjes
2016-08-29
Some cleanup for asynchronously reading stdin.
Dennis Brentjes
2016-08-29
Refactors on_done to done and set_on_done to on_done.
Dennis Brentjes
2016-08-29
Changes to boost::asio::streambuf for storage of async_receive.
Dennis Brentjes
2016-08-29
Reverting back to c++11
Dennis Brentjes
2016-08-29
Adds the Acceptor and Client class.
Dennis Brentjes
2016-08-26
Initial commit, just some ideas and testing.
Dennis Brentjes