Nick Mathewson
|
5369ee921e
Make it compile on Linux
|
21 年之前 |
Nick Mathewson
|
482c309db9
Document new config code
|
21 年之前 |
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 年之前 |
Nick Mathewson
|
26f3cb8652
Add SysLog option to direct log messages to the system log instead of a FILE*.
|
21 年之前 |
Roger Dingledine
|
0113a643a2
quick-and-dirty dir policy since the dirservers are getting hammered
|
21 年之前 |
Nick Mathewson
|
04ca660b2a
Fix typo in last windows patch
|
21 年之前 |
Nick Mathewson
|
78a2c3aa39
Make windows fall back to CWD if SHGetSpecialFolderLocation is borked
|
21 年之前 |
Nick Mathewson
|
c7151d8bed
Add "pass" target for RedirectExit, to make it easier to break out of a sequence of rules
|
21 年之前 |
Roger Dingledine
|
e66d5f897a
fix a seg fault with exitredirect
|
21 年之前 |
Nick Mathewson
|
6d1e1b7f46
Unify windows special-dir handling
|
21 年之前 |
Nick Mathewson
|
8d27385c23
Implement RedirectExit.
|
21 年之前 |
Roger Dingledine
|
7c3ab346f6
various tweaks and fixes
|
21 年之前 |
Nick Mathewson
|
a1bf39f698
Code to parse (but not yet actually use) RedirectExit lines
|
21 年之前 |
Roger Dingledine
|
de65052312
don't assert multiple things in the same tor_assert()
|
21 年之前 |
Nick Mathewson
|
47dc024f7e
Change interface of parse_addr_port() to return address in host order, since most users seem to want that.
|
21 年之前 |
Nick Mathewson
|
a42adce362
fix memory leak in router.c; start relying on NULL==(zero bytes)
|
21 年之前 |
Nick Mathewson
|
9d5831341e
Implement user-declared node families.
|
21 年之前 |
Nick Mathewson
|
99f7955372
Use the real default exit policy, not reject *:*
|
21 年之前 |
Nick Mathewson
|
01eacbca9e
Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate whitespace a little better.
|
21 年之前 |
Nick Mathewson
|
7fa5d224d4
Implement "families" of coadministered nodes; prevent them all from appearing on the same circuit.
|
21 年之前 |
Roger Dingledine
|
56e151eb41
advertise moria2's dirport as 18.244.0.114:80
|
21 年之前 |
Roger Dingledine
|
aebc3a03ba
more int to size_t conversions, fixing one or more amd64 bugs
|
21 年之前 |
Nick Mathewson
|
8b325c142e
Patch from "J Doe": Use SHGetSpecialFolderLocation instead of
|
21 年之前 |
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 年之前 |
Nick Mathewson
|
508970f85d
fix typo
|
21 年之前 |
Nick Mathewson
|
df3098367c
Make directories get generated properly again; debug key lookup. Also, it is hard to find entries in a table when you never put them there.
|
21 年之前 |
Roger Dingledine
|
0b4d3c4df7
parse HttpProxy address in config
|
21 年之前 |
Nick Mathewson
|
e8748b3fa0
Add default directory servers
|
21 年之前 |
Nick Mathewson
|
0068415b80
Add an implementation of trusted_dir_server logic to switch towards simply remembering an addr/port/keyid for each trusted dir server
|
21 年之前 |
Roger Dingledine
|
136d4e5739
prefer tor_free to free
|
21 年之前 |