- 15 Jan, 2007 11 commits
-
-
Nick Mathewson authored
Apparently, the OpenBSD linker thinks it knows C better than I do, and gets to call me names for having strcat and strcpy and sprintf in my code--whether I use them safely or not. All right, OpenBSD. You win... this round. svn:r9360
-
Nick Mathewson authored
set or_conn->tls_error to 0 on non-error to avoid looking at stale errors. svn:r9359
-
Nick Mathewson authored
Answer questions from r9348. svn:r9358
-
Nick Mathewson authored
svn:r9357
-
Nick Mathewson authored
tidy up more whitespace issues svn:r9356
-
Nick Mathewson authored
Tidy up ORCONN reason patch from Mike Perry. Changes: make some of the handling of TLS error codes less error prone. Enforce house style wrt spaces. Make it compile with --enable-gcc-warnings. Only set or_conn->tls_error in the case of an actual error. Add a changelog entry. svn:r9355
-
Nick Mathewson authored
Patch from Mike Perry: Track reasons for OR connection failure; display them in control events. Needs review and revision. svn:r9354
-
Roger Dingledine authored
svn:r9353
-
Roger Dingledine authored
handshake to finish. Previously we would let them sit around for days, if the connecting application didn't close them either. Also take this opportunity to refactor a duplicate bit of circuituse.c. And change the semantics of SocksTimeout slightly, but I think it'll be ok. svn:r9350
-
Roger Dingledine authored
svn:r9349
-
Roger Dingledine authored
svn:r9348
-
- 14 Jan, 2007 1 commit
-
-
Roger Dingledine authored
take arguments rather than require direct editing. svn:r9346
-
- 13 Jan, 2007 3 commits
-
-
Andrew Lewman authored
svn:r9345
-
Andrew Lewman authored
svn:r9342
-
Andrew Lewman authored
reflect all available options to tor binary. svn:r9341
-
- 11 Jan, 2007 8 commits
-
-
Nick Mathewson authored
Add some items to the TODO based on usability report from Talia Winters. svn:r9340
-
Nick Mathewson authored
Have privoxy configuration olerate broken /etc/hosts on macos installations svn:r9339
-
Nick Mathewson authored
Check addresses for rfc953-saneness at exit too, and give a PROTOCOL_WARN when they fail. Also provide a mechanism to override this, so blossom can have its @@##$$^.whatever.exit hostnames if it wants. svn:r9336
-
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
-