Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-25 | Add missing -Isrc/ext to tor-fw-helper/include.am | Nick Mathewson | |
We need this now that tor-fw-helper will pull in siphash.h Fixes bug 11296; bugfix on 0.2.5.4-alpha where siphash.h was introduced. | |||
2014-03-25 | Merge remote-tracking branch 'public/bug11061_024' | Nick Mathewson | |
2014-03-25 | Fix SOCKSPort documentation layout | Nick Mathewson | |
In the end this required a slightly nasty hack using a dummy anchor as an option heading in order to make the "Other recognized __flags__" line indent properly. Fixes bug 11061; Bugfix on 61d740ed. | |||
2014-03-24 | quiet the debug message in circuit_build_times_disabled() | Roger Dingledine | |
something recently made it get called once per second, which will clutter up your debug log file. | |||
2014-03-23 | Changes file for bug 11276. | Nick Mathewson | |
The crypto_early_init() function could only be called at most twice, and both of those were during startup. AFAICT leaking the first set of locks was the only non-idempotent thing. | |||
2014-03-23 | Merge remote-tracking branch 'arma/bug11276' | Nick Mathewson | |
2014-03-23 | Merge remote-tracking branch 'public/bug11275_024' | Nick Mathewson | |
2014-03-23 | changes file for bug 11275 | Nick Mathewson | |
2014-03-23 | Stop leaking 'sig' at each call of router_append_dirobj_signature() | Roger Dingledine | |
The refactoring in commit cb75519b (tor 0.2.4.13-alpha) introduced this leak. | |||
2014-03-23 | Be more lenient in our fix for bug 11149 | Roger Dingledine | |
There are still quite a few 0.2.3.2x relays running for x<5, and while I agree they should upgrade, I don't think cutting them out of the network is a net win on either side. | |||
2014-03-23 | Never run crypto_early_init() more than once | Roger Dingledine | |
Previously we had set up all the infrastructure to avoid calling it after the first time, but didn't actually use it. | |||
2014-03-23 | Remove the unused circuit_dump_by_chan(). | Nick Mathewson | |
Also remove its helper function. | |||
2014-03-23 | Merge remote-tracking branch 'public/bug9683_rebased' | Nick Mathewson | |
2014-03-23 | Merge remote-tracking branch 'karsten/task-11070' | Nick Mathewson | |
2014-03-23 | Merge branch 'ticket11149' | Nick Mathewson | |
2014-03-23 | bump to 0.2.5.3-alpha-dev | Nick Mathewson | |
2014-03-23 | whitespace fix | Roger Dingledine | |
2014-03-22 | bring hacking more up to date | Roger Dingledine | |
2014-03-22 | Actually I am releasing tonighttor-0.2.5.3-alpha | Nick Mathewson | |
2014-03-22 | Set a date in the changelog | Nick Mathewson | |
2014-03-22 | Increment version to 0.2.5.3-alpha | Nick Mathewson | |
2014-03-20 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
This is an "ours" merge, taking nothing, since we already had the changes that were in a83abcf5ee5cb8fe245bc97e0 | |||
2014-03-20 | Fix unittest compilation with --disable-curve25519 | Nick Mathewson | |
This is a fix for 9700, which we already fixed in 0.2.5.x, but which got left in 0.2.4.x. This is a partial backport of a0a855d586d99540277014ccd3 | |||
2014-03-19 | Merge remaining changes/* items into ChangeLog | Nick Mathewson | |
(Not taking bug11235 since it's a whitespace fix) | |||
2014-03-19 | extract some changelog principles into doc/HACKING | Nick Mathewson | |
2014-03-19 | sort stanzas by interest, and sort by version within stanzas | Roger Dingledine | |
(users want to know about client fixes before they want to know about unit test fixes.) | |||
2014-03-19 | missing colon | Roger Dingledine | |
2014-03-19 | use the formatting from 0.2.4.21 for the 0.2.4.21 changelog stanza | Roger Dingledine | |
2014-03-19 | fix a few grammar things, and deprecate 'servers' and 'nodes' | Roger Dingledine | |
also clarify a few explanations. so far so good! | |||
2014-03-18 | copy-edit the 0.2.5.3-alpha changelog even more | Nick Mathewson | |
2014-03-18 | Work on the changelog for 0.2.5.3-alpha some more | Nick Mathewson | |
2014-03-18 | Add changes file for bug #11235 | Andrea Shepard | |
2014-03-18 | Appease make check-spaces | Andrea Shepard | |
2014-03-18 | Take out remaining V1 directory code. | Karsten Loesing | |
2014-03-14 | Defensive programming: null [pn]_chan,circ_id in circuit_mark_for_close_ | Nick Mathewson | |
Doing this as part of the patch for #9683 to prevent possible bugs down the line | |||
2014-03-14 | Test code for implementation of faster circuit_unlink_all_from_channel | Nick Mathewson | |
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. | |||
2014-03-14 | Update to latest tinytest | Nick Mathewson | |
(This pulls in some fixes to tinytest_demo.c, which Tor doesn't build.) | |||
2014-03-13 | Sort the 0.2.5.3-alpha changelog entries a little better. | Nick Mathewson | |
Still haven't edited any. Also, remove all the changes/* entries that got merged back in 6b5ef3889d83c715973d. | |||
2014-03-13 | Clarify ClientOnly documentation | Nick Mathewson | |
The option is unneeded, not meaningless, so explain what it does. Patch from Matt Pagan; fixes 9059. | |||
2014-03-13 | Fix some leaks/missed checks in the unit tests | Nick Mathewson | |
Coverity spotted these. | |||
2014-03-12 | Sort the 0.2.5.3-alpha changelog a little | Nick Mathewson | |
2014-03-12 | Start work on an 0.2.5.3-alpha changelog. | Nick Mathewson | |
This collects all the changes file, and find the stuff that also appeared new in 0.2.4.21. | |||
2014-03-12 | bugfix-on for 5018_notice | Nick Mathewson | |
2014-03-12 | Merge remote-tracking branch 'asn/bug5018_notice' | Nick Mathewson | |
2014-03-11 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2014-03-11 | Remove the unused router_hex_digest_matches | Nick Mathewson | |
When I removed some unused functions in 5bfa373eeeb, this became unused as well. | |||
2014-03-11 | Merge remote-tracking branch 'asn/bug11069_take2' | Nick Mathewson | |
2014-03-10 | Throw control port warning if we failed to connect to all our bridges. | George Kadianakis | |
2014-03-10 | Tone down the log message for when we don't need a PT proxy. | George Kadianakis | |
2014-03-10 | Merge branch 'bug11156_squashed' | Nick Mathewson | |