tor/changes
Nick Mathewson 5613968d57 Improve logging for 28614.
When we fixed 28614, our answer was "if we failed to load the
consensus on windows and it had a CRLF, retry it."  But we logged
the failure at "warn", and we only logged the retry at "info".

Now we log the retry at "notice", with more useful information.

Fixes bug 30004.
2019-04-03 14:30:56 -04:00
..
.dummy Add a .dummy file in the changes directory to stop git from removing it 2015-05-11 11:41:48 -04:00
bug13221 Fix some error-checking logic and a misleading error message 2019-02-25 16:03:42 -06: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
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
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
bug29508 kist: When readding chans, check correct chan's sched_heap_idx 2019-02-14 16:19:31 -05: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
cid1444119 Fix CID 1444119 2019-03-26 12:24:45 +10:00
doc28623 Use RFC5737-compliant example IP addresses in manpage when describing MapAddress 2019-01-30 17:13:40 +02: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
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
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