Nick Mathewson
|
7d92053286
Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha
|
17 years ago |
Nick Mathewson
|
2ad36f68c8
Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.
|
17 years ago |
Roger Dingledine
|
03f413f5c7
declare that we're putting out 0.2.1.9-alpha next week
|
17 years ago |
Nick Mathewson
|
33e2053ebc
Make return code from router_add_to_routerlist a nice sensible enum. Based on patch from Sebastian.
|
17 years ago |
Nick Mathewson
|
2de9bd7bae
Rename a couple of v2-networkstatus-only fields so that it is clear they are v2-networkstatus-only.
|
17 years ago |
Nick Mathewson
|
f43bcdc063
Use ctags and a python script to find identifiers that are never used anywhere, and remove the ones that we really want gone.
|
17 years ago |
Nick Mathewson
|
1beb1c113b
Add some missing documentation in or.h
|
17 years ago |
Nick Mathewson
|
0dc724d19c
Make ALLOW_INVALID_* into an enum.
|
17 years ago |
Nick Mathewson
|
d0e1cc6fe2
Remove the no-longer-used incoming_cmd_type field from control_connection_t.
|
17 years ago |
Nick Mathewson
|
68a6935afb
Change CELL_DIRECTION_* to an enum.
|
17 years ago |
Nick Mathewson
|
44e19a4949
Oops; remove extraneous comma.
|
17 years ago |
Nick Mathewson
|
7678ac5193
Move edge-only flags from connection_t to edge_connection_t.
|
17 years ago |
Nick Mathewson
|
26632d59dd
Rename or_is_obsolete and move it to or_connection_t where it belongs.
|
17 years ago |
Nick Mathewson
|
a4a481d81c
Implement proposal 148: Make client stream end reasons uniform.
|
17 years ago |
Nick Mathewson
|
5fb2ab1e65
Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server side of 157.
|
17 years ago |
Nick Mathewson
|
69ce955484
Add cross-certification to authority key certificates. Partial implementation of proposal 157.
|
17 years ago |
Nick Mathewson
|
02e26ebc49
If we are building under Coverity, enable geoip_stats and instrument_downloads.
|
17 years ago |
Nick Mathewson
|
f3b52e331e
Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366.
|
17 years ago |
Nick Mathewson
|
043b4fc59e
Add a PDS_ flag to exclude authorities from which we are fetching descs.
|
17 years ago |
Nick Mathewson
|
29f5a65a16
Change directory_get_from_dirserver to take a set of flags to be passed to pick_(trusted_)dirserver. This lets us make its interface smarter, and makes code that calls it a little more readable.
|
17 years ago |
Nick Mathewson
|
53d3f812bd
Add new internal-use-only option for controllers to use to prevent SIGHUP from reloading the configuration. Fixes bug 856.
|
17 years ago |
Nick Mathewson
|
9aa706e20c
Bug 691 fix: do not shutdown Tor servers right away if the network is down.
|
17 years ago |
Roger Dingledine
|
f31c16d993
Directory mirrors no longer fetch the v1 directory or
|
17 years ago |
Jacob Appelbaum
|
6b178b46ef
New DirPortFrontPage option that takes an html file and publishes it as "/" on the DirPort. Now relay operators can provide a disclaimer without needin to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html.
|
17 years ago |
Roger Dingledine
|
a53ebd20f0
whitespace fix
|
17 years ago |
Nick Mathewson
|
6e3de8530e
Remove bug 811/845 debugging code
|
17 years ago |
Nick Mathewson
|
a38026bb06
fix wide lines
|
17 years ago |
Nick Mathewson
|
0c9dfffe5a
Implement the 0x20-hack to make DNS poisoning harder against us, especially when resolving large names. Add a cfg option to disable it, since apparently 3/10 of a percent of servers get it wrong.
|
17 years ago |
Nick Mathewson
|
ee31e0829e
Verify cpath_layer match on rendezvous cells too. Fixes another case of bug 446. Based on patch from rovv.
|
17 years ago |
Nick Mathewson
|
25f8335528
Include circuit purposes in circuit events. Now all circuit events are extended; this makes the code simpler.
|
17 years ago |