Roger Dingledine
|
e6c1ab2daf
post 0.0.9.x, demand that servers declare at least 20000 bytes/s
|
21 years ago |
Nick Mathewson
|
4d30e2f4b8
Make sequence of log messages when starting on win32 with no config file more reasonable.
|
21 years ago |
Roger Dingledine
|
1f3e77bf92
make the initial temp log only notice-err, not info-err
|
21 years ago |
Roger Dingledine
|
82c5381ecb
forward-port the fix for the compiler warning
|
21 years ago |
Roger Dingledine
|
7cb28adbd6
make docs clearer that we want you to register your server
|
21 years ago |
Roger Dingledine
|
ddc022fcc3
update our license for 2005, and also include the licenses of tree.h
|
21 years ago |
Roger Dingledine
|
d7a0f1a629
update print_usage to use new url
|
21 years ago |
Roger Dingledine
|
a005509c9d
update url for when users try to use socksport as an http proxy
|
21 years ago |
Roger Dingledine
|
9e6d6c6096
Bugfix: we've been using openssl's BIO_get_mem_data incorrectly.
|
21 years ago |
Roger Dingledine
|
53c522ee1c
make it clearer you can have multiple SocksBindAddress directives
|
21 years ago |
Nick Mathewson
|
7dd37f9e6b
Remove click-through license page from windows installer
|
21 years ago |
Nick Mathewson
|
d1fc7ad94b
Log when we retry a directory connection
|
21 years ago |
Nick Mathewson
|
0c4186d6ee
Use correct logic to decide whether there are more directory servers to retry.
|
21 years ago |
Nick Mathewson
|
65c4fa2614
Split mark-dir-failed-and-retry logic into separate function; make it retry runningrouters as well as directory fetches; note that the do-we-need-to-give-up test is wrong.
|
21 years ago |
Nick Mathewson
|
858eda4736
Fix an unused function warning
|
21 years ago |
Nick Mathewson
|
5f40d6bf72
Make directory fail-and-retry logic happen in connection_about_to_close(); fixes win32 bug.
|
21 years ago |
Nick Mathewson
|
b50263f740
More work on task #43: fix race conditions on multithreaded (win32) servers.
|
21 years ago |
Roger Dingledine
|
15543a623f
mention where to find the 'fingerprint' file
|
21 years ago |
Roger Dingledine
|
6c7496e700
revise server install instructions again. this time for sure!
|
21 years ago |
Nick Mathewson
|
ead52e0bdc
Possible fix for task #43: when running on a multithreaded environment (currently only windows), threads should not close opposite sides of their socketpairs, and workers should not call connection_free_all(). This may fix win32 servers.
|
21 years ago |
Roger Dingledine
|
c173c47249
move the 'other things to note' list into #client-or-server so
|
21 years ago |
Nick Mathewson
|
fca7ba9777
Resolve task 42: find where 19-char nicknames were getting truncated when read from certs, and fix it. Also audit use of MAX_NICKNAME_LEN; no other badness found, but some docs/code cleaned up a touch.
|
21 years ago |
Roger Dingledine
|
59504f4831
bugfix: if a server uploads a descriptor that's unapproved, actually
|
21 years ago |
Roger Dingledine
|
70075933c6
stop checking for clock skew, even for servers.
|
21 years ago |
Roger Dingledine
|
fdf8c55f30
clarify the comments about logs in the torrc
|
21 years ago |
Roger Dingledine
|
b4dad0e6a4
fix the assert bug reported by bassclef@163.com
|
21 years ago |
Roger Dingledine
|
0d7e8660c7
add a comment to explain what ContactInfo is for
|
21 years ago |
Roger Dingledine
|
a4ad47df86
Fix a double-mark-for-close bug, where we were finding a conn
|
21 years ago |
Roger Dingledine
|
35d5a5b712
when a dirserver causes you to give a warn, mention which dirserver it was
|
21 years ago |
Roger Dingledine
|
e29d7329b3
...but only if you're a server
|
21 years ago |