Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-16 | add changes file for the doxygen issues | Nick Mathewson | |
2011-03-15 | Merge branch 'bug2756_relay' into maint-0.2.2 | Nick Mathewson | |
2011-03-15 | Merge branch 'bug2757' into maint-0.2.2 | Nick Mathewson | |
2011-03-15 | Fix a log message typo | Robert Ransom | |
2011-03-15 | Log the source of a rejected POSTed v3 vote | Robert Ransom | |
Related to ticket 2683. | |||
2011-03-14 | Check newconn, not conn, before marking newconn for close | Nick Mathewson | |
This fixes bug 2757. It's a bugfix on 85da676108f0d. | |||
2011-03-14 | Consider sending stream-level SENDME cells on partial flushes. | Nick Mathewson | |
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. | |||
2011-03-14 | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-03-14 | Merge remote branch 'arma/bug2510' into maint-0.2.2 | Nick Mathewson | |
2011-03-14 | Merge remote branch 'arma/bug2716' into maint-0.2.2 | Nick Mathewson | |
2011-03-13 | we're not reachable if we don't have a routerinfo yet | Roger Dingledine | |
2011-03-11 | Clarify threat description and avoid negative uptimes. | Nick Mathewson | |
2011-03-11 | improve accuracy for when a relay went unreachable | Roger Dingledine | |
2011-03-11 | Use observed instead of declared uptime for HSDir | Sebastian Hahn | |
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. | |||
2011-03-09 | oops. I got the bug number wrong. | Nick Mathewson | |
2011-03-09 | openSUSE initscript create /var/run/tor fixes Ticket #2573 | Andreas Stieger | |
(changes file added by nickm) | |||
2011-03-08 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
2011-03-08 | move to march 2011 geoip file | Roger Dingledine | |
2011-03-08 | Merge remote branch 'sebastian/bug2250' into maint-0.2.2 | Nick Mathewson | |
2011-03-08 | Merge remote branch 'sebastian/bug1035' into maint-0.2.2 | Nick Mathewson | |
2011-03-08 | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-03-08 | Avoid crash in any_pending_bridge_descriptor_fetches | Nick Mathewson | |
This is based on shitlei's fix for bug2629, with extra parens removed. Fixes bug 2629, bugfix on 0.2.1.2-alpha. | |||
2011-03-07 | Merge remote branch 'sebastian/bug2660' into maint-0.2.2 | Nick Mathewson | |
2011-03-06 | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-03-06 | Merge branch 'real_ipv6_fix' into maint-0.2.1 | Nick Mathewson | |
2011-03-06 | Oops, here's the *REAL* fix for the ipv6 issue | Nick Mathewson | |
We need to _REJECT_ descriptors with accept6/reject6 lines. If we let them onto the network , other un-upgraded tors will crash. | |||
2011-03-06 | Merge branch 'careful_with_all_descs' into maint-0.2.1 | Nick Mathewson | |
2011-03-06 | changes file for careful_with_all_descs | Nick Mathewson | |
2011-03-06 | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
Conflicts: src/or/policies.c | |||
2011-03-06 | Changes file for ipv6 parsing issue | Nick Mathewson | |
2011-03-05 | Fix setting target port in get_interface_address6 | Sebastian Hahn | |
We want to use the discard port correctly, so a htons() was missing. Also we need to set it correctly depending on address family. Review provided by danieldg | |||
2011-03-05 | Fix connect() failures in get_interface_address6() | Sebastian Hahn | |
The third argument for connect should be dependent on the address family. Issue spotted by piebeer who also wrote the patch. | |||
2011-03-01 | Tweak the bug2250 fix slightly | Sebastian Hahn | |
Rename the _UsingTestingTorNetwork hidden option to _UsingTestNetworkDefaults (thanks Nick for the suggestion) and added a changes file. | |||
2011-02-25 | Merge branch 'bug1863_bwhist' into maint-0.2.2 | Nick Mathewson | |
2011-02-22 | Merge remote branch 'arma/bug2403' into maint-0.2.2 | Nick Mathewson | |
2011-02-22 | prevent same entry and exit for insane edge case | Roger Dingledine | |
2011-02-22 | Merge remote branch 'public/bug1859_021' into maint-0.2.1 | Nick Mathewson | |
2011-02-22 | changes file for removing torspec from the tarball | Roger Dingledine | |
2011-02-22 | Merge remote branch 'public/bug2402_nothing' into maint-0.2.1 | Nick Mathewson | |
2011-02-22 | changes file for removing torspec from the tarball | Roger Dingledine | |
2011-02-22 | Don't let bad DNS make exit policy and declared exit policy get out of sync | Nick Mathewson | |
Patch from "postman" on trac. Fixes bg 2366. Bug on 0.1.2.5-alpha. | |||
2011-02-22 | Merge branch 'log_domains' into maint-0.2.2 | Nick Mathewson | |
2011-02-22 | Merge remote branch 'sebastian/bug2504' into maint-0.2.2 | Nick Mathewson | |
2011-02-16 | Don't crash a bridge authority on SIGHUP if it's not in the consensus | Robert Ransom | |
Fixes bug 2572. | |||
2011-02-11 | Windows has EACCES, not EACCESS | Sebastian Hahn | |
Once again spotted by mobmix Also add a changes file for the fix | |||
2011-02-11 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
2011-02-10 | fix the other half of bug 1074 | Roger Dingledine | |
2011-02-10 | Make the DH parameter we use for TLS match the one from Apache's mod_ssl | Nick Mathewson | |
Our regular DH parameters that we use for circuit and rendezvous crypto are unchanged. This is yet another small step on the path of protocol fingerprinting resistance. (Backport from 0.2.2's 5ed73e3807d90dd0a3) | |||
2011-02-09 | Merge branch 'bug2408-v2-021-common' into bug2408-v2-022 | Robert Ransom | |
2011-02-09 | Ignore and warn about "PublishServerDescriptor hidserv" | Robert Ransom | |
Fixes #2408. |