Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-22 | Merge remote-tracking branch 'public/bug12693_025' | Nick Mathewson | |
2014-09-22 | Merge branch 'bug8197_squashed' | Nick Mathewson | |
Conflicts: src/test/test_policy.c | |||
2014-09-22 | Adding changes file for 8197. | rl1987 | |
2014-09-22 | changes file for 12884 | Nick Mathewson | |
2014-09-22 | Merge remote-tracking branch 'arma/feature13211' | Nick Mathewson | |
2014-09-22 | Merge remote-tracking branch 'arma/feature13153' | Nick Mathewson | |
2014-09-22 | changes file for 7733 | Nick Mathewson | |
2014-09-22 | Merge remote-tracking branch 'intrigeri/bug13196-systemd-writable-run-directory' | Nick Mathewson | |
2014-09-21 | clients use optimistic data when reaching hidden services | Roger Dingledine | |
Allow clients to use optimistic data when connecting to a hidden service, which should cut out the initial round-trip for client-side programs including Tor Browser. (Now that Tor 0.2.2.x is obsolete, all hidden services should support server-side optimistic data.) See proposal 181 for details. Implements ticket 13211. | |||
2014-09-21 | get rid of routerstatus->version_supports_optimistic_data | Roger Dingledine | |
Clients are now willing to send optimistic circuit data (before they receive a 'connected' cell) to relays of any version. We used to only do it for relays running 0.2.3.1-alpha or later, but now all relays are new enough. Resolves ticket 13153. | |||
2014-09-21 | Stop silently skipping invalid args to setevents | Roger Dingledine | |
Return an error when the second or later arguments of the "setevents" controller command are invalid events. Previously we would return success while silently skipping invalid events. Fixes bug 13205; bugfix on 0.2.3.2-alpha. Reported by "fpxnns". | |||
2014-09-20 | Merge branch 'maint-0.2.5' | Roger Dingledine | |
2014-09-20 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Roger Dingledine | |
Conflicts: src/or/config.c | |||
2014-09-20 | Merge branch 'maint-0.2.3' into maint-0.2.4 | Roger Dingledine | |
2014-09-20 | gabelmoo's IPv4 address changed | Sebastian Hahn | |
2014-09-19 | Add changes file for #13196. | intrigeri | |
Note that this will likely need to be folded with the changes file for #12751, as this change is a mere fixup on top of the changes introduced for #12751. | |||
2014-09-18 | Merge branch 'bug4244b_squashed' | Nick Mathewson | |
2014-09-18 | Clients no longer write "DirReqStatistics 0" in their saveconf output | Roger Dingledine | |
Stop modifying the value of our DirReqStatistics torrc option just because we're not a bridge or relay. This bug was causing Tor Browser users to write "DirReqStatistics 0" in their torrc files as if they had chosen to change the config. Fixes bug 4244; bugfix on 0.2.3.1-alpha. | |||
2014-09-18 | Use the DL_SCHED_CONSENSUS schedule for consensuses. | Nick Mathewson | |
Fixes bug 11679; bugfix on 0.2.2.6-alpha | |||
2014-09-17 | Merge remote-tracking branch 'public/ticket_13119_v3' | Nick Mathewson | |
2014-09-16 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-09-16 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2014-09-16 | clients now send correct address for rendezvous point | Roger Dingledine | |
Clients now send the correct address for their chosen rendezvous point when trying to access a hidden service. They used to send the wrong address, which would still work some of the time because they also sent the identity digest of the rendezvous point, and if the hidden service happened to try connecting to the rendezvous point from a relay that already had a connection open to it, the relay would reuse that connection. Now connections to hidden services should be more robust and faster. Also, this bug meant that clients were leaking to the hidden service whether they were on a little-endian (common) or big-endian (rare) system, which for some users might have reduced their anonymity. Fixes bug 13151; bugfix on 0.2.1.5-alpha. | |||
2014-09-15 | Add a changes file for 13119 | Nick Mathewson | |
2014-09-11 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-09-11 | Reduce log severity for unused ClientTransportPlugin lines | Roger Dingledine | |
Tor Browser includes several ClientTransportPlugin lines in its torrc-defaults file, leading every Tor Browser user who looks at her logs to see these notices and wonder if they're dangerous. Resolves bug 13124; bugfix on 0.2.5.3-alpha. | |||
2014-09-11 | Merge remote-tracking branch 'public/bug13104_025' | Nick Mathewson | |
2014-09-11 | Add a changes file for bug 13104 | Nick Mathewson | |
2014-09-10 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-09-10 | In routerlist_assert_ok(), check r2 before taking &(r2->cache_info) | Nick Mathewson | |
Technically, we're not allowed to take the address of a member can't exist relative to the null pointer. That makes me wonder how any sane compliant system implements the offsetof macro, but let's let sleeping balrogs lie. Fixes 13096; patch on 0.1.1.9-alpha; patch from "teor", who was using clang -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error -ftrapv | |||
2014-09-10 | Merge remote-tracking branch 'yawning/bug_8402' | Nick Mathewson | |
2014-09-10 | Merge remote-tracking branch 'public/torrc_minimal' | Nick Mathewson | |
2014-09-10 | Merge remote-tracking branch 'public/bug12908_025' into maint-0.2.5 | Nick Mathewson | |
2014-09-10 | Mark StrictE{ntry,xit}Nodes as obsolete. | Nick Mathewson | |
2014-09-09 | Fix issues brought up in nickm's review. | Yawning Angel | |
* Update pt_get_proxy_uri() documentation. * proxy_supported is now unsigned. * Added a changes file. | |||
2014-09-09 | Merge remote-tracking branch 'asn/bug13064' | Nick Mathewson | |
2014-09-09 | Use S?SIZE_MAX, not S?SIZE_T_MAX | Nick Mathewson | |
This fixes bug 13102 (not on any released Tor) where using the standard SSIZE_MAX name broke mingw64, and we didn't realize. I did this with perl -i -pe 's/SIZE_T_MAX/SIZE_MAX/' src/*/*.[ch] src/*/*/*.[ch] | |||
2014-09-09 | Remove client-side bad directory logic | Sebastian Hahn | |
Implements the second half of #13060. | |||
2014-09-09 | Remove dirauth support for the BadDirectory flag | Sebastian Hahn | |
Implements the first half of #13060. The second half will be to remove client support, too. | |||
2014-09-09 | Merge branch 'bug12899_squashed' | Nick Mathewson | |
2014-09-09 | Remove support for naming directory authorities | Sebastian Hahn | |
This implements the meat of #12899. This commit should simply remove the parts of Tor dirauths used to check whether a relay was supposed to be named or not, it doesn't yet convert to a new mechanism for reject/invalid/baddir/badexiting relays. | |||
2014-09-09 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-09-09 | Merge remote-tracking branch 'andrea/bug12160_025' into maint-0.2.5 | Nick Mathewson | |
2014-09-09 | Merge remote-tracking branch 'public/bug12700_024' into maint-0.2.5 | Nick Mathewson | |
2014-09-09 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-09-09 | Clean up the MVSC nmake files so they work again. | Nick Mathewson | |
Fixes bug 13081; bugfix on 0.2.5.1-alpha. Patch from "NewEraCracker." | |||
2014-09-09 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-09-09 | Add more escaped() calls in directory.c | Nick Mathewson | |
Patch from teor to fix 13071. | |||
2014-09-08 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-09-08 | Expand the event_mask field in controller conns to 64 bits | Nick Mathewson | |
Back in 078d6bcd, we added an event number 0x20, but we didn't make the event_mask field big enough to compensate. Patch by "teor". Fixes 13085; bugfix on 0.2.5.1-alpha. |