Nick Mathewson
|
c09de55fb8
Add #ifdef'd code (on by default) to allocate ACIs sequentially.
|
22 years ago |
Roger Dingledine
|
8b71b7338f
clean up exported api's
|
22 years ago |
Roger Dingledine
|
ebc23f690c
bugfix: onion pending queue now works
|
22 years ago |
Nick Mathewson
|
14c8bc598b
Attempt to track down bug in conn->package_window
|
22 years ago |
Roger Dingledine
|
681c7539ef
better log output for debugging
|
22 years ago |
Nick Mathewson
|
17a311d9a0
Fix typo: ports are 16 bits.
|
22 years ago |
Nick Mathewson
|
ac5893c626
src/or
|
22 years ago |
Roger Dingledine
|
75440d08c2
fix many bugs in package_window handling
|
22 years ago |
Roger Dingledine
|
3dcc34491b
slightly happier on 64-bit archs
|
22 years ago |
Nick Mathewson
|
efbcd71b9b
Remove false warnings from printf checks
|
22 years ago |
Nick Mathewson
|
95e5384af3
Change many files to new log_fn format
|
22 years ago |
Roger Dingledine
|
9a33b59ece
relay queues are obsolete (woo!)
|
22 years ago |
Roger Dingledine
|
d3292e484a
implement truncate and truncated (untested)
|
22 years ago |
Roger Dingledine
|
dfa64b61ed
bugfix: it was expiring circuits that still had active connections
|
22 years ago |
Roger Dingledine
|
fa1d446440
OPport is gone. So is conn type OP.
|
22 years ago |
Roger Dingledine
|
2d296afc42
bugfix
|
22 years ago |
Roger Dingledine
|
091e1c0167
fix design bug: circ->n_conn is shared among circs, so it can't
|
22 years ago |
Roger Dingledine
|
1c6def292b
remove dead code
|
22 years ago |
Roger Dingledine
|
39e9d79038
add circuit-level sendme relay cells
|
22 years ago |
Roger Dingledine
|
03ed54e920
put some symbolic constants to the onion skin lengths
|
22 years ago |
Roger Dingledine
|
d7f50337c1
incremental path building in; uses ephemeral DH; onions are gone
|
22 years ago |
Roger Dingledine
|
96759a609e
streams are now 8 bytes, and are recognized by intermediate hops
|
22 years ago |
Roger Dingledine
|
8a94dd60af
cpath is now a doubly linked list, not an array
|
22 years ago |
Roger Dingledine
|
0560008497
terminology shift: data->relay, topic->relay, topic->stream
|
22 years ago |
Roger Dingledine
|
59e70bcae6
bugfix: a circ can't be youngest if it's still connecting to the first hop
|
22 years ago |
Roger Dingledine
|
f54186aa91
bugfix: refactor to always use circuit_remove
|
22 years ago |
Roger Dingledine
|
10902028e0
bugfix: only close old circuits if they have no connections!
|
22 years ago |
Nick Mathewson
|
32a3e704b4
Choose correct abstraction for topic_foo. Abstract random-integer code
|
22 years ago |
Roger Dingledine
|
f39ca8a3aa
further cleanup, test.c still has some bugs
|
22 years ago |
Nick Mathewson
|
1bbea670bc
Remove the last vestige of code that claims to know the inner structure of an onion on the network
|
22 years ago |