Roger Dingledine
|
9e5cafc395
first pass: obey log convention
|
22 years ago |
Nick Mathewson
|
3d4ccb781a
Refactor buffers; implement descriptors.
|
22 years ago |
Roger Dingledine
|
40d0fca63a
cleanups, bugfixes, more verbose logs
|
22 years ago |
Roger Dingledine
|
078c5ab617
leave the socks handshake on the inbuf until it's complete
|
22 years ago |
Roger Dingledine
|
6f46316c31
bugfixes and refactorings
|
22 years ago |
Nick Mathewson
|
3f3f8921f6
Make sequential ACI selection logic handle HIGHER/LOWER
|
22 years ago |
Nick Mathewson
|
1b9c2f35eb
Add first cut of assert_*_ok functions
|
22 years ago |
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 |