summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2019-09-16Fold one more entry into changelog.Nick Mathewson
2019-09-16Merge branch 'tor-github/pr/1312'George Kadianakis
2019-09-16Start a changelog for 0.4.2.1-alphaNick Mathewson
This commit sorts the changes files using sortChanges, and inserts them into a changelog entry.
2019-09-16Merge branch 'tor-github/pr/1316'George Kadianakis
2019-09-16Merge branch 'tor-github/pr/1324'George Kadianakis
2019-09-16Merge branch 'tor-github/pr/1273'George Kadianakis
2019-09-16Merge branch 'tor-github/pr/1318'George Kadianakis
2019-09-14Add a changes file for ticket 31637.Nick Mathewson
2019-09-12Merge branch 'tor-github/pr/1319'David Goulet
2019-09-12Merge branch 'tor-github/pr/1285'David Goulet
2019-09-12Merge branch 'tor-github/pr/1303'George Kadianakis
2019-09-12Merge remote-tracking branch 'tor-github/pr/1300'Nick Mathewson
2019-09-11Changes file for ticket31626 (confparse.[ch] move)Nick Mathewson
2019-09-11Merge branch 'tor-github/pr/1296'David Goulet
2019-09-11Changes file for 31625 (config flag refactor)Nick Mathewson
2019-09-11Merge branch 'tor-github/pr/1311'David Goulet
2019-09-11Merge branch 'tor-github/pr/1307'George Kadianakis
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-11Merge branch 'ticket31578' into ticket31578_mergedNick Mathewson
2019-09-10Use strtod, not atof, for parsing doubles in the configuration.Nick Mathewson
This lets us detect erroneous doubles, which previously we could not do. Fixes bug 31475; bugfix on commit 00a9e3732e88, a.k.a svn:r136.
2019-09-10scripts: Allow git-push-all.sh to be run from any directoryteor
Closes 31678.
2019-09-10Merge branch 'bug31615_041' into bug31615_masterteor
Merged modified lines from bug31615_041, and unmodified lines from master.
2019-09-10Merge branch 'bug31615_040' into bug31615_041teor
Merged modified lines from bug31615_040, and unmodified lines from maint-0.4.1.
2019-09-09build: The <sys/sysctl.h> is now deprecated on LinuxDavid Goulet
Closes #31673
2019-09-09Merge branch 'tor-github/pr/1264'David Goulet
2019-09-09Merge branch 'ticket30924_042_04_squashed' into ↵Nick Mathewson
ticket30924_042_04_squashed_merged
2019-09-09Merge branch 'tor-github/pr/1287'David Goulet
2019-09-09changes: file for 31594teor
2019-09-06subsys: Make the subsystem init order match the module dependenciesteor
Fix levels for subsystems that depend on log/err * winprocess (security) doesn't use err: * call windows process security APIs as early as possible * init err after winprocess * move wallclock so it's still after err * network and time depend on log: * make sure that network and time can use logging. * init network and time after log Add comments explaining the module init order. Fixes bug 31615; bugfix on 0.4.0.1-alpha.
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-05changes file for ticket31477Nick Mathewson
2019-09-05Merge branch 'tor-github/pr/1291'George Kadianakis
2019-09-05Merge branch 'tor-github/pr/1292'George Kadianakis
2019-09-05Merge branch 'tor-github/pr/1261'George Kadianakis
2019-09-05Check IPv6 exit policies on microdescriptors in node_exit_policy_rejects_all()Neel Chauhan
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 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 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-05changes: file for 30967teor
2019-09-04changes file for 31532Nick Mathewson
2019-09-04config: Make CLEAR with a nonempty value into a nonfatal assertion.Nick Mathewson
When we parse a CLEAR line (e.g., "/OrPort" or /OrPort blah blah"), we always suppress the value, even if one exists. That means that the block of code was meant to handle CLEAR lines didn't actually do anything, since we previously handled them the same way as with other empty values. Closes ticket 31529.
2019-09-04Merge branch 'tor-github/pr/1290'David Goulet
2019-09-04changes file for 31240Nick Mathewson
2019-09-04Merge remote-tracking branch 'tor-github/pr/1270'Nick Mathewson
2019-09-04Merge branch 'maint-0.4.1'David Goulet
2019-09-04Merge branch 'tor-github/pr/1271' into maint-0.4.1David Goulet