- 09 Jan, 2007 5 commits
-
-
Roger Dingledine authored
svn:r9308
-
Roger Dingledine authored
"read this if you don't understand the code and want some help." which is not the same as "hey, you think you understand this code, but you don't." svn:r9307
-
Roger Dingledine authored
connection handles more than 4 gigs in either direction, we assert. svn:r9306
-
Roger Dingledine authored
advertised exit node, somebody might try to exit from you when you're bootstrapping and before you've built your descriptor yet. svn:r9305
-
Roger Dingledine authored
svn:r9304
-
- 07 Jan, 2007 1 commit
-
-
Andrew Lewman authored
svn:r9288
-
- 06 Jan, 2007 11 commits
-
-
Nick Mathewson authored
Changelog for last entry svn:r9286
-
Nick Mathewson authored
Implement DNS-related status events. svn:r9285
-
Nick Mathewson authored
Implement a control status event for bad libevent version/method combos. Warn that libevent <1.1 with select() is needlessly slow. Reply to comment. svn:r9284
-
Nick Mathewson authored
Document how we set Guard a little better. svn:r9283
-
Nick Mathewson authored
Fix an XXXX012 in connection.c: prevent overflows on unfeasibly-high-bandwidth servers on 32-bit architectures. svn:r9282
-
Nick Mathewson authored
Fix computation of total_exit_bandwidth; this will cause exits not to get recommended as guards if the total exit bandwidth if they constitute less than a third of total available bandwidth. There may be problems here with flapping; lets see if they occur in practice. svn:r9281
-
Nick Mathewson authored
Re-enable warning when we resolve an already resolved address. We only warn here now if the address is not a testing address. Also, refactor out a function to check whether an address is used for testing. svn:r9280
-
Nick Mathewson authored
control-spec: upcase arguments in status events; note unimplemented events individually r11825@Kushana: nickm | 2007-01-03 17:41:43 -0500 Implement EXTERNAL IP server status event. r11826@Kushana: nickm | 2007-01-03 17:47:10 -0500 Implement BAD_SERVER_DESCRIPTOR server status event. r11827@Kushana: nickm | 2007-01-03 18:01:56 -0500 Implement SOCKS_UNKNOWN_PROTOCOL and DANGEROUS_SOCKS client events. r11828@Kushana: nickm | 2007-01-03 18:23:22 -0500 Implement BUG controller events. Also, flush ERR-level status events just like ERR-level log messages. r11829@Kushana: nickm | 2007-01-03 23:37:27 -0500 Yet more status events: CLOCK_SKEW, GOOD/ACCEPTED_SERVER_DESCRIPTOR, {CHECKING_}REACHABILITY_{SUCCEEDED|FAILED} r11833@Kushana: nickm | 2007-01-05 16:56:37 -0500 Note some unimplementedness in control-spec.txt svn:r9279
-
Roger Dingledine authored
svn:r9278
-
Roger Dingledine authored
svn:r9275
-
Roger Dingledine authored
svn:r9274
-
- 05 Jan, 2007 7 commits
-
-
Nick Mathewson authored
More missing headers in configure.in in order to solve previous openbsd in6_addr issue and prevent related issues from arising. svn:r9273
-
Nick Mathewson authored
Look in netinet/in6.h header when looking for struct in6_addr. (Issue found by saeftl.) svn:r9272
-
Roger Dingledine authored
svn:r9271
-
Roger Dingledine authored
svn:r9270
-
Roger Dingledine authored
svn:r9269
-
Roger Dingledine authored
freeing the string in the middle. this was probably xiando's crash bug. svn:r9265
-
Roger Dingledine authored
svn:r9264
-
- 04 Jan, 2007 4 commits
-
-
Roger Dingledine authored
svn:r9263
-
Roger Dingledine authored
authority leaves a "v" line blank. svn:r9262
-
Roger Dingledine authored
fault when starting a server without a fingerprint file present. svn:r9261
-
Roger Dingledine authored
and add a todo item for nick in case he gets bored :) svn:r9260
-
- 03 Jan, 2007 9 commits
-
-
Roger Dingledine authored
svn:r9259
-
Nick Mathewson authored
Clarify spec wrt keys, certificates, and SSL. svn:r9256
-
Nick Mathewson authored
Add (and specify) a BadDirectory flag to networkstatuses, so authorities can tell clients that some caches are broken. Also, implement an as-yet-unused function to estimate how many bytes will be sent on a directory connection. svn:r9255
-
Nick Mathewson authored
Fix compile error with warnings enabled: connection_dir_supports_tunnels was redeclared as static. svn:r9254
-
Roger Dingledine authored
svn:r9250
-
Roger Dingledine authored
svn:r9249
-
Nick Mathewson authored
Fix unit test broken by r9239. svn:r9248
-
Roger Dingledine authored
suggesting other bad syntax as a replacement. svn:r9247
-
Roger Dingledine authored
svn:r9246
-
- 02 Jan, 2007 3 commits
-
-
Nick Mathewson authored
Initial TODO updates from meeting svn:r9245
-
Nick Mathewson authored
Remove an XXXX012 for which the answer is "not really." svn:r9244
-
Nick Mathewson authored
Simplify and remove most of dirserv_orconn_tls_cone svn:r9243
-