Nick Mathewson
|
25a046df74
Fix unit tests, make it compile
|
21 years ago |
Nick Mathewson
|
47dc024f7e
Change interface of parse_addr_port() to return address in host order, since most users seem to want that.
|
21 years ago |
Nick Mathewson
|
0f144d6a04
fix warning on win32
|
21 years ago |
Roger Dingledine
|
cf9664151d
bugfix on a really old bug:
|
21 years ago |
Nick Mathewson
|
1c9426d6e0
Build without warnings on mac gcc 3.3
|
21 years ago |
Roger Dingledine
|
aebc3a03ba
more int to size_t conversions, fixing one or more amd64 bugs
|
21 years ago |
Nick Mathewson
|
0d5a847f12
Remove need for dirservers file: now, we note trusted dirservers in configuration options, and only need to remember addr:port and key digest for each one.
|
21 years ago |
Roger Dingledine
|
2b7b86f5e6
stop trying to print a NULL
|
21 years ago |
Nick Mathewson
|
e0cce8fba8
Unify tests for "did I originate this nonopen OR connection?"
|
21 years ago |
Nick Mathewson
|
508970f85d
fix typo
|
21 years ago |
Nick Mathewson
|
149f57bdef
answer question about rep_hist_note_connect_failed
|
21 years ago |
Nick Mathewson
|
0383afac9a
Use parse_addr_port() function instead of ad-hoc variants
|
21 years ago |
Roger Dingledine
|
136d4e5739
prefer tor_free to free
|
21 years ago |
Nick Mathewson
|
c66e4c4870
Flush more changes from sandbox
|
21 years ago |
Nick Mathewson
|
9836ccda8c
Move a paren 4 characters to the left; fix a bug in OutboundBindAddress
|
21 years ago |
Roger Dingledine
|
2d8a1f208a
if they ask for exactly one entrynode, don't pick it as an exitnode.
|
21 years ago |
Roger Dingledine
|
0a6e27208b
o Handle servers with dynamic IP addresses: don't replace
|
21 years ago |
Roger Dingledine
|
699a9d8b46
commit some minor fixes from this sandbox so i can commit the next one
|
21 years ago |
Roger Dingledine
|
7506cce649
stop wasting cpu time on authdirservers
|
21 years ago |
Roger Dingledine
|
b2c7b5adfb
fix a race condition in 008pre2: don't try to extend onto a connection
|
21 years ago |
Roger Dingledine
|
276d953b22
fix an assert: check the sockspolicy before we make/add the connection,
|
21 years ago |
Roger Dingledine
|
0da256ef97
when we get a sigint, don't accept new connections/circuits,
|
21 years ago |
Roger Dingledine
|
dc7951a5a7
a whole swath of fixes
|
21 years ago |
Roger Dingledine
|
a5ff0527e6
it turns out we weren't looking at the result from getsockopt().
|
21 years ago |
Nick Mathewson
|
54c129d8dc
abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mode(), etc. Dont change underlying comments.
|
21 years ago |
Nick Mathewson
|
c2103eb63a
Finish most pre2 items: make running-routers list work right; rename secret key files; make even more lookup-by-nickname use lookup-by-id; default nicknames to hostname.
|
21 years ago |
Roger Dingledine
|
d37850bb98
only count bytes transmitted to/from non-local IPs
|
21 years ago |
Roger Dingledine
|
86e0ede07e
checkpoint: start working on bandwidth tracking and
|
21 years ago |
Roger Dingledine
|
2325050b1b
tor now tolerates down dirservers better
|
21 years ago |
Roger Dingledine
|
538655cd80
if connecting to an OR fails immediately, mark it as down
|
21 years ago |