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
/
main
Age
Commit message (
Expand
)
Author
2011-10-22
Some work on handling core compressed type map messages.
David Barksdale
2011-10-04
Fixed crypto tests.
David Barksdale
2011-09-29
Add new-valid-address-callback! which sends a connect message.
David Barksdale
2011-09-29
Fixed calling of update-remote-peers! with the wrong number of arguments.
David Barksdale
2011-09-29
Updated transport pong message to new format. Fixed a TODO.
David Barksdale
2011-09-29
Got tcp working again.
David Barksdale
2011-09-29
Add utility function do-callbacks!
David Barksdale
2011-09-29
Fix typo in comment.
David Barksdale
2011-09-27
Some message type numbers changed. Parse connect message.
David Barksdale
2011-09-15
Fix call to selection-key callback.
David Barksdale
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
Re-wrote TCP transport.
David Barksdale
2011-08-13
The UDP transport is no longer compatible with the latest gnunet.
David Barksdale
2011-06-15
Catch CancelledKeyException.
David Barksdale
2011-06-14
More 1.3.0 bigint fixes.
David Barksdale
2011-06-14
Mavenized the project. Upgraded to clojure 1.3.0.
David Barksdale