| Commit message (Expand) | Author | Age |
... | |
* | r19251@catbus: nickm | 2008-04-08 17:40:15 -0400••• Remove some bugs that are probably fixed or should go on flyspray. More some 101 items into 0.2.1.x
svn:r14323
| Nick Mathewson | 2008-04-08 |
* | r19249@catbus: nickm | 2008-04-08 14:04:02 -0400••• Oops. Fix one last memarea freelist bug.
svn:r14322
| Nick Mathewson | 2008-04-08 |
* | r19247@catbus: nickm | 2008-04-08 13:50:01 -0400••• Fix behavior of memarea freelists.
svn:r14321
| Nick Mathewson | 2008-04-08 |
* | r19245@catbus: nickm | 2008-04-08 13:33:27 -0400••• Oops. It turns out that there are some subtle differences between >= and <.
svn:r14320
| Nick Mathewson | 2008-04-08 |
* | r19243@catbus: nickm | 2008-04-08 13:28:59 -0400••• 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
| Nick Mathewson | 2008-04-08 |
* | r19233@catbus: nickm | 2008-04-08 13:06:34 -0400••• When we remove old routers, use Bloom filters rather than a digestmap-based set in order to tell which ones we absolutely need to keep. This will save us roughly a kazillion little short-lived allocations for hash table entries.
svn:r14318
| Nick Mathewson | 2008-04-08 |
* | r19231@catbus: nickm | 2008-04-07 12:45:58 -0400••• Update last_listed_as_valid_until for new routers based on v2 networkstatus as well as consensus networkstatus.
svn:r14317
| Nick Mathewson | 2008-04-08 |
* | If relays have 100KB/s but set relaybandwidthrate to 10KB/s, do your•••interference attacks still work?
svn:r14316
| Roger Dingledine | 2008-04-08 |
* | roger's grand plan for how to handle 100000 relays.•••still needs to be fleshed out a bit. ;)
svn:r14315
| Roger Dingledine | 2008-04-08 |
* | finish a few items, add a few more•••svn:r14314
| Roger Dingledine | 2008-04-08 |
* | r19229@catbus: nickm | 2008-04-07 12:28:22 -0400••• Add a new SMARTLIST_FOREACH_JOIN macro to iterate through two sorted lists in lockstep. This happens at least 3 times in the code so far, and is likely to happen more in the future. Previous attempts to do so proved touchy, tricky, and error-prone: now, we only need to get it right in one place.
svn:r14309
| Nick Mathewson | 2008-04-07 |
* | r19202@catbus: nickm | 2008-04-04 17:18:47 -0400••• Make last_served_at optional; make last_listed_as_valid_until take account (partially) of v2 statuses.
svn:r14299
| Nick Mathewson | 2008-04-04 |
* | r19201@catbus: nickm | 2008-04-04 14:23:19 -0400••• Better macro documentation
svn:r14298
| Nick Mathewson | 2008-04-04 |
* | r19199@catbus: nickm | 2008-04-03 15:01:05 -0400••• Fix bug 641 and 650, I think.
svn:r14297
| Nick Mathewson | 2008-04-03 |
* | a potential fix for bug 641.•••svn:r14281
| Roger Dingledine | 2008-04-02 |
* | two more things for weasel to work on•••svn:r14280
| Roger Dingledine | 2008-04-02 |
* | A changelog entry for r14277•••svn:r14278
| Peter Palfrader | 2008-04-01 |
* | when add_file_log() fails, tell us why.•••svn:r14277
| Roger Dingledine | 2008-04-01 |
* | Add Peter Palfrader's proposal 134: More robust consensus voting with diverse...•••svn:r14273
| Nick Mathewson | 2008-04-01 |
* | More TODO poking.•••svn:r14259
| Jacob Appelbaum | 2008-03-31 |
* | Added buildbot notes.•••svn:r14258
| Jacob Appelbaum | 2008-03-31 |
* | Update status of torbutton/translation stuff.•••svn:r14257
| Jacob Appelbaum | 2008-03-31 |
* | Name fix.•••svn:r14256
| Jacob Appelbaum | 2008-03-31 |
* | r19152@catbus: nickm | 2008-03-30 23:20:11 -0400••• Make unit tests pass again after Link protocol list change.
svn:r14254
| Nick Mathewson | 2008-03-31 |
* | another item it'd be great to see weasel do•••svn:r14252
| Roger Dingledine | 2008-03-30 |
* | r19142@catbus: nickm | 2008-03-30 14:14:52 -0400••• Merge proposals 130 and 105 into tor-spec and dir-spec; mark them closed.
svn:r14247
| Nick Mathewson | 2008-03-30 |
* | r19140@catbus: nickm | 2008-03-30 14:13:36 -0400••• Note in our router descriptors that we actually support link protocol version 2, now that it seems to work.
svn:r14246
| Nick Mathewson | 2008-03-30 |
* | r19138@catbus: nickm | 2008-03-30 11:59:26 -0400••• oops; fix bug in descriptor metric logic.
svn:r14245
| Nick Mathewson | 2008-03-30 |
* | some more things i'd be excited to see done.•••svn:r14241
| Roger Dingledine | 2008-03-30 |
* | Actually get torbutton to install into Firefox•••svn:r14238
| Andrew Lewman | 2008-03-30 |
* | Update torbutton version and if the user chooses to install torbutton,•••open firefox with a prompt to install torbutton
svn:r14235
| Andrew Lewman | 2008-03-30 |
* | r15025@tombo: nickm | 2008-03-29 01:42:25 -0400••• Mark proposal 129 closed. It was basically implemented as is, and requires no specification changes.
svn:r14233
| Nick Mathewson | 2008-03-29 |
* | r15024@tombo: nickm | 2008-03-29 01:37:09 -0400••• Close proposal 126 ("Getting GeoIP data and publishing usage summaries.") It was never completely built, so note which parts wer and which were not. Not-built parts would be good topics for future proposals.
svn:r14232
| Nick Mathewson | 2008-03-29 |
* | r15023@tombo: nickm | 2008-03-29 01:18:03 -0400••• Merge proposal 123 ("Naming authorities automatically create bindings") into dir-spec.txt.
svn:r14231
| Nick Mathewson | 2008-03-29 |
* | r19118@catbus: nickm | 2008-03-29 00:27:08 -0400••• Code (disabled) to get way too much info about the contents of old_routers on USR1.
svn:r14230
| Nick Mathewson | 2008-03-29 |
* | r19109@catbus: nickm | 2008-03-27 16:05:18 -0400••• Replace a syntax error and a log message that was never emitted with a simple assert. Asserts are fun and easy.
svn:r14224
| Nick Mathewson | 2008-03-27 |
* | Add --hush switch.•••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
| Peter Palfrader | 2008-03-27 |
* | r19107@catbus: nickm | 2008-03-27 13:20:09 -0400••• Fix typos in proposal 131 spotted by Jens Kubieziel on or-dev.
svn:r14221
| Nick Mathewson | 2008-03-27 |
* | r19105@catbus: nickm | 2008-03-27 13:01:47 -0400••• oops. Note bug number in changelog.
svn:r14220
| Nick Mathewson | 2008-03-27 |
* | r19093@catbus: nickm | 2008-03-27 12:43:58 -0400••• 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 | 2008-03-27 |
* | r19092@catbus: nickm | 2008-03-27 12:43:29 -0400••• Stop supporting anything besides CMD_RUN_TOR in ntmain.c. Based on patch from Sebastian Hahn.
svn:r14215
| Nick Mathewson | 2008-03-27 |
* | r19091@catbus: nickm | 2008-03-27 12:42:57 -0400••• Stop reading torrc when all we want to do is --hash-password. Fix based on patch from Sebastian Hahn. Backport candidate.
svn:r14214
| Nick Mathewson | 2008-03-27 |
* | add proposal from Robert Hogan as 133: Incorporate Unreachable ORs into the T...•••svn:r14213
| Nick Mathewson | 2008-03-27 |
* | r19089@catbus: nickm | 2008-03-27 11:05:23 -0400••• Free some static hashtables and the log mutex on exit. Backport candidate.
svn:r14212
| Nick Mathewson | 2008-03-27 |
* | clarify, add one, mark one done•••svn:r14211
| Roger Dingledine | 2008-03-27 |
* | actually write down the items i'm secretly hoping people will do.•••svn:r14210
| Roger Dingledine | 2008-03-27 |
* | r19079@catbus: nickm | 2008-03-26 17:16:46 -0400••• Free authority certs on exit. Backport candidate.
svn:r14205
| Nick Mathewson | 2008-03-26 |
* | r19074@catbus: nickm | 2008-03-26 17:08:32 -0400••• Start new address policies with refcount of 1, not 2. Backport candidate once tested more.
svn:r14204
| Nick Mathewson | 2008-03-26 |
* | fix a leak when adding a temp log•••svn:r14203
| Roger Dingledine | 2008-03-26 |
* | fix mem leak in parsing log config lines•••svn:r14202
| Roger Dingledine | 2008-03-26 |