Roger Dingledine
|
4b6d55afdf
separate time_of_process_start from stats_n_seconds_uptime:
|
21 년 전 |
Nick Mathewson
|
6dd91de3bd
Nothing actually _uses_ socks_port, so why publish it? For backward compatibility, publish a socks_port of 0, and never read socks_port.
|
21 년 전 |
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 년 전 |
Roger Dingledine
|
b6173b7b68
0.0.9 broke hibernation. darn it.
|
21 년 전 |
Roger Dingledine
|
464338b250
when hibernating, don't advertise any ports
|
21 년 전 |
Nick Mathewson
|
fc87758ff3
Add function to check that addr_policy_t is okay; change struct addr_policy_t to addr_policy_t.
|
21 년 전 |
Roger Dingledine
|
db5e100cde
clean up 3 more underflow possibilities
|
21 년 전 |
Roger Dingledine
|
0799804c60
fix redundant (and dangerous) NUL termination
|
21 년 전 |
Nick Mathewson
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
21 년 전 |
Roger Dingledine
|
7fc30fc1e6
accept *:706 (silc) by default
|
21 년 전 |
Roger Dingledine
|
22727b4edc
wrong is ok, and right is fine, but in between is apparently
|
21 년 전 |
Nick Mathewson
|
6f5dbefa7e
Normalize space: add one between every control keyword and control clause.
|
21 년 전 |
Roger Dingledine
|
7c9a707900
remove emacs droppings, since nick says he doesn't need them anymore
|
21 년 전 |
Nick Mathewson
|
f91152ce6a
Clarify a bunch of log messages
|
21 년 전 |
Nick Mathewson
|
22dba27d8d
Normalize a few more kinds of whitespace. We now dislike:
|
21 년 전 |
Nick Mathewson
|
d4754b334c
Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "BandwidthBurst 1000 TB" from occuring.
|
21 년 전 |
Nick Mathewson
|
983a335f3b
Normalize space
|
21 년 전 |
Nick Mathewson
|
bdb61f2a04
fix typo
|
21 년 전 |
Nick Mathewson
|
36f4e15e81
Call init_keys() where needed; fix hibernate bug.
|
21 년 전 |
Nick Mathewson
|
8acaf8e187
Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting setup. More docs needed
|
21 년 전 |
Nick Mathewson
|
08627d5d87
Track whether descriptor is dirty/uploaded. When any options are set, mark it dirty. Once a minute, regenerate and upload the server descriptor if it is dirty.
|
21 년 전 |
Nick Mathewson
|
5109de5626
Rename exit_policy to addr_policy, since it gets used for SOCKS and directory connections too. Make all policies get validated in options_validate, and make SOCKS/directory policies get set in options_act.
|
21 년 전 |
Nick Mathewson
|
5a5be93f80
Normalize whitespace; add a "tell me about all the unnormalized whitespace" target; fix a braino in dirserv.c
|
21 년 전 |
Nick Mathewson
|
7daab4034d
Fix windows build for VC6; centralize newline-fiasco-damage-control logic
|
21 년 전 |
Nick Mathewson
|
cd753df7bf
Resolve many XXXs and all DOCDOCs
|
21 년 전 |
Roger Dingledine
|
9f3e3d2b71
stop wanting to split init_keys()
|
21 년 전 |
Nick Mathewson
|
180e0a9326
Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ignore).
|
21 년 전 |
Roger Dingledine
|
6521c2ce51
Stop using the wrong DataDirectory when we're validating.
|
21 년 전 |
Roger Dingledine
|
8b9d7da59f
while we hibernate, our declared bandwidth capacity is 0
|
21 년 전 |
Roger Dingledine
|
394554cfbf
Clean up copyrights.
|
21 년 전 |