- Sep 02, 2004
-
-
Nick Mathewson authored
svn:r2329
-
- Aug 24, 2004
-
-
Nick Mathewson authored
svn:r2308
-
- Aug 18, 2004
-
-
Roger Dingledine authored
making intro points svn:r2277
-
Roger Dingledine authored
directory from somebody else. this means they have time to build their connections first. svn:r2275
-
- Aug 15, 2004
-
-
Nick Mathewson authored
svn:r2237
-
Roger Dingledine authored
o and/or while avoiding unreliable nodes, depending on goals o 'fascistfirewall' option to pick dirservers on port 80 and ORs on port 443. o if a begin failed due to exit policy, but we believe the IP should have been allowed, switch that router to exitpolicy reject *:* until we get our next directory. svn:r2231
-
- Aug 09, 2004
-
-
Roger Dingledine authored
svn:r2222
-
Roger Dingledine authored
svn:r2215
-
Roger Dingledine authored
svn:r2209
-
- Aug 08, 2004
-
-
Roger Dingledine authored
this was biting us because ^c would get delivered to all of them, maybe because they were all still listening to stdin? svn:r2197
-
- Aug 07, 2004
-
-
Nick Mathewson authored
Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename format/parse_rfc1123_time; make rephist remember used bandwidth; published used bandwidth in descriptors in 15-minute chunks. Breaks unittests. svn:r2182
-
- Aug 06, 2004
-
-
Roger Dingledine authored
svn:r2171
-
Roger Dingledine authored
svn:r2152
-
Roger Dingledine authored
svn:r2151
-
- Aug 04, 2004
-
-
Roger Dingledine authored
if we get a sigchld but all our children are gone by the time we get around to reaping them (i don't think this should ever happen, but it just did), then we'd loop forever trying to reap them. svn:r2141
-
Nick Mathewson authored
svn:r2136
-
- Jul 22, 2004
-
-
Roger Dingledine authored
svn:r2115
-
Roger Dingledine authored
immediately when we daemonize. also drop our retry period for hidserv desc uploads from 10m to 5m svn:r2111
-
Roger Dingledine authored
svn:r2095
-
Roger Dingledine authored
svn:r2092
-
- Jul 21, 2004
-
-
Roger Dingledine authored
svn:r2091
-
Roger Dingledine authored
svn:r2085
-
Roger Dingledine authored
precedence problem. doesn't actually solve it yet. svn:r2079
-
Roger Dingledine authored
svn:r2076
-
Nick Mathewson authored
svn:r2073
-
Roger Dingledine authored
are willing to become servers from ones that really are servers. svn:r2071
-
- Jul 20, 2004
-
-
Roger Dingledine authored
but delay 30 seconds until exiting. if we get a second sigint, exit immediately. svn:r2070
-
Roger Dingledine authored
otherwise we keep getting taken out of the running-routers list svn:r2063
-
Roger Dingledine authored
don't expire your connections to him. svn:r2062
-
Roger Dingledine authored
introduce an authdir_mode() macro to match the others. don't initialize uptime to the number of seconds since 1970. non-authoritative dirservers don't cache their directory on disk. make only authdirservers use clique_mode. only read approved-routers file if you're an authdirserver. even authdirservers fetch a new directory in do_hup. retry_all_connections() is now called retry_all_listeners(). router_parse_list_from_string() correctly reports the router number it's working on. only call dirserv_add_own_fingerprint() and dirserv_add_descriptor() on startup if we're an authdirserver. if AuthDir and !ORPort then fail. if AuthDir and ClientOnly then fail. svn:r2061
-
- Jul 18, 2004
-
-
Nick Mathewson authored
abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mode(), etc. Dont change underlying comments. svn:r2054
-
- Jul 13, 2004
-
-
Nick Mathewson authored
svn:r2042
-
Roger Dingledine authored
svn:r2041
-
Roger Dingledine authored
letting clients evaluate whether they're suitable servers svn:r2037
-
Roger Dingledine authored
care of trying to flush before it closes svn:r2035
-
- Jul 04, 2004
-
-
Roger Dingledine authored
put uptime in descriptor svn:r2011
-
- Jun 30, 2004
-
-
Roger Dingledine authored
svn:r1993
-
Nick Mathewson authored
svn:r1991
-
- Jun 25, 2004
-
-
Nick Mathewson authored
More docs and (way more!) testing needed. Done: - Authdirservers down directories from others. - Generate and use running-routers lists - Cache directories; store across reboots. - Refactor directory parsing a bit; note potential trouble spots. svn:r1985
-
- Jun 21, 2004
-
-
Nick Mathewson authored
svn:r1981
-