Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-05 | Merge branch 'tor-github/pr/907' | George Kadianakis | |
2019-04-05 | Merge branch 'maint-0.4.0' | George Kadianakis | |
2019-04-05 | Merge branch 'tor-github/pr/901' into maint-0.4.0 | George Kadianakis | |
2019-04-05 | Merge branch 'maint-0.4.0' | George Kadianakis | |
2019-04-05 | Merge branch 'tor-github/pr/879' into maint-0.4.0 | George Kadianakis | |
2019-04-05 | Merge branch 'maint-0.4.0' | George Kadianakis | |
2019-04-05 | Merge branch 'tor-github/pr/902' into maint-0.4.0 | George Kadianakis | |
2019-04-05 | Merge branch 'maint-0.4.0' | George Kadianakis | |
2019-04-05 | Merge branch 'tor-github/pr/800' into maint-0.4.0 | George Kadianakis | |
2019-04-05 | Merge branch 'bug29500_040_monoinit_revert' into bug29500_master_monoinit | teor | |
Apply data structure changes between 0.4.0 and 0.4.1. | |||
2019-04-05 | Changes file for bug 29500. | Mike Perry | |
2019-04-04 | Merge remote-tracking branch 'tor-github/pr/752' | Nick Mathewson | |
2019-04-04 | Merge branch 'maint-0.4.0' | Nick Mathewson | |
2019-04-04 | Merge branch 'bug29959_040_squashed' into maint-0.4.0 | Nick Mathewson | |
2019-04-04 | bwauth: Actually include the bandwidth-file-digest in authority votes | teor | |
Fixes bug 29959; bugfix on 0.4.0.2-alpha. | |||
2019-04-04 | Implement an DormantCanceledByStartup option | Nick Mathewson | |
Closes ticket 29357, and comes with appropriate notions of caution. | |||
2019-04-04 | Do not cache bogus results from classifying client ciphers | Nick Mathewson | |
When classifying a client's selection of TLS ciphers, if the client ciphers are not yet available, do not cache the result. Previously, we had cached the unavailability of the cipher list and never looked again, which in turn led us to assume that the client only supported the ancient V1 link protocol. This, in turn, was causing Stem integration tests to stall in some cases. Fixes bug 30021; bugfix on 0.2.4.8-alpha. | |||
2019-04-04 | Merge branch 'bug30011_035' into bug30011_040 | teor | |
Merge bug30011 new package timelimit with 0.4.0 new package shellcheck. Move shellcheck into the correct category. | |||
2019-04-04 | Travis: Terminate test-stem if it takes more than 9.5 minutes to run | teor | |
(Travis terminates the job after 10 minutes of no output.) Diagnostic for 29437. Fixes bug 30011; bugfix on 0.3.5.4-alpha. | |||
2019-04-03 | Merge branch 'maint-0.4.0' | George Kadianakis | |
2019-04-03 | Merge branch 'tor-github/pr/867' into maint-0.4.0 | George Kadianakis | |
2019-04-03 | Merge branch 'maint-0.4.0' | George Kadianakis | |
2019-04-03 | Merge branch 'tor-github/pr/811' into maint-0.4.0 | George Kadianakis | |
2019-04-03 | Merge branch 'maint-0.4.0' | Nick Mathewson | |
2019-04-03 | Merge branch 'maint-0.3.5' into maint-0.4.0 | Nick Mathewson | |
2019-04-03 | Merge branch 'maint-0.3.4' into maint-0.3.5 | Nick Mathewson | |
2019-04-03 | Merge branch 'maint-0.2.9' into maint-0.3.4 | Nick Mathewson | |
2019-04-03 | Merge remote-tracking branch 'tor-github/pr/860' | Nick Mathewson | |
2019-04-03 | Update geoip and geoip6 to the April 2 2019 database. | Karsten Loesing | |
2019-04-02 | Merge remote-tracking branch 'tor-github/pr/864' | teor | |
2019-04-02 | Merge branch 'maint-0.4.0' | teor | |
2019-04-02 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-04-02 | Merge branch 'maint-0.3.4' into maint-0.3.5 | teor | |
2019-04-02 | Merge branch 'maint-0.2.9' into maint-0.3.4 | teor | |
2019-04-01 | Merge branch 'bug29036-29962-034' into bug29036-29962-035 | teor | |
Merge the moved coverage line from 29036 with the stem changes in maint-0.3.5. | |||
2019-04-01 | Add changes file | rl1987 | |
2019-04-01 | Merge branch 'bug29036-029' into bug29036-29962-034 | teor | |
2019-04-01 | changes: Use the first Tor version with CI coverage for the 29036 changes file | teor | |
Otherwise, "make check-changes" will complain when we backport the change. | |||
2019-03-29 | Merge branch 'ticket29662_squashed' into ticket29662_squashed_merged | Nick Mathewson | |
2019-03-29 | Add changes file | rl1987 | |
2019-03-29 | dircache: Refactor handle_get_next_bandwidth() to use connection_dir_buf_add() | teor | |
Implements ticket 29897. | |||
2019-03-29 | Add changes file | rl1987 | |
2019-03-28 | test_routerkeys.c: Always check mkdir() return value | Nick Mathewson | |
After this fix, we have no more unchecked mkdir() calls. Bug 29939; CID 144254. Bugfix on 0.2.7.2-alpha. | |||
2019-03-27 | Merge branch 'tor-github/pr/859' | George Kadianakis | |
2019-03-27 | Merge branch 'maint-0.4.0' | teor | |
2019-03-27 | Merge remote-tracking branch 'tor-github/pr/835' into maint-0.4.0 | teor | |
2019-03-27 | Stop assuming that /usr/bin/python3 exists | teor | |
For scripts that work with python2, use /usr/bin/python. Otherwise, use /usr/bin/env python3. Fixes bug 29913; bugfix on 0.2.5.3-alpha. | |||
2019-03-26 | Merge branch 'messaging_v3' into messaging_v3_merged | Nick Mathewson | |
2019-03-26 | changes file for pubsub code | Nick Mathewson | |
2019-03-27 | Merge remote-tracking branch 'tor-github/pr/820' into maint-0.3.4 | teor | |