tor/src/or
Nick Mathewson e6296a4e2f Refactor onion_generate_cpath to build cpaths one hop at a time. This
is a the first step in computing hops one step at a time.  Next, we move
the responsibility for calling onion_extend_cpath into circuit.c

(Later, we may want to special-case onion_extend_cpath to treat entry
and exit routers differently.)


svn:r792
2003-11-12 02:32:20 +00:00
..
.cvsignore update the cvsignore 2003-09-26 21:16:57 +00:00
buffers.c Make AP connections wait for a circuit if none exists. 2003-11-11 02:41:31 +00:00
circuit.c Refactor onion_generate_cpath to build cpaths one hop at a time. This 2003-11-12 02:32:20 +00:00
command.c Rename aci to circ_id throughout. 2003-11-11 03:01:48 +00:00
config.c client now survives going offline better 2003-11-10 08:06:55 +00:00
connection_edge.c point out bug 2003-11-11 19:47:51 +00:00
connection_or.c Rename aci to circ_id throughout. 2003-11-11 03:01:48 +00:00
connection.c Rename aci to circ_id throughout. 2003-11-11 03:01:48 +00:00
cpuworker.c Rename aci to circ_id throughout. 2003-11-11 03:01:48 +00:00
directory.c more cleanups and bugfix 2003-11-11 17:21:35 +00:00
dirserv.c Clock skew fixes. 2003-10-22 16:41:35 +00:00
dns.c Add lots of logging to dns.c; change behavior of often-failing assertion 2003-11-08 04:02:05 +00:00
main.c add DirBindAddress, parse the BindAddress's when you bind 2003-10-25 12:01:09 +00:00
Makefile.am Write necessary backends for online directory generation. I think. 2003-09-27 21:30:10 +00:00
onion.c Refactor onion_generate_cpath to build cpaths one hop at a time. This 2003-11-12 02:32:20 +00:00
or.h Refactor onion_generate_cpath to build cpaths one hop at a time. This 2003-11-12 02:32:20 +00:00
routers.c more cleanups and bugfix 2003-11-11 17:21:35 +00:00
test.c client now survives going offline better 2003-11-10 08:06:55 +00:00
tor_main.c Update LICENSE and copyright dates. 2003-10-08 02:04:08 +00:00
tree.h splay and rbtree implementations, by niels provos 2002-12-31 15:05:07 +00:00