index
:
GNUnet-in-Clojure
master
A re-write of GNUnet in Clojure. http://gnunet.org
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
org
/
gnu
/
clojure
/
gnunet
/
transport.clj
Age
Commit message (
Expand
)
Author
2011-06-14
Mavenized the project. Upgraded to clojure 1.3.0.
David Barksdale
2011-02-10
Lots of changes, added many new functions to the applet.
David Barksdale
2011-01-27
Fixed send-pong-using, pongs sent using connected address.
David Barksdale
2010-12-05
TCP seems to be working now!
David Barksdale
2010-11-07
Added metrics. More work on filesharing.
David Barksdale
2010-11-07
More use of cpu-bound-executor and a few optimisations.
David Barksdale
2010-11-03
Added new exception-m monad. Added :when-let and :when-not to domonad.
David Barksdale
2010-11-02
New filesharing message handlers.
David Barksdale
2010-10-30
First steps in handling CORE_ENCRYPTED_MESSAGE. Make date comparisons more
David Barksdale
2010-10-18
Added CORE_PING support. Fixed AES key encoding. Now peers have connected state.
David Barksdale
2010-10-16
Implemented AES crypto. More work on SET_KEY handling.
David Barksdale
2010-10-15
More work on SET_KEY handling. Changed remote-peer state management a bit.
David Barksdale
2010-10-14
Added core-state-agent, RSA encrypt-decrypt (untested).
David Barksdale
2010-10-12
Changed remote-peer-struct:public-key to remote-peer-struct:public-key-atom
David Barksdale
2010-10-12
New signed message parsing method. Added SET_KEY message parsing.
David Barksdale
2010-10-11
We now handle PING messages in the case of PONG_OWN.
David Barksdale
2010-10-10
We now handle incoming HELLO and PONG messages and verify addresses accordingly!
David Barksdale
2010-10-08
Fixed UDP sender-id. Incoming UDP messages now passed up to transport layer.
David Barksdale
2010-10-08
Continuations and pending messages are now stored in a ConcurrentLinkedQueue.
David Barksdale
2010-10-03
Now we're creating sockets and selectors and selectable channels, oh my!
David Barksdale
2010-10-03
More refactoring and work on UDP.
David Barksdale
2010-10-03
Refactoring and cleaning up. More work on UDP transport.
David Barksdale
2010-09-29
More work on network transport support. Switching gears to add UDP support fi...
David Barksdale