Nick Mathewson
|
4e89c6661a
Push responsibility for connection marking down as far as possible; have only a close path; add some missing end cells; change return conventions a little.
|
22 лет назад |
Roger Dingledine
|
b669b1d57c
oh, and make it compile
|
22 лет назад |
Roger Dingledine
|
43fcb70bad
checkpoint: revamp relay cell packaging and handling
|
22 лет назад |
Roger Dingledine
|
6a19e64066
remove trailing whitespace
|
22 лет назад |
Roger Dingledine
|
8712a30e91
move cell size to 512 bytes
|
22 лет назад |
Roger Dingledine
|
975bb68010
simplify: options.OnionRouter==1 iff options.ORPort>0
|
22 лет назад |
Nick Mathewson
|
312208eff1
removed unused variable; silence warning
|
22 лет назад |
Roger Dingledine
|
a6595f4579
revert part of that last change
|
22 лет назад |
Roger Dingledine
|
c00953d2a1
make more sure we can't end up with two connections to the same OR
|
22 лет назад |
Roger Dingledine
|
f0cccc567e
bugfix: don't ask for ->next of an expired circuit
|
22 лет назад |
Nick Mathewson
|
bb0e409fbd
Simplify post-TLS-handshake checks, and add check for correct nickname
|
22 лет назад |
Roger Dingledine
|
4ba8bc0a73
make dir parsing robust to invalid but well-formed descriptors
|
22 лет назад |
Nick Mathewson
|
7bde42676b
Rename aci to circ_id throughout.
|
22 лет назад |
Roger Dingledine
|
e4127e4d36
move closer to being able to reload config on HUP
|
22 лет назад |
Nick Mathewson
|
0142a568d3
Example code to get nickname from cert
|
22 лет назад |
Nick Mathewson
|
695920d09f
Build without warnings on OS X.
|
22 лет назад |
Roger Dingledine
|
b9628f266f
change WARNING to WARN
|
22 лет назад |
Nick Mathewson
|
ecfb36823e
Refactor, rename, and clarify
|
22 лет назад |
Roger Dingledine
|
8b80362c76
0.0.2pre11, new license
|
22 лет назад |
Nick Mathewson
|
36939303c9
Update LICENSE and copyright dates.
|
22 лет назад |
Roger Dingledine
|
543e4e8fd5
more details to track a warning in tls handshakes
|
22 лет назад |
Roger Dingledine
|
be874358a4
wrap strdup; prefer time() to gettimeofday()
|
22 лет назад |
Roger Dingledine
|
f563bbd2f9
refactor so connection_write_to_buf() never fails
|
22 лет назад |
Roger Dingledine
|
efa8e288ef
my_routerinfo, router_is_me, and learn_my_address are obsolete
|
22 лет назад |
Roger Dingledine
|
dc8f40e4cb
fix the SSL_read() bug again. this time for sure!
|
22 лет назад |
Roger Dingledine
|
013c4e1467
move the tls handshake stuff to connection_or
|
22 лет назад |
Nick Mathewson
|
0e0169d6fa
Write necessary backends for online directory generation. I think.
|
22 лет назад |
Roger Dingledine
|
cb8212bfcb
clean up receiver buckets; prepare for payloads in relay_end; note a few bugs
|
22 лет назад |
Roger Dingledine
|
deac704399
connection_new() can't ever fail
|
22 лет назад |
Roger Dingledine
|
9e5cafc395
first pass: obey log convention
|
22 лет назад |