tor/src/or
Roger Dingledine e1d37ed6ab divorce circuit building from user connections
now we rebuild the circuit periodically (but only if it's been used),
and we can further abstract it to do incremental circuit building, etc.


svn:r233
2003-04-16 06:18:31 +00:00
..
.cvsignore First cut at cleaning out a lot of the extra stuff. 2002-06-29 00:54:00 +00:00
buffers.c Introduce a few unit tests (from older code), refactor compression setup/teardown 2003-04-15 19:10:18 +00:00
circuit.c divorce circuit building from user connections 2003-04-16 06:18:31 +00:00
command.c Add magic to end of C files to make emacs happy; split test invocation into separate file. 2003-04-07 02:12:02 +00:00
config.c divorce circuit building from user connections 2003-04-16 06:18:31 +00:00
connection_ap.c divorce circuit building from user connections 2003-04-16 06:18:31 +00:00
connection_edge.c make it work (heh) 2003-04-11 22:28:51 +00:00
connection_exit.c refactored some duplicate code into connection_edge.c 2003-04-11 22:11:11 +00:00
connection_op.c bugfix: make onion proxies actually obey their requested bandwidth 2003-04-08 22:31:48 +00:00
connection_or.c divorce circuit building from user connections 2003-04-16 06:18:31 +00:00
connection.c Introduce a few unit tests (from older code), refactor compression setup/teardown 2003-04-15 19:10:18 +00:00
directory.c Add magic to end of C files to make emacs happy; split test invocation into separate file. 2003-04-07 02:12:02 +00:00
dns.c Add magic to end of C files to make emacs happy; split test invocation into separate file. 2003-04-07 02:12:02 +00:00
main.c divorce circuit building from user connections 2003-04-16 06:18:31 +00:00
Makefile.am refactored some duplicate code into connection_edge.c 2003-04-11 22:11:11 +00:00
onion.c divorce circuit building from user connections 2003-04-16 06:18:31 +00:00
or.h divorce circuit building from user connections 2003-04-16 06:18:31 +00:00
routers.c put most of the remaining exit policy stuff in 2003-04-08 06:44:38 +00:00
test_config.c remove popt dependency, consolidate config stuff 2002-11-23 06:49:01 +00:00
test_onion.c Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL directly. 2002-08-22 07:30:03 +00:00
test.c divorce circuit building from user connections 2003-04-16 06:18:31 +00:00
tor_main.c Add magic to end of C files to make emacs happy; split test invocation into separate file. 2003-04-07 02:12:02 +00:00
tree.h splay and rbtree implementations, by niels provos 2002-12-31 15:05:07 +00:00