index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
onion.c
Commit message (
Expand
)
Author
Age
*
cpath is now a doubly linked list, not an array
Roger Dingledine
2003-05-01
*
Implement core of onion-skin-based handshake
Nick Mathewson
2003-05-01
*
terminology shift: data->relay, topic->relay, topic->stream
Roger Dingledine
2003-05-01
*
Adjust straggling users of payload field
Nick Mathewson
2003-04-17
*
Choose correct abstraction for topic_foo. Abstract random-integer code
Nick Mathewson
2003-04-17
*
Remove the last vestige of code that claims to know the inner structure of an...
Nick Mathewson
2003-04-16
*
bugfix: make onions work again
Roger Dingledine
2003-04-16
*
Remove the notion of "onion ciphers"; make packing and unpacking separate fns
Nick Mathewson
2003-04-16
*
divorce circuit building from user connections
Roger Dingledine
2003-04-16
*
put most of the remaining exit policy stuff in
Roger Dingledine
2003-04-08
*
Add magic to end of C files to make emacs happy; split test invocation into s...
Nick Mathewson
2003-04-07
*
Finish zlib and half-open; switch to 3des (ede/ofb)
Nick Mathewson
2003-03-19
*
greatly simplify this notion of 'roles':
Roger Dingledine
2003-03-18
*
Remove extraneous (and non-ansi) semis
Nick Mathewson
2003-03-17
*
rudimentary dns caching (of both resolves and resolve failures)
Roger Dingledine
2003-02-14
*
major overhaul: dns slave subsystem, topics
Roger Dingledine
2003-01-26
*
use a rbtree for replay detection, rather than linear search
Roger Dingledine
2002-12-31
*
onions go on and off the network correctly now
Roger Dingledine
2002-12-03
*
onions expire after a day, not an hour
Roger Dingledine
2002-12-03
*
two more rare race conditions
Roger Dingledine
2002-11-28
*
create cells are now queued and processed only when idle
Roger Dingledine
2002-11-27
*
remove popt dependency, consolidate config stuff
Roger Dingledine
2002-11-23
*
cleanup and a variety of bugfixes
Roger Dingledine
2002-10-02
*
Add convenience functions to wrap create and init for symmetric ciphers; clea...
Nick Mathewson
2002-10-02
*
cleanup
Roger Dingledine
2002-09-28
*
laying the groundwork for dynamic router lists
Roger Dingledine
2002-09-24
*
synchronize to the version i've been giving people to test
Roger Dingledine
2002-09-19
*
onion proxies now work (i think)
Roger Dingledine
2002-09-04
*
clarifying the empty semicolon
Roger Dingledine
2002-09-03
*
Port to MacOS X
Nick Mathewson
2002-09-03
*
port is now kept in host order except in sin_port
Roger Dingledine
2002-08-24
*
cleanup: don't use size_t when you mean int
Roger Dingledine
2002-08-24
*
changed path selection so it's actually random again
Roger Dingledine
2002-08-23
*
cleaned up new_route()
Roger Dingledine
2002-08-23
*
Changed crypto calls to go through common/crypto.[hc] instead of calling Open...
Matej Pjafjar
2002-08-22
*
only choose routers for the onion that are currently connected to us
Roger Dingledine
2002-07-22
*
bugfix: create_onion now works with routelen>2
Roger Dingledine
2002-07-20
*
Implemented router twins
Roger Dingledine
2002-07-18
*
Implemented link padding and receiver token buckets
Roger Dingledine
2002-07-16
*
Integrated onion proxy into or/
Roger Dingledine
2002-07-02
*
Initial revision
Roger Dingledine
2002-06-26