- Mar 14, 2014
-
-
Nick Mathewson authored
Doing this as part of the patch for #9683 to prevent possible bugs down the line
-
Nick Mathewson authored
This contains the obvious implementation using the circuitmux data structure. It also runs the old (slow) algorithm and compares the results of the two to make sure that they're the same. Needs review and testing.
-
Nick Mathewson authored
(This pulls in some fixes to tinytest_demo.c, which Tor doesn't build.)
-
- Mar 13, 2014
-
-
Nick Mathewson authored
Still haven't edited any. Also, remove all the changes/* entries that got merged back in 6b5ef388.
-
Nick Mathewson authored
The option is unneeded, not meaningless, so explain what it does. Patch from Matt Pagan; fixes 9059.
-
Nick Mathewson authored
Coverity spotted these.
-
- Mar 12, 2014
-
-
Nick Mathewson authored
-
Nick Mathewson authored
This collects all the changes file, and find the stuff that also appeared new in 0.2.4.21.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Mar 11, 2014
-
-
Nick Mathewson authored
-
Nick Mathewson authored
When I removed some unused functions in 5bfa373e, this became unused as well.
-
Nick Mathewson authored
-
- Mar 10, 2014
-
-
George Kadianakis authored
-
George Kadianakis authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
-
- Mar 06, 2014
-
-
Nick Mathewson authored
This brings us to tinytest commit 709a36ba63ff16d8. The only big change tor-side is that we don't need our own test_mem_op operation any longer.
-
Nick Mathewson authored
Now a NULL argument to either makes it fail, not crash. Fies bug 9004; bugfix on 0.2.2.4-alpha.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Improvement on 11108 fix; suggested by cypherpunks.
-
Nick Mathewson authored
-
Nick Mathewson authored
This is a fix for 9393; it's not a bugfix on any Tor version per se, but rather on whatever Tor version was current when we reorganized the wiki.
-
- Mar 05, 2014
-
-
Nick Mathewson authored
-
Nick Mathewson authored
All circuits are predictive; it's the ports that are expiring here.
-
Nick Mathewson authored
Conflicts: doc/tor.1.txt
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
-
-
-
By default, after you've made a connection to port XYZ, we assume you might still want to have an exit ready to connect to XYZ for one hour. This patch lets you lower that interval. Implements ticket 91
-
Nick Mathewson authored
Conflicts: src/or/router.c src/test/test_dir.c
-
Nick Mathewson authored
-
- Mar 04, 2014
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Also make it unsigned and document that it's for INTRODUCE cell versions. Fixes 9099; bugfix on 0.2.1.5-alpha, which introduced the v3 protocol.
-