Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-07 | Last two changelog entries for 0.3.4.6-rctor-0.3.4.6-rc | Nick Mathewson | |
2018-08-07 | Merge branch 'maint-0.3.4' into release-0.3.4 | Nick Mathewson | |
2018-08-07 | Merge branch 'bug27003_034_v2' into maint-0.3.4 | Nick Mathewson | |
2018-08-06 | Merge branch 'maint-0.3.4' into release-0.3.4 | Nick Mathewson | |
2018-08-06 | Rename SEC identifier to BW_SEC in test_bwmgt.h | Nick Mathewson | |
Apparently Solaris 10 defines SEC somewhere in its headers, causing a compilation problem. Fixes bug 26994; bugfix on 0.3.4.1-alpha. | |||
2018-08-06 | Remove changes files that are merged into the 0.3.4.6-rc draft changelog | Nick Mathewson | |
2018-08-03 | Merge branch 'maint-0.3.4' into release-0.3.4 | Nick Mathewson | |
2018-08-03 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-03 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-03 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-03 | Merge branch 'fix_nonstandard_malloc_029' into maint-0.2.9 | Nick Mathewson | |
2018-08-02 | When enabling periodic events, schedule but don't run them immediately. | Nick Mathewson | |
When we fixed 25939 in f7633c1fcaefe72bf97c001bab9062132c919996, we introduced a call to rescan_periodic_events() from inside the onion service logic. But this meant that we could rescan the event list -- thereby running event callbacks! -- from inside the hidden service code. This could cause us to run some of our event callbacks from an inconsistent state, if we were in the middle of changing options. A related bug (#25761) prevented us from rescanning our periodic events as appropriate, but when we fixed THAT one, this bug reared its ugly head. The fix here is that "enabling" an event should cause us to run it from the event loop, but not immediately from the point where we enable it. Fixes bug 27003; bugfix on 0.3.4.1-alpha. | |||
2018-07-31 | Merge branch 'maint-0.3.4' into release-0.3.4 | Nick Mathewson | |
2018-07-31 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-31 | Merge remote-tracking branch 'teor/bug26876_033' into maint-0.3.3 | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.4' into release-0.3.4 | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-30 | Merge remote-tracking branch 'teor/bug26627_033' into maint-0.3.3 | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.4' into release-0.3.4 | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-07-30 | Merge remote-tracking branch 'teor/bug26924_032' into maint-0.3.2 | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.4' into release-0.3.4 | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-07-26 | Don't disable an unsupported compiler warning | Taylor Yu | |
Conditionalize the pragma that temporarily disables -Wunused-const-variable. Some versions of gcc don't support it. We need to do this because of an apparent bug in some libzstd headers. Fixes bug 26785; bugfix on 0.3.2.11. | |||
2018-07-25 | Improve connection auth logging | teor | |
Improve the log message when connection initiators fail to authenticate direct connections to relays. Fixes bug 26927; bugfix on 0.3.0.1-alpha. | |||
2018-07-25 | Merge branch 'bug26924_029' into bug26924_032 | teor | |
2018-07-25 | Stop logging link auth warnings on Single Onion Services and Tor2web | teor | |
Instead, log a protocol warning when single onion services or Tor2web clients fail to authenticate direct connections to relays. Fixes bug 26924; bugfix on 0.2.9.1-alpha. | |||
2018-07-25 | Stop putting unsupported ed25519 link auth in v3 onion service descs | teor | |
Stop putting ed25519 link specifiers in v3 onion service descriptors, when the intro point doesn't support ed25519 link authentication. Fixes bug 26627; bugfix on 0.3.2.4-alpha. | |||
2018-07-25 | Stop sending unsupported ed25519 link specifiers in v3 introduce cells | teor | |
Stop sending ed25519 link specifiers in v3 onion service introduce cells, when the rendezvous point doesn't support ed25519 link authentication. Fixes bug 26627; bugfix on 0.3.2.4-alpha. | |||
2018-07-20 | Merge branch 'maint-0.3.4' into release-0.3.4 | Nick Mathewson | |
2018-07-20 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-20 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-07-20 | Merge branch 'ticket26647_032' into maint-0.3.2 | Nick Mathewson | |
2018-07-20 | Ignore mach_approximate_time when targeting macOS 10.9 and earlier | teor | |
Work around two different bugs in the OS X 10.10 and later SDKs that would prevent us from successfully targeting earlier versions of OS X. Fixes bug 26876; bugfix on 0.3.3.1-alpha. | |||
2018-07-19 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-07-19 | Merge branch 'maint-0.3.4' into release-0.3.4 | Nick Mathewson | |
2018-07-19 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-19 | Merge remote-tracking branch 'teor/bug26853_032' into maint-0.3.2 | Nick Mathewson | |
2018-07-18 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-07-18 | Merge branch 'maint-0.3.4' into release-0.3.4 | Nick Mathewson | |
2018-07-18 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-18 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-07-18 | Changes file for bug 26787 | Nick Mathewson | |
2018-07-18 | Merge branch 'maint-0.3.4' into release-0.3.4 | Nick Mathewson | |
2018-07-18 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-18 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-07-18 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-07-18 | Merge branch 'bug26485_029_squashed' into maint-0.2.9 | Nick Mathewson | |