summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2019-11-25Merge branch 'stream-socks-auth' into bug19859_mergedNick Mathewson
2019-11-21Merge branch 'reversible_3'Nick Mathewson
2019-11-21hs-v3: Add changes file for ticket #30382David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-11-20Make KeyDirectory's GroupReadable behave the same as CacheDirectory's.Nick Mathewson
In #26913 we solved a bug where CacheDirectoryGroupReadable would override DataDirectoryGroupReadable when the two directories are the same. We never did the same for KeyDirectory, though, because that's a rare setting. Now that I'm testing this code, though, fixing this issue seems fine. Fixes bug #27992; bugfix on 0.3.3.1-alpha.
2019-11-18Add changes file for #30381.George Kadianakis
2019-11-18Merge remote-tracking branch 'tor-github/pr/1517'teor
2019-11-15Merge remote-tracking branch 'tor-github/pr/1535'teor
2019-11-15Merge remote-tracking branch 'tor-github/pr/1533'teor
2019-11-14Merge branch 'tor-github/pr/1489'David Goulet
2019-11-14Merge remote-tracking branch 'tor-github/pr/1531'Nick Mathewson
2019-11-14relay: Disable relay_sys when the relay module is disabledteor
Closes ticket 32245.
2019-11-14relay: Disable relay_periodic when the relay module is disabledteor
Closes ticket 32244.
2019-11-14dirauth: Remove a HAVE_MODULE_DIRAUTH inside a functionteor
There are now no HAVE_MODULE_{DIRAUTH,RELAY} inside functions. Closes ticket 32163.
2019-11-14changes: Update the changes file for 32410teor
When the relay module is disabled, we change the ClientOnly default to 1. But we forgot to mention that in the changes file.
2019-11-14changes: file for 32451teor
2019-11-14test/parseconf: Stop ignoring --dump-config failuresteor
When we added the $FILTER for Windows newlines, we made the pipeline always exit successfully, even if tor failed. Fixes bug 32468; bugfix on 0.4.2.1-alpha.
2019-11-12Remove changes files that are already merged into 0.4.2.4-rc.Nick Mathewson
2019-11-12Merge branch 'ticket32467'Nick Mathewson
2019-11-12Merge remote-tracking branch 'tor-github/pr/1367'Nick Mathewson
2019-11-12Document --dump-config.Nick Mathewson
Closes ticket 32467.
2019-11-11Merge remote-tracking branch 'tor-github/pr/1338'Nick Mathewson
2019-11-11Merge branch 'ticket32404'Nick Mathewson
2019-11-11Merge branch 'ticket32385'Nick Mathewson
2019-11-11Clarify that "missing-doc-warnings" makes doxygen warnings nonfatalNick Mathewson
2019-11-11Merge branch 'maint-0.4.2'Nick Mathewson
2019-11-11Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2019-11-11Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
2019-11-11Merge branch 'maint-0.3.5' into maint-0.4.0Nick Mathewson
2019-11-11Merge branch 'maint-0.2.9' into maint-0.3.5Nick Mathewson
2019-11-11Merge branch 'maint-0.4.2'teor
2019-11-11Merge branch 'maint-0.4.1' into maint-0.4.2teor
2019-11-11Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-11-11Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-11-11Appveyor: Install OpenSSL to resolve a header/library mismatchteor
Install the mingw OpenSSL package in Appveyor. This makes sure that the OpenSSL headers and libraries match in Tor's Appveyor builds. (This bug was triggered by an Appveyor image update.) Fixes bug 32449; bugfix on 0.3.5.6-rc.
2019-11-09Update geoip and geoip6 to the November 6 2019 database.Karsten Loesing
2019-11-07Refactor "OBSOLETE" typeNick Mathewson
It no longer warns, and is now defined in terms of an "IGNORE" type. (The "IGNORE" type is the same as "OBSOLETE", except that it is not reported as obsolete. It should be useful for disabled modules.) Closes ticket 32404.
2019-11-07Changes file for 32415 (struct name uniformity)Nick Mathewson
2019-11-07Add the ability to fail when a hardware accelerator is missing.Nick Mathewson
Closes ticket 32406.
2019-11-07crypto config: do not change the user's value of HardwareAccel.Nick Mathewson
We still interpret "AccelName" as turning on the "HardwareAccel" feature, but we no longer modify the user's options here. Fixes bug 32382; bugfix on 0.2.2.1-alpha when we added openssl engine support.
2019-11-07relay: Stop failing on startup when the relay module is disabledteor
When the relay module is disabled, make "ClientOnly 1" and "DirCache 0" by default. (But keep "ClientOnly 0" and "DirCache 1" as the defaults for the unit tests.) And run "make autostyle". Part of ticket 32410.
2019-11-07Merge branch 'maint-0.4.2'teor
2019-11-07Merge remote-tracking branch 'tor-github/pr/1513' into maint-0.4.2teor
2019-11-06Do not try to shut down the event loop when it is not initialized.Nick Mathewson
Doing so caused us to crash in some unusual circumstances, such as using --verify-config to verify a configuration that failed during the options_act() stage. Fixes bug 32407; bugfix on 0.3.3.1-alpha.
2019-11-06changes: Add file for ticket #31371David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-11-06Merge branch 'maint-0.4.2'Nick Mathewson
2019-11-06Merge remote-tracking branch 'tor-github/pr/1495' into maint-0.4.2Nick Mathewson
2019-11-06test/parseconf: Add support for optional library variantsteor
test_parseconf.sh now supports: * {error,expected}{,_lzma,_nss,_zstd}{,_no_dirauth,_no_relay_dirauth} Or any combination of two or more optional libraries. Closes ticket 32397.
2019-11-06Merge remote-tracking branch 'tor-github/pr/1510'teor
2019-11-06Merge remote-tracking branch 'tor-github/pr/1509' into maint-0.4.2teor
2019-11-06Merge branch 'maint-0.4.2'teor