Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-18 | Fold three more entries into changelog. | Nick Mathewson | |
2019-09-18 | Merge branch 'maint-0.4.1' into release-0.4.1 | Nick Mathewson | |
2019-09-18 | Merge branch 'bug31772_041' into maint-0.4.1 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.4.1' into release-0.4.1 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.3.5' into maint-0.4.0 | Nick Mathewson | |
2019-09-17 | Merge remote-tracking branch 'tor-github/pr/1300' into maint-0.3.5 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.4.1' into release-0.4.1 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.3.5' into maint-0.4.0 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.2.9' into maint-0.3.5 | Nick Mathewson | |
2019-09-17 | Merge remote-tracking branch 'tor-github/pr/1216' into maint-0.2.9 | Nick Mathewson | |
2019-09-17 | Correct the syntax description for the MAPADDRESS command. | Nick Mathewson | |
In 0.4.1.1-alpha I introduced a bug where we would require and ignore a single positional argument. Fixes bug 31772. | |||
2019-09-17 | Start a changelog for 0.4.1.6 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.4.1' into release-0.4.1 | Nick Mathewson | |
2019-09-17 | Merge branch 'bug31570_041' into maint-0.4.1 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.4.1' into release-0.4.1 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.3.5' into maint-0.4.0 | Nick Mathewson | |
2019-09-17 | Merge remote-tracking branch 'tor-github/pr/1307' into maint-0.3.5 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.4.1' into release-0.4.1 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2019-09-17 | Merge branch 'maint-0.4.1' into release-0.4.1 | Nick Mathewson | |
2019-09-17 | Merge branch 'ticket31552_041' into maint-0.4.1 | Nick Mathewson | |
2019-09-12 | Merge branch 'ticket31687_035' into ticket31687_040 | Nick Mathewson | |
2019-09-11 | madvise: tolerate EINVAL and ENOSYS when minherit fails | Nick Mathewson | |
These errors can occur if we are built on a system with support for madvise(MADV_NOFORK) but then we are run on a system whose kernel does not support that flag. If the error is something that we don't tolerate at all, we now log it before crashing. Fixes bug 31696. I am calling this a bugfix on 0.4.1.1-alpha, where we actually started using the map_anon code. This is similar to, but not the same as, the fix for #31570. | |||
2019-09-10 | pf: when extracting an IPv6 address, make sure we got an IPv6 address | Nick Mathewson | |
Our code assumes that when we're configured to get IPv6 addresses out of a TRANS_PF transparent proxy connection, we actually will. But we didn't check that, and so FreeBSD started warning us about a potential NULL pointer dereference. Fixes part of bug 31687; bugfix on 0.2.3.4-alpha when this code was added. | |||
2019-09-10 | fp.c: Suppress float-conversion warnings on FreeBSD. | Nick Mathewson | |
We used to do this on Windows only, but it appears to affect multiple platforms when building with certain versions of GCC, and a common pattern for defining the floating-point classifier functions. Fixes part of 31687. I'm calling this a bugfux on 31687, when we started suppressing these warnings on Windows. | |||
2019-09-09 | build: The <sys/sysctl.h> is now deprecated on Linux | David Goulet | |
Closes #31673 | |||
2019-09-09 | build: The <sys/sysctl.h> is now deprecated on Linux | David Goulet | |
Closes #31673 | |||
2019-09-06 | entrynodes: Make routine descriptor expiry notice logs less alarming | teor | |
When tor is missing descriptors for some primary entry guards, make the log message less alarming. It's normal for descriptors to expire, as long as tor fetches new ones soon after. Fixes bug 31657; bugfix on 0.3.3.1-alpha. | |||
2019-09-05 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-09-05 | Merge remote-tracking branch 'tor-github/pr/1271' into maint-0.3.5 | teor | |
2019-09-05 | Merge commit '73890a86ef' into maint-0.4.1 | teor | |
tor-github/pr/1283, with the following changes: * cherry-pick the merge commit in 1283 on top of... * tor-github/pr/1174, but with the last commit re-worded to remove the fixup, because fixups break our push rules. This is an "ours" merge, except for the bugfix version change in changes/bug30649. | |||
2019-09-05 | Merge branch 'bug30649_040' into bug30649_maint_041 | George Kadianakis | |
2019-09-05 | Fix bugfix version in Bug 30649: Changes file. | George Kadianakis | |
2019-09-05 | Merge commit '763fd0ad66' into maint-0.4.0 | teor | |
tor-github/pr/1174, but with the last commit re-worded to remove the fixup, because fixups break our push rules. | |||
2019-09-05 | Fix bugfix version in Bug 30649: Changes file. | George Kadianakis | |
2019-09-04 | Merge branch 'maint-0.4.1' into release-0.4.1 | David Goulet | |
2019-09-04 | Merge branch 'tor-github/pr/1271' into maint-0.4.1 | David Goulet | |
2019-09-02 | madvise: tolerate EINVAL and ENOSYS | Nick Mathewson | |
These errors can occur if we are built on a system with support for madvise(MADV_NOFORK) but then we are run on a system whose kernel does not support that flag. If the error is something that we don't tolerate at all, we now log it before crashing. Fixes bug 31570. I am calling this a bugfix on 0.4.1.1-alpha, where we actually started using the map_anon code. | |||
2019-09-02 | Merge branch 'maint-0.4.1' into release-0.4.1 | Nick Mathewson | |
2019-09-02 | Merge branch 'ticket12399_035' into maint-0.4.1 | Nick Mathewson | |
2019-09-02 | Change loglevel of message 'Hash of session info was not as expected' | rl1987 | |
2019-08-30 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-08-30 | Merge remote-tracking branch 'tor-github/pr/1181' into maint-0.3.5 | teor | |
2019-08-30 | Merge remote-tracking branch 'tor-github/pr/1117' into maint-0.3.5 | teor | |
2019-08-30 | Merge remote-tracking branch 'tor-github/pr/1114' into maint-0.3.5 | teor | |
2019-08-29 | Stub out some more functions in dirvote/*.h, fix compilation. | Nick Mathewson | |
This fixes LTO compilation for Android and -O0 compilation in general, when --disable-module-dirauth is provided. Fixes bug 31552; bugfix on 0.4.1.1-alpha. | |||
2019-08-29 | Merge branch 'maint-0.4.1' into release-0.4.1 | David Goulet | |