Roger Dingledine
|
5e86e87124
Add basic HttpsProxyAuthenticator support, based on patch
|
20 years ago |
Roger Dingledine
|
6128cdead0
let NumCpus be singular without whining
|
20 years ago |
Roger Dingledine
|
ad4eca60ec
add geoff's NoPublish patch
|
20 years ago |
Roger Dingledine
|
652dde72f1
bugfix: chdir to your datadirectory at the *end* of the
|
20 years ago |
Nick Mathewson
|
4991290935
Revise control spec and implementation to allow all log messages to be sent to controller with their severities intact.
|
20 years ago |
Nick Mathewson
|
0e81265359
update copyright notices.
|
20 years ago |
Nick Mathewson
|
73f6c1531e
fix typo in earlier libevent mmessage suppress patch
|
20 years ago |
Nick Mathewson
|
410ecfcc71
Add code to suppress spurious libevent log msgs; use it to resolve bug 68.
|
20 years ago |
Nick Mathewson
|
efe9ca659a
Use recent libevent features when possible
|
20 years ago |
Nick Mathewson
|
ce854906db
Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a missing "TorShould" that was mistaken for an "IWantTo".
|
20 years ago |
Nick Mathewson
|
ec81f87018
Implement an option to cap bandwidth-to-advertise. Arma: can you improve the manpage entry by explaining why you would want to do this?
|
20 years ago |
Nick Mathewson
|
df9c8feac7
Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value.
|
20 years ago |
Nick Mathewson
|
0197b47ce9
Fix some more obscure compiler warnings
|
20 years ago |
Roger Dingledine
|
01f0b31432
ShutdownWaitLength should be an interval, not a uint
|
20 years ago |
Roger Dingledine
|
fe768d1d2a
change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option
|
20 years ago |
Nick Mathewson
|
115271f65e
Implement the common case of ATTACHSTREAM.
|
20 years ago |
Nick Mathewson
|
777d3dde0c
Get address map resetting implemented.
|
20 years ago |
Roger Dingledine
|
a1f1fa6ab2
Checkpoint in-progress fixes:
|
21 years ago |
Nick Mathewson
|
bbaa3c7792
Implement more control spec functionality
|
21 years ago |
Roger Dingledine
|
6faaac2706
add support for CONNECTing through https proxies.
|
21 years ago |
Roger Dingledine
|
55c3f15ed1
Forward-port the trick to bump up ConnLimit as far as it can
|
21 years ago |
Nick Mathewson
|
6e6d95b3db
Change from inet_ntoa to a threadproof tor_inet_ntoa.
|
21 years ago |
Nick Mathewson
|
d01718841e
Remove assumptions that maximum path length is anything like 1024. From comments by Chris Palmer
|
21 years ago |
Roger Dingledine
|
8727acf2f1
Add a new AddressMap directive to rewrite incoming socks addresses.
|
21 years ago |
Nick Mathewson
|
f672577bc6
Free even more things on shutdown. Temporarily move tor_free_all out from #ifdef so it gets tested more.
|
21 years ago |
Nick Mathewson
|
bb32fa86d7
Re-normalize whitespace; make "make check-spaces" happy
|
21 years ago |
Nick Mathewson
|
24ad6542c9
forward-port NT service patch
|
21 years ago |
Roger Dingledine
|
efa9bb5535
fix the latest bug: don't explode when some router declares a
|
21 years ago |
Roger Dingledine
|
976bee4a3f
only check if exit_policy_implicitly_allows if you're a server.
|
21 years ago |
Roger Dingledine
|
850c300e46
bump the default rate limit to 1 MB
|
21 years ago |