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
/
NOTES
Age
Commit message (
Expand
)
Author
2011-08-24
Make topology actually do something.
David Barksdale
2011-08-23
Some work on topology. Fixed tcp so it actually compiles.
David Barksdale
2011-08-16
Some work on the new transport protocol.
David Barksdale
2011-08-13
The UDP transport is no longer compatible with the latest gnunet.
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-11-22
TCP transport can make outgoing connections, not quite working yet.
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-15
More work on SET_KEY handling. Changed remote-peer state management a bit.
David Barksdale
2010-10-12
New signed message parsing method. Added SET_KEY message parsing.
David Barksdale
2010-10-08
Continuations and pending messages are now stored in a ConcurrentLinkedQueue.
David Barksdale