Roger Dingledine
|
e2e6d19e76
fix subtle bug that was causing logs to not show anything
|
21 years ago |
Roger Dingledine
|
28a297ebe7
only play the accounting game if it's possible you'll choose to hibernate
|
21 years ago |
Roger Dingledine
|
6c61ed4fb5
Make options no longer a global variable.
|
21 years ago |
Nick Mathewson
|
f490e5cdb6
Update log documentation
|
21 years ago |
Nick Mathewson
|
2e8353e2f4
Use new log format; convert old format to new format.
|
21 years ago |
Roger Dingledine
|
2ba3a9de16
make the default default options.FirewallPorts be the default
|
21 years ago |
Nick Mathewson
|
1b49198081
Support code for resettable options, and option sets. Still needs validate-and-then-replace logic
|
21 years ago |
Roger Dingledine
|
f7a30fa73e
break out validate_options
|
21 years ago |
Roger Dingledine
|
cadbae6aa5
make free_options() and init_options() use the big array.
|
21 years ago |
Roger Dingledine
|
59453ac6ef
add a ControlPort and control listener conn.
|
21 years ago |
Nick Mathewson
|
b74b72a5ce
Fix windows build
|
21 years ago |
Roger Dingledine
|
d0c158c8d6
clarify the bandwidthburst and bandwidthrate are in bytes
|
21 years ago |
Roger Dingledine
|
a4753283dd
better interface for connection_ap_handshake_socks_reply()
|
21 years ago |
Nick Mathewson
|
cea9125d71
Implement two flavors of authentication for control connections: one for trusted FS, one for untrusted FS.
|
21 years ago |
Nick Mathewson
|
86ba00290b
Add function to generate/copy the config_lines, given the name of an option
|
21 years ago |
Roger Dingledine
|
e541319dcb
lay the groundwork for a default value for each config option.
|
21 years ago |
Nick Mathewson
|
8db0abb687
First attempt at hibernation code. It needs more work around the XXXXs, but first I want arma to review the basic approach while I meditate on how to fix them.
|
21 years ago |
Roger Dingledine
|
282816b498
change min required number of fd's to 1024
|
21 years ago |
Nick Mathewson
|
9510d9a792
tor --list-fingerprint to print fingerprint and exit
|
21 years ago |
Nick Mathewson
|
2fbf31533b
Tricksy compiler warnings! We hates them, hates them forever, my precious!
|
21 years ago |
Nick Mathewson
|
6874c39904
Fix windows build
|
21 years ago |
Nick Mathewson
|
c5eb95b644
Add ability for some-but-not-all abbrevs to work in config file. Add a bunch of singular/plural abbrevs suggested by arma
|
21 years ago |
Nick Mathewson
|
5369ee921e
Make it compile on Linux
|
21 years ago |
Nick Mathewson
|
482c309db9
Document new config code
|
21 years ago |
Nick Mathewson
|
a24eb4db91
Re-write configuration option lookup code: use a table, not a big if( || || || ||). Deprecate unoffical abbrevs and abbrevs not on the command line.
|
21 years ago |
Nick Mathewson
|
26f3cb8652
Add SysLog option to direct log messages to the system log instead of a FILE*.
|
21 years ago |
Roger Dingledine
|
0113a643a2
quick-and-dirty dir policy since the dirservers are getting hammered
|
21 years ago |
Nick Mathewson
|
04ca660b2a
Fix typo in last windows patch
|
21 years ago |
Nick Mathewson
|
78a2c3aa39
Make windows fall back to CWD if SHGetSpecialFolderLocation is borked
|
21 years ago |
Nick Mathewson
|
c7151d8bed
Add "pass" target for RedirectExit, to make it easier to break out of a sequence of rules
|
21 years ago |