tor/changes
Alexander Færøy 0429072495 Lower log level of unlink() errors in networkstatus_set_current_consensus().
In this patch we lower the log level of the failures for the three calls
to unlink() in networkstatus_set_current_consensus(). These errors might
trigger on Windows because the memory mapped consensus file keeps the
file in open state even after we have close()'d it. Windows will then
error on the unlink() call with a "Permission denied" error.

The consequences of ignoring these errors is that we leave an unused
file around on the file-system, which is an easier way to fix this
problem right now than refactoring networkstatus_set_current_consensus().

See: https://bugs.torproject.org/29930
2019-04-25 01:59:37 +02:00
..
.dummy Add a .dummy file in the changes directory to stop git from removing it 2015-05-11 11:41:48 -04:00
29241_diagnostic NSS: Log an error message when SSL_ExportKeyingMaterial() fails 2019-04-06 11:06:22 +10:00
bug13221 Fix some error-checking logic and a misleading error message 2019-02-25 16:03:42 -06:00
bug27199 rust: abort on panic in all profiles 2018-08-18 19:23:28 +00:00
bug28525 Fix #28525 changes file that is breaking CI. 2019-03-12 20:11:51 +02:00
bug28614_better_logging Improve logging for 28614. 2019-04-03 14:30:56 -04:00
bug28656 Stop logging a BUG() warning when tor is waiting for exit descriptors 2019-03-15 08:57:28 -04:00
bug28698 Add circuit time check before logging about relaxing circuit time 2019-02-19 11:24:51 -05:00
bug28925 Correctly report PT vs proxy during bootstrap 2019-03-25 14:13:45 +10:00
bug28979 Fix documentation for ClientAuth on HSv3. 2019-01-16 16:10:20 -05:00
bug28981 Add changes file for bug 28981 2019-01-16 14:40:31 -05:00
bug29017 stats: Make PaddingStatistics depend on ExtraInfoStatistics 2019-01-08 18:21:10 +10:00
bug29029 rend: stop warning when clients send multiple rend establish cells 2019-01-10 07:59:59 +10:00
bug29036 changes: Use the first Tor version with CI coverage for the 29036 changes file 2019-04-01 13:40:16 +10:00
bug29040 Add changes file for bug 29040. 2019-02-08 08:37:23 -05:00
bug29042 correct bug number in 29042 changelog 2019-01-22 12:27:46 -05:00
bug29122 Fix intermittent failures of test_circuitpadding_wronghop(). 2019-01-22 14:30:43 -05:00
bug29135 Log an HSDesc we failed to parse at Debug loglevel 2019-01-23 10:37:10 -05:00
bug29144 Log the correct "auto" port number for listening sockets 2019-03-01 12:34:21 +10:00
bug29145 Fix a compiler warning on OpenBSD 2019-02-19 11:38:32 -05:00
bug29150 Add release note for bug 29150 2019-02-02 23:10:16 +00:00
bug29161 Capture more BUG warnings in util/time test 2019-01-23 12:37:12 -05:00
bug29169 Use tt_u64_op() in test_circuitpadding.c to fix compilation warnings 2019-01-24 13:20:21 -05:00
bug29175_035 Allow empty username/password in SOCKS5 username/password auth message 2019-01-26 11:06:33 +02:00
bug29204 Bug 29204: Inspect circuit queues before sending padding. 2019-03-08 10:25:28 -05:00
bug29241 changes: Ticket 29241 is actually a bug on NSS in 0.3.5.1-alpha 2019-04-06 11:07:20 +10:00
bug29244 Update Cargo.lock with new comment; suppress 29244. 2019-02-01 16:38:23 +01:00
bug29298 Disable unstable circuit padding unittest. 2019-02-14 12:09:41 +02:00
bug29500 Changes file for bug 29500. 2019-04-05 12:14:18 +10:00
bug29508 kist: When readding chans, check correct chan's sched_heap_idx 2019-02-14 16:19:31 -05:00
bug29527 Changes file for bug 29527 2019-03-20 18:07:00 +10:00
bug29530_035 Changes file for backporting 29530 to 0.3.5 2019-02-26 09:58:52 +10:00
bug29562 Fix crash bug in PT subsystem. 2019-02-26 15:43:09 +01:00
bug29599 test/shared-random: Stop leaking shared random state in the unit tests 2019-02-27 15:04:40 +10:00
bug29601 appveyor: skip two redundant builds to speed up CI on Windows 2019-02-28 07:43:57 +10:00
bug29665 relays shouldn't close idle rend circuits 2019-03-14 12:54:16 +02:00
bug29693 prob-distr: Decrease false positive rate of stochastic tests. 2019-03-22 11:16:30 -04:00
bug29703 test: Backport the 0.3.4 src/test/test-network.sh to 0.2.9 2019-03-22 13:20:23 +10:00
bug29706_minimal test/sr: Free SRVs before replacing them in test_sr_setup_srv() 2019-03-09 11:59:52 +10:00
bug29706_refactor sr: Free SRVs before replacing them in state_query_put_() 2019-03-09 12:03:00 +10:00
bug29874 Pass NULL to lpApplicationName in CreateProcessA(). 2019-03-25 03:10:37 +01:00
bug29922 Detect and suppress an additional gmtime() warning in test_util.c 2019-04-08 17:02:14 -04:00
bug29930 Lower log level of unlink() errors in networkstatus_set_current_consensus(). 2019-04-25 01:59:37 +02:00
bug29959-040 bwauth: Actually include the bandwidth-file-digest in authority votes 2019-04-04 20:26:09 -04:00
bug30011 Travis: Terminate test-stem if it takes more than 9.5 minutes to run 2019-04-04 13:21:35 +10:00
bug30021 Do not cache bogus results from classifying client ciphers 2019-04-04 11:24:55 -04:00
bug30040 Add changes file for #30040. 2019-04-10 12:46:27 +03:00
bug30041 Changes file for bug30041 2019-04-09 12:05:33 -04:00
cid1444119 Fix CID 1444119 2019-03-26 12:24:45 +10:00
diagnostic_28223_redux Even more diagnostic messages for bug 28223. 2019-04-03 13:53:06 -04:00
doc28623 Use RFC5737-compliant example IP addresses in manpage when describing MapAddress 2019-01-30 17:13:40 +02:00
doc29121 manpage: Clarify that Tor does stream isolation between *Port listeners by default 2019-04-09 11:34:51 +10:00
feature28976 Add a pre-commit hook that runs code and changelog entry formatting checks 2019-01-24 08:03:17 -05:00
geoip-2019-02-05 Update geoip and geoip6 to the February 5 2019 database. 2019-02-12 14:40:42 +01:00
geoip-2019-03-04 Update geoip and geoip6 to the March 4 2019 database. 2019-03-06 11:45:27 +01:00
geoip-2019-04-02 Update geoip and geoip6 to the April 2 2019 database. 2019-04-03 09:26:28 +02:00
ticket21377 changes: add file for #21377 2019-03-26 17:41:21 +10:00
ticket26698 changes: Add changes file for #26698 2019-02-13 12:26:00 +00:00
ticket27761 check-changes: Warn about bugfixes on future releases 2018-09-18 20:40:50 +10:00
ticket28614 fix typos from #28614 2019-02-20 10:32:47 -05:00
ticket28668 Fail any unit test that causes an unhandled LD_BUG or LOG_ERR 2019-01-16 15:47:33 -05:00
ticket28816 Add changes file 2019-03-29 17:26:09 +10:00
ticket29026 Changes file for ticket29026. 2019-02-08 08:52:46 -05:00
ticket29072 Remove check-tor script 2019-02-15 19:18:24 +02:00
ticket29160 If address/get_if_addrs6 can't findipv6, log WARN, not ERR 2019-01-23 12:04:57 -05:00
ticket29168 kist: Don't write above the highwater outbuf mark 2019-02-21 10:07:34 -05:00
ticket29357 Implement an DormantCanceledByStartup option 2019-04-04 11:48:36 -04:00
ticket29435 Fix coverage script. 2019-02-08 10:43:38 -05:00
ticket29631 protover: Add missing Padding to translate_to_rust 2019-03-05 12:33:43 -05:00
ticket29806 bwauth: Ignore bandwidth file lines with "vote=0" 2019-03-21 12:00:45 +10:00
ticket29897 dircache: Refactor handle_get_next_bandwidth() to use connection_dir_buf_add() 2019-03-29 17:26:30 +10:00
ticket29962 Add changes file 2019-04-01 14:08:24 +10:00
ticket30117 changes: file for 30117 2019-04-12 08:38:30 -04:00