- Mar 16, 2011
-
-
Nick Mathewson authored
-
- Mar 15, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Issue noticed by Steven Murdoch; fixes bug 2689. The cast didn't do anything, and we don't need to look at the return value of the function here.
-
Robert Ransom authored
-
Robert Ransom authored
Related to ticket 2683.
-
- Mar 14, 2011
-
-
Nick Mathewson authored
This fixes bug 2757. It's a bugfix on 85da6761.
-
Nick Mathewson authored
Right now, we only consider sending stream-level SENDME cells when we have completely flushed a connection_edge's outbuf, or when it sends us a DATA cell. Neither of these is ideal for throughput. This patch changes the behavior so we now call connection_edge_consider_sending_sendme when we flush _some_ data from an edge outbuf. Fix for bug 2756; bugfix on svn r152.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
- Mar 13, 2011
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Mar 12, 2011
-
-
Nick Mathewson authored
Name the magic value "10" rather than re-deriving it. Comment more. Use the pattern that works for periodic timers, not the pattern that doesn't work. ;)
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Mar 11, 2011
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Sebastian Hahn authored
It is important to verify the uptime claim of a relay instead of just trusting it, otherwise it becomes too easy to blackhole a specific hidden service. rephist already has data available that we can use here. Bugfix on 0.2.0.10-alpha.
-
- Mar 10, 2011
-
-
Nick Mathewson authored
-
- Mar 09, 2011
-
-
Nick Mathewson authored
-
(changes file added by nickm)
-
- Mar 08, 2011
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This is based on shitlei's fix for bug2629, with extra parens removed. Fixes bug 2629, bugfix on 0.2.1.2-alpha.
-
Roger Dingledine authored
-
- Mar 07, 2011
-
-
Nick Mathewson authored
-
- Mar 06, 2011
-
-
Sebastian Hahn authored
The calculation of when to send the logmessage was correct, but we didn't give the correct number of relays required: We want more than half of all authorities we know about. Fixes bug 2663.
-
Nick Mathewson authored
-