Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-05 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2018-01-05 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-01-05 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2018-01-05 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2018-01-05 | Merge branch 'teor_ticket24681_028' into maint-0.2.9 | Nick Mathewson | |
2018-01-05 | fix a wide line | Nick Mathewson | |
2018-01-05 | Don't keep options in a local in run_main_loop_once. | Nick Mathewson | |
The options value can change between the get_options() and its second use, based on setconf callbacks in the event loop. | |||
2018-01-04 | smartlist.rs: The libc::c_char type is not the same as i8. | Nick Mathewson | |
The code had been using c_char and i8 interchangeably, but it turns out that c_char is only i8 on platforms where "char" is signed. On other platforms, c_char is u8. Fixes bug 24794; bug not on any released Tor. | |||
2018-01-04 | Merge remote-tracking branch 'frewsxcv/frewsxcv-protover-heap' | Nick Mathewson | |
2018-01-03 | Merge remote-tracking branch 'pastly2/ticket24531_033_01' | Nick Mathewson | |
2018-01-03 | In networkstatus_consensus_has_ipv6 test, use approx_time() | Nick Mathewson | |
This may (or may not) fix up some reliability issues we've been seeing with this test on windows. | |||
2018-01-03 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2018-01-03 | Merge branch 'bug24634' into maint-0.3.2 | Nick Mathewson | |
2018-01-03 | Fix some shadowed-global warnings. | Nick Mathewson | |
These are all about local variables shadowing global functions. That isn't normally a problem, but at least one compiler we care about seems to treat this as a case of -Wshadow violation, so let's fix it. Fixes bug 24634; bugfix on 0.3.2.1-alpha. | |||
2018-01-03 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2018-01-03 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-01-03 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2018-01-03 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2018-01-03 | Merge branch 'bug24633_029' into maint-0.2.9 | Nick Mathewson | |
2018-01-02 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2018-01-02 | Merge remote-tracking branch 'teor/bug24703_032' into maint-0.3.2 | Nick Mathewson | |
2018-01-02 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2018-01-02 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2018-01-02 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2018-01-02 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-01-02 | Merge remote-tracking branch 'teor/bug24736_028' into maint-0.2.9 | Nick Mathewson | |
2018-01-02 | Merge remote-tracking branch 'teor/ticket24001' | Nick Mathewson | |
2018-01-02 | Remove changes file for 24762 | Nick Mathewson | |
(Bugfixes for bugs not in any released Tor don't get listed in the changelog, and therefore don't need changes files.) | |||
2018-01-02 | Merge remote-tracking branch 'teor/bug24762' | Nick Mathewson | |
2018-01-02 | Merge remote-tracking branch 'ffmancera/github/bug24677' | Nick Mathewson | |
2018-01-02 | Use ping -6 ::1 on Linux when ping6 ::1 fails on tests. | Fernando Fernandez Mancera | |
Tor test now checks if "ping -6 -c 1 -W 1 ::1" works when "ping6 -c 1 -W 1 ::1" fails on tests. Fixes #24677; bugfix in 0.2.9.3-alpha. Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com> | |||
2017-12-30 | Stop trying to remove NULL filenames on shutdown | teor | |
Fixes bug 24762; bugfix on master. (Not in any released version of Tor.) | |||
2017-12-28 | [fixup] this might be an improvement? | Corey Farwell | |
2017-12-27 | Remove unneeded heap allocations in protover.rs. | Corey Farwell | |
2017-12-25 | Clear the address when we can't choose a reachable address | teor | |
When the fascist_firewall_choose_address_ functions don't find a reachable address, set the returned address to the null address and port. This is a precautionary measure, because some callers do not check the return value. Fixes bug 24736; bugfix on 0.2.8.2-alpha. | |||
2017-12-24 | Expand comments in node_get_ed25519_id() and put them near the relevant code | teor | |
And add a changes file. Follow-up to 24001. | |||
2017-12-24 | Conditional check added | ArunaMaurya221B | |
2017-12-23 | Make the default DirAuthorityFallbackRate 0.1 | teor | |
This makes clients on the public tor network prefer to bootstrap off fallback directory mirrors. This is a follow-up to 24679, which removed weights from the default fallbacks. Implements ticket 24681. | |||
2017-12-22 | Bump the dates and Tor versions on the sample torrcs | teor | |
2017-12-22 | Clarify the OutboundBindAddressOR documentation in the sample torrc | teor | |
Part of 22145 | |||
2017-12-22 | Document IPv6Exit in the sample torrcs | teor | |
Sample config-only change. Implements 24703. | |||
2017-12-21 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
"ours" to avoid version bump. | |||
2017-12-21 | Increment version to 0.3.2.8-rc-dev | Nick Mathewson | |
2017-12-21 | forward-port the 0.3.2.8-rc changelog | Nick Mathewson | |
2017-12-21 | scan-build: Replace some test-assertions with fatal assertions | Nick Mathewson | |
Using tt_assert in these helpers was implying to scan-build that our 'new' functions might be returning NULL, which in turn would make it warn about null-pointer use. | |||
2017-12-21 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
"ours" merge to avoid version bump. | |||
2017-12-21 | Increment version to 0.3.2.8-rc | Nick Mathewson | |
2017-12-21 | remove changes files that appear in 0.3.2.8-rc | Nick Mathewson | |
2017-12-21 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-12-21 | Merge remote-tracking branch 'dgoulet/bug24671_032_01' into maint-0.3.2 | Nick Mathewson | |