- 11 Jan, 2007 5 commits
-
-
Nick Mathewson authored
Fix a crash bug in the presence of DNS hijacking. svn:r9333
-
Nick Mathewson authored
fix recently-introduced segfault when not running as a dirserver svn:r9332
-
Roger Dingledine authored
The foo_init() funcs need to happen before we call options_act() and friends. svn:r9331
-
Andrew Lewman authored
svn:r9330
-
Andrew Lewman authored
svn:r9329
-
- 10 Jan, 2007 6 commits
-
-
Roger Dingledine authored
svn:r9328
-
Nick Mathewson authored
Clear untrusted networkstatuses after 10 days too. (This is not a terribly awful bug, since we would only ever retain 16 of them, but it still might be nice to backport.) Resolves part A of bug 372. svn:r9324
-
Nick Mathewson authored
Add some defensive programming to eventdns.c in an attempt to catch possible memory stomping bugs. svn:r9322
-
Nick Mathewson authored
Add some comments to TODO about nastiness of getting data-choking to work with directory bridges; propose a better solution for later, and some simpler solutions for now. svn:r9321
-
Nick Mathewson authored
Notes about deprecation and status events in control-spec svn:r9320
-
Nick Mathewson authored
Base skew calculation on conn->timestamp_lastwritten, not on now. svn:r9319
-
- 09 Jan, 2007 10 commits
-
-
Roger Dingledine authored
surprise release too svn:r9314
-
Roger Dingledine authored
svn:r9313
-
Roger Dingledine authored
svn:r9311
-
Roger Dingledine authored
svn:r9310
-
Roger Dingledine authored
time to put out the bugfix release. svn:r9309
-
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
-