index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
circuit.c
Commit message (
Expand
)
Author
Age
*
bugfix: only close old circuits if they have no connections!
Roger Dingledine
2003-04-18
*
Choose correct abstraction for topic_foo. Abstract random-integer code
Nick Mathewson
2003-04-17
*
further cleanup, test.c still has some bugs
Roger Dingledine
2003-04-16
*
Remove the last vestige of code that claims to know the inner structure of an...
Nick Mathewson
2003-04-16
*
Factor out timeval-related functions.
Nick Mathewson
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
*
refactored some duplicate code into connection_edge.c
Roger Dingledine
2003-04-11
*
Add magic to end of C files to make emacs happy; split test invocation into s...
Nick Mathewson
2003-04-07
*
Make ACI anti-collision logic work; make sure that cells are filled with 0s.
Nick Mathewson
2003-03-11
*
be less noisy at -l info, now that flow control bug is solved
Roger Dingledine
2003-03-10
*
minor code cleanup
Roger Dingledine
2003-03-05
*
Bugfixes and enhancements in sendmes and dns farm
Roger Dingledine
2003-02-18
*
fix endian issues for topics -- they might work on bsd now
Roger Dingledine
2003-02-06
*
make reusing circuits work (and be the default)
Roger Dingledine
2003-02-06
*
major overhaul: dns slave subsystem, topics
Roger Dingledine
2003-01-26
*
give us more aci-space
Roger Dingledine
2002-12-30
*
bugfix: couldn't send two creates, two datas, and the destroy all at once
Roger Dingledine
2002-12-23
*
onions go on and off the network correctly now
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
*
Add convenience functions to wrap create and init for symmetric ciphers; clea...
Nick Mathewson
2002-10-02
*
laying the groundwork for dynamic router lists
Roger Dingledine
2002-09-24
*
kill -USR1 the or and it will dump conn/circuit stats to stdout
Roger Dingledine
2002-09-21
*
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 crypto calls to go through common/crypto.[hc] instead of calling Open...
Matej Pjafjar
2002-08-22
*
Code cleaned up to be less noisy
Roger Dingledine
2002-07-22
*
Implemented router twins
Roger Dingledine
2002-07-18
*
Implemented congestion control
Roger Dingledine
2002-07-18
*
Implemented link padding and receiver token buckets
Roger Dingledine
2002-07-16
*
put in the support for 'router twins'
Roger Dingledine
2002-07-08
*
general cleanup
Roger Dingledine
2002-07-05
*
Integrated onion proxy into or/
Roger Dingledine
2002-07-02
*
made 'app' connection be 'exit' connection
Roger Dingledine
2002-06-30
*
Initial revision
Roger Dingledine
2002-06-26