summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-19Set the date for the 0.4.1.6 release.tor-0.4.1.6Nick Mathewson
2019-09-18Fold three more entries into changelog.Nick Mathewson
2019-09-18Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-09-18Merge branch 'bug31772_041' into maint-0.4.1Nick Mathewson
2019-09-17Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-09-17Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
2019-09-17Merge branch 'maint-0.3.5' into maint-0.4.0Nick Mathewson
2019-09-17Merge remote-tracking branch 'tor-github/pr/1300' into maint-0.3.5Nick Mathewson
2019-09-17Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-09-17Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
2019-09-17Merge branch 'maint-0.3.5' into maint-0.4.0Nick Mathewson
2019-09-17Merge branch 'maint-0.2.9' into maint-0.3.5Nick Mathewson
2019-09-17Merge remote-tracking branch 'tor-github/pr/1216' into maint-0.2.9Nick Mathewson
2019-09-17Correct 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-17Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-09-17Bump version to 0.4.1.6Nick Mathewson
2019-09-17Start a changelog for 0.4.1.6Nick Mathewson
2019-09-17Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-09-17Merge branch 'bug31570_041' into maint-0.4.1Nick Mathewson
2019-09-17Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-09-17Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
2019-09-17Merge branch 'maint-0.3.5' into maint-0.4.0Nick Mathewson
2019-09-17Merge remote-tracking branch 'tor-github/pr/1307' into maint-0.3.5Nick Mathewson
2019-09-17Merge branch 'maint-0.2.9' into maint-0.3.5Nick Mathewson
"ours" merge to avoid picking up 0.2.9 version of ticket 31673.
2019-09-17Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-09-17Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
2019-09-17Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-09-17Merge branch 'ticket31552_041' into maint-0.4.1Nick Mathewson
2019-09-12Ticket 31687: fix for tor_isinf() as wellNick Mathewson
tor_isinf() was new in 0.4.0, and also needs to look at the same rules as clamp_double_to_i64()
2019-09-12Merge branch 'ticket31687_035' into ticket31687_040Nick Mathewson
2019-09-11madvise: tolerate EINVAL and ENOSYS when minherit failsNick 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-10pf: when extracting an IPv6 address, make sure we got an IPv6 addressNick 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-10fp.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-09build: The <sys/sysctl.h> is now deprecated on LinuxDavid Goulet
Closes #31673
2019-09-09build: The <sys/sysctl.h> is now deprecated on LinuxDavid Goulet
Closes #31673
2019-09-06entrynodes: Make routine descriptor expiry notice logs less alarmingteor
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-05Merge branch 'maint-0.4.1' into release-0.4.1teor
2019-09-05Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-09-05Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-09-05Merge remote-tracking branch 'tor-github/pr/1271' into maint-0.3.5teor
2019-09-05Merge branch 'maint-0.4.1' into release-0.4.1teor
Resolved modified/deleted conflict on changes/bug30649 by deleting the file. tor-github/pr/1282 modifies ChangeLog and ReleaseNotes instead of changes/bug30649.
2019-09-05Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-09-05Merge commit '73890a86ef' into maint-0.4.1teor
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-05Merge remote-tracking branch 'tor-github/pr/1282' into release-0.4.1teor
2019-09-05Merge branch 'bug30649_040' into bug30649_maint_041George Kadianakis
2019-09-05Fix bugfix version in Bug 30649: Changes file.George Kadianakis
2019-09-05Merge commit '763fd0ad66' into maint-0.4.0teor
tor-github/pr/1174, but with the last commit re-worded to remove the fixup, because fixups break our push rules.
2019-09-05Fix bugfix version in Bug 30649: Changes file.George Kadianakis
2019-09-04Merge branch 'maint-0.4.1' into release-0.4.1David Goulet
2019-09-04Merge branch 'tor-github/pr/1271' into maint-0.4.1David Goulet