teor
|
19816f2f78
Add a stub for rend_service_allow_direct_connection
|
8 years ago |
teor (Tim Wilson-Brown)
|
10aa913acc
Client & HS ignore UseNTorHandshake, all non-HS handshakes use ntor
|
8 years ago |
teor (Tim Wilson-Brown)
|
cad9046632
Improve comments in circuit_get_cpath_*
|
8 years ago |
teor (Tim Wilson-Brown)
|
febd4ab0e5
Client & HS make sure every hop in every non-HS path supports ntor
|
8 years ago |
Nick Mathewson
|
8feb301413
Merge the rest of the changes into the 0.2.9.2-alpha changelog
|
8 years ago |
Nick Mathewson
|
8fb49e4df2
fix 8625 description a little
|
8 years ago |
Nick Mathewson
|
f009e1b32c
Start 0.2.9.2-alpha changelog, fix some lintchanges issues
|
8 years ago |
Nick Mathewson
|
40d05983c4
Fix some comments in sandbox.c
|
8 years ago |
Nick Mathewson
|
6ca87e393b
changes file for bug 17758
|
8 years ago |
Nick Mathewson
|
a0398dd348
Merge remote-tracking branch 'jigsaw/fix-17758'
|
8 years ago |
Nick Mathewson
|
ff65618f16
Merge remote-tracking branch 'jigsaw/fix-15381'
|
8 years ago |
Nick Mathewson
|
e8d7953c61
Use tor_assert, not assert.
|
8 years ago |
Nick Mathewson
|
bd45f7c668
Merge branch 'bug13953_squashed'
|
8 years ago |
teor
|
a60ef72345
Reword the router_check_descriptor_address_port_consistency log message
|
8 years ago |
Nick Mathewson
|
a3d419634b
Merge remote-tracking branch 'asn/bug19872_v2'
|
8 years ago |
George Kadianakis
|
b8bfdf638e
Introduce ed25519_{sign,checksig}_prefixed functions().
|
8 years ago |
Nick Mathewson
|
b3f43a22ab
Add two new packagers.
|
8 years ago |
Nick Mathewson
|
62b239dd9c
Merge branch 'maint-0.2.8'
|
8 years ago |
Nick Mathewson
|
0ba05313d5
Do not pass NULL to log(%s) in dir_server_new.
|
8 years ago |
Andrea Shepard
|
9a09513c0b
Use connection_mark_for_close() rather than connection_mark_on_flush() on OOS
|
8 years ago |
Andrea Shepard
|
31028af440
Add DisableOOSCheck option, on by default until we have better heuristics
|
8 years ago |
Andrea Shepard
|
3efe92ba58
Consider the case that a connection doesn't have a valid socket during OOS
|
8 years ago |
Andrea Shepard
|
1a7709d409
Add connection_is_moribund() inline
|
8 years ago |
Andrea Shepard
|
a403230fe3
Use SMARTLIST_FOREACH in connection_count_moribund() per code review
|
8 years ago |
Andrea Shepard
|
dbdac1dc27
s/connection_handle_oos/connection_check_oos/g per code review
|
8 years ago |
Andrea Shepard
|
d65f030915
Unit test for pick_oos_victims()
|
8 years ago |
Andrea Shepard
|
e17083b432
Unit test for kill_conn_list_for_oos()
|
8 years ago |
Andrea Shepard
|
26c2ded00c
Unit test for connection_handle_oos()
|
8 years ago |
Andrea Shepard
|
709f2cbf58
Implement OOS comparator
|
8 years ago |
Andrea Shepard
|
d502efbd47
Implement pick_oos_victims() except for sort step
|
8 years ago |