Roger Dingledine
|
c6d4a00c5f
more doxygen markup
|
21 years ago |
Roger Dingledine
|
9bf9ca4d09
bugfix: add a circ->resolving_streams field, and make dns resolving streams not actually in the connection_array until they're done resolving.
|
21 years ago |
Nick Mathewson
|
924f60288a
More documentation; fix for compilation warning
|
21 years ago |
Nick Mathewson
|
efdb356a81
More documentation
|
21 years ago |
Nick Mathewson
|
89275e7806
Comment router*.c
|
21 years ago |
Roger Dingledine
|
22c0cd8a14
clean dns.c better
|
21 years ago |
Nick Mathewson
|
ac622d94dc
Workarounds for a couple of pieces of windows strangeness.
|
21 years ago |
Roger Dingledine
|
28f034e10a
now assume all routers support rendezvous cells
|
21 years ago |
Roger Dingledine
|
25d54257fb
use tor_assert
|
21 years ago |
Nick Mathewson
|
0fca143ea1
Remove onion_pkey from connection, since onion keys can change more often than connections. Also add more log messages
|
21 years ago |
Nick Mathewson
|
3ace033c0c
Spurious link-key should not be an error
|
21 years ago |
Nick Mathewson
|
c44016e86e
Merge flagday into main branch.
|
21 years ago |
Nick Mathewson
|
ede1d3e42d
Invert strcasecmp check for supports-rendezvous
|
21 years ago |
Nick Mathewson
|
09e66bbd14
Freeing the same variable twice in rapid succession can sometimes cause a double-free
|
21 years ago |
Nick Mathewson
|
6649645f09
Insert a *copy* of our routerinfo into the routerlist.
|
21 years ago |
Nick Mathewson
|
8169da5c30
Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't need
|
21 years ago |
Nick Mathewson
|
3d60cd1d61
Delete trailing whitespace and expand tabs; remove unused aes decrypt code
|
21 years ago |
Nick Mathewson
|
75c19716a8
Put ourself in router list; act accordingly.
|
21 years ago |
Nick Mathewson
|
fdb58e8ea3
Set routerinfo->addr properly for own routerinfo; do casei routerinfo compare
|
21 years ago |
Nick Mathewson
|
6290d027c9
Continue attack on magic numbers; use new crypto wrappers where possible
|
21 years ago |
Nick Mathewson
|
0f74b68edd
make router_get_by_nickname consider this router.
|
21 years ago |
Roger Dingledine
|
7793078dff
alice can now look up bob's service descriptor,
|
21 years ago |
Nick Mathewson
|
137b577bbd
Refactor the heck out of crypto interface: admit that we will stick with one ciphersuite at a time, make const things const, and stop putting openssl in the headers.
|
21 years ago |
Nick Mathewson
|
fc4d15baf6
Hide smartlist internals
|
21 years ago |
Roger Dingledine
|
a8d805e292
break out circ->rend_service
|
21 years ago |
Roger Dingledine
|
fc3d7383e7
router_choose_random_node can take a smartlist of nodes to exclude
|
21 years ago |
Roger Dingledine
|
f34e6da3e7
now circuit_get_newest returns an appropriate circ for your purpose
|
21 years ago |
Nick Mathewson
|
93ab51e9ac
Make smartlist Do What Arma Expects.
|
21 years ago |
Nick Mathewson
|
96a86ef14d
Remove maximum-size field from smartlists
|
21 years ago |
Roger Dingledine
|
c09b185f03
re-enable recommendedversion checking (oops, thanks weasel)
|
21 years ago |