- 10 Dec, 2008 1 commit
-
-
Nick Mathewson authored
svn:r17566
-
- 07 Dec, 2008 2 commits
-
-
Roger Dingledine authored
running-routers files. They are obsolete, and nobody asks for them anymore. This is the first step to making v1 authorities obsolete. svn:r17513
-
Jacob Appelbaum authored
svn:r17498
-
- 29 Nov, 2008 1 commit
-
-
Roger Dingledine authored
svn:r17406
-
- 21 Nov, 2008 1 commit
-
-
Roger Dingledine authored
are long gone. svn:r17351
-
- 10 Nov, 2008 2 commits
-
-
Nick Mathewson authored
svn:r17239
-
Roger Dingledine authored
svn:r17233
-
- 25 Sep, 2008 2 commits
-
-
Nick Mathewson authored
svn:r16967
-
Nick Mathewson authored
svn:r16964
-
- 09 Sep, 2008 4 commits
-
-
Nick Mathewson authored
Refactor unit test macros and tor_free_all() logic a bit so as to make it easier to free memory on failing tests, in order to suppress scanner warnings and to make dmalloc() usable with tests. svn:r16816
-
Roger Dingledine authored
svn:r16810
-
Roger Dingledine authored
svn:r16808
-
Roger Dingledine authored
fails to establish a TCP connection. Cleanup on 0.2.1.x. svn:r16803
-
- 04 Sep, 2008 1 commit
-
-
Nick Mathewson authored
svn:r16759
-
- 01 Sep, 2008 1 commit
-
-
Nick Mathewson authored
Add a lockfile to the Tor data directory to avoid situations where two Tors start with the same datadir, or where a --list-fingerprints races with a server to create keys, or such. svn:r16722
-
- 12 Aug, 2008 1 commit
-
-
Nick Mathewson authored
svn:r16510
-
- 05 Aug, 2008 1 commit
-
-
Nick Mathewson authored
Initial conversion of uint32_t addr to tor_addr_t addr in connection_t and related types. Most of the Tor wire formats using these new types are in, but the code to generate and use it is not. This is a big patch. Let me know what it breaks for you. svn:r16435
-
- 17 Jun, 2008 1 commit
-
-
Roger Dingledine authored
state to start out in. svn:r15326
-
- 10 Jun, 2008 1 commit
-
-
Nick Mathewson authored
svn:r15106
-
- 09 Jun, 2008 2 commits
-
-
Roger Dingledine authored
svn:r15077
-
Roger Dingledine authored
logging when we have expired a bunch of descriptors. svn:r15074
-
- 29 May, 2008 2 commits
-
-
Nick Mathewson authored
svn:r14829
-
Nick Mathewson authored
New code to implement proposal for local geoip stats. Only enabled with --enable-geoip-stats passed to configure. svn:r14802
-
- 23 Apr, 2008 1 commit
-
-
Nick Mathewson authored
Forward-port: I had apparently broken OSX and Freebsd by not initializing threading before we initialize the logging system. This patch should do so, and fix bug 671. svn:r14430
-
- 10 Apr, 2008 1 commit
-
-
Nick Mathewson authored
Make dumpstats() log the size and fullness of openssl-internal buffers, so I can test my hypothesis that many of them are empty, and my alternative hypothesis that many of them are mostly empty, against the null hypothesis that we really need to be burning 32K per open OR connection on this. svn:r14350
-
- 08 Apr, 2008 1 commit
-
-
Nick Mathewson authored
Use a freelist to hold a few recent memarea chunks. We do a kazillion memarea allocs and frees; that cant be good for us. svn:r14319
-
- 27 Mar, 2008 4 commits
-
-
Nick Mathewson authored
Replace a syntax error and a log message that was never emitted with a simple assert. Asserts are fun and easy. svn:r14224
-
Peter Palfrader authored
New --hush command-line option similar to --quiet. While --quiet disables all logging to the console on startup, --hush limits the output to messages of warning and error severity. svn:r14222
-
Nick Mathewson authored
Only log a notice that dmalloc has been set up if it fails. Actually, since we have not added a temp log yet, I am not sure this ever does anything. svn:r14216
-
Nick Mathewson authored
Free some static hashtables and the log mutex on exit. Backport candidate. svn:r14212
-
- 26 Mar, 2008 1 commit
-
-
Nick Mathewson authored
Initialize logging before we log anything. Bugfix on 0.2.0.x-alpha. svn:r14199
-
- 21 Mar, 2008 1 commit
-
-
Nick Mathewson authored
Use RAND_poll() again: the bug that made us stop using it has been fixed. svn:r14150
-
- 24 Feb, 2008 1 commit
-
-
Nick Mathewson authored
Fix the last of the -Wshorten-64-to-32 warnings. svn:r13696
-
- 22 Feb, 2008 1 commit
-
-
Nick Mathewson authored
More 64-to-32 fixes. Partial backport candidate. still not done. svn:r13680
-
- 21 Feb, 2008 5 commits
-
-
Nick Mathewson authored
Fix bug-handling code for unhandled write errors, so that it does not try to flush any data on the failed connection. Bugfix on 0.1.2.x. svn:r13655
-
Roger Dingledine authored
example, when answering a directory request), reset the time-to-give-up timeout every time we manage to write something on the socket. Bugfix on 0.1.2.x. svn:r13643
-
Roger Dingledine authored
svn:r13642
-
Nick Mathewson authored
Answer one xxx020 item; move 7 other ones to a new "XXX020rc" category: they should get fixed before we cut a release candidate. arma: please review these to see whether you have fixes/answers for any. Please check out the other 14 XXX020s to see if any look critical for the release candidate. svn:r13640
-
Nick Mathewson authored
Resolve all DOCDOC issues, and document some other undocumented code, and fix a changelog entry. svn:r13638
-
- 08 Feb, 2008 1 commit
-
-
Nick Mathewson authored
Change DNs in x509 certificates to be harder to fingerprint. Raise common code. Refactor random hostname generation into crypto.c svn:r13429
-