tor/changes
Nick Mathewson fb7f90c181 Tweaks on 19435 fix:
* Raise limit: 16k isn't all that high.
   * Don't log when limit exceded; log later on.
   * Say "over" when we log more than we say we log.
   * Add target version to changes file
2016-07-26 09:59:48 -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
19044 Make advisory-warnings on by default. 2016-05-23 14:39:56 -04:00
assert_nonfatal Add new tor_assert_nonfatal*() macros. 2016-04-14 16:24:28 -04:00
bug13239 Increase number of preemptive internal circuits 2016-04-19 14:24:20 -04:00
bug14334 Don't mark guards as unreachable if connection_connect() fails. 2016-04-07 10:59:46 -04:00
bug15942 Changes file for random exponential backoffs 2016-06-18 16:32:17 +00:00
bug16943 prop250: Add changes file 2016-07-01 14:01:41 -04:00
bug17688 Don't rely on consensus parameter to use a single guard. 2016-06-07 17:22:47 +03:00
bug17983 Add -ftrapv to gcc-hardening ... mostly! 2016-05-12 11:21:28 -04:00
bug18240 Clean up TEST_TOR_BINARY so test-stem can have better dependencies 2016-05-02 13:53:16 -04:00
bug18300 When we get a bad nickname, explain what a good one is. 2016-04-07 10:54:53 -04:00
bug18322 tweak 18322 changelog 2016-06-30 11:18:49 -04:00
bug18397 changes file for bug18397 2016-07-13 09:19:23 -04:00
bug18456 Avoid disclosing exit IP addresses in exit policies by default 2016-07-01 15:37:13 +10:00
bug18604 Correctly close intro circuit when deleting ephemeral HS 2016-06-16 13:09:24 -04:00
bug18704 Perform cache lookup when FetchHidServDescriptors is set 2016-06-15 10:04:07 -04:00
bug18815 Change UseOptimisticData default to 1. 2016-04-18 13:55:23 -04:00
bug18840 Authorities now sort the "package" lines in their votes 2016-05-11 19:04:13 -04:00
bug18889 Remove redundant declarations of MIN 2016-04-25 15:28:58 -04:00
bug18895 Check linking of hardening options, give better warnings if it fails. 2016-05-16 09:37:27 -04:00
bug18934 test_bt.sh: Check stderr for backtrace as well as stdout. 2016-05-02 12:58:58 -04:00
bug18934_2 Changes file for previous commit 2016-05-20 08:36:15 -04:00
bug18956 Do not leak the 'tag' when trying to read a truncated ed25519 key file 2016-05-16 08:25:59 -04:00
bug18963 Fetch certificates from the same directory as previous certificates 2016-05-11 13:30:30 -04:00
bug19063 Changes file for 19063; use the BUG macro 2016-06-19 12:38:15 -04:00
bug19066 dirauth: don't use hardcoded length when parsing digests 2016-05-16 11:18:51 -04:00
bug19079 Include __mulodi4 in libor_ctime when it fixes clang -m32 -ftrapv 2016-05-18 09:50:38 -04:00
bug19139 Use the Autoconf macro AC_USE_SYSTEM_EXTENSIONS 2016-06-17 10:17:44 -04:00
bug19153 Fix spelling of --enable-tor2web-mode in manpage 2016-06-19 12:14:28 -04:00
bug19216 Use autoconf, not gcc version, to decide which warnings we have 2016-06-11 10:11:53 -04:00
bug19421 Fix test-network-all target in out-of-tree builds 2016-07-08 10:19:18 -04:00
bug19428 Correct the rounding behavior on tv_mdiff. 2016-06-16 10:16:04 -04:00
bug19435 Tweaks on 19435 fix: 2016-07-26 09:59:48 -04:00
bug19449 changes file for 19449 2016-06-29 14:58:27 -04:00
bug19483 Add changes file for bug19483 2016-06-29 17:23:46 +10:00
bug19503 bugfix stanza in changes file for 19503 2016-06-29 16:10:35 -04:00
bug19504 Document the --passphrase-fd option in the tor manpage 2016-06-25 16:44:41 +02:00
bug19505 changes-on for 19505 2016-06-29 16:17:17 -04:00
bug19530 Changes file for #19530 2016-07-01 14:06:24 +10:00
bug19554 Add changes file for libevent version requirement 2016-07-04 17:35:11 +02:00
bug19660 Add (SOCK_DGRAM, IPPROTO_UDP) sockets to the sandboxing whitelist 2016-07-11 09:37:01 +02:00
bug19682 Fix warnings in test_util_formats. 2016-07-17 13:51:45 -04:00
feature15588 Add changes file for #15588 2016-05-09 18:59:56 -04:00
feature18624 dir auths only give Guard if they're giving Stable 2016-03-24 15:00:01 -04:00
feature18685 mention 18685 in changes file 2016-04-26 13:40:21 -04:00
feature18760 encourage rejected relays to contact us 2016-04-12 19:54:04 -04:00
feature18998 Stop being so strict about the payload length of "rendezvous1" cells 2016-05-09 20:34:27 -04:00
feature19036 write v3-status-votes file earlier in consensus voting 2016-05-11 17:34:38 -04:00
geoip-july2016 Update geoip and geoip6 to the July 6 2016 database. 2016-07-18 08:40:22 +02:00
lcov_excl Adopt the LCOV convention for marking lines as unreachable by tests. 2016-04-12 21:12:10 -04:00
monotonic Changes file for monotonic time branch. 2016-07-19 11:40:47 +02:00
task19035 Disable GET /tor/bytes.txt and GETINFO dir-usage 2016-05-27 11:15:21 -04:00
test_zlib_bombs Unit tests for our zlib code to test and reject compression bombs. 2016-06-08 18:08:30 -04:00
ticket16698 Add changes file for ticket 16698 2016-05-11 13:43:28 -04:00
ticket18462 Rename tor_dup_addr to tor_addr_to_str_dup. 2016-03-28 16:36:51 -04:00
ticket19323 Changes file for ticket 19323 2016-06-29 06:57:57 +00:00
timeouts give it a changes file too 2016-05-09 14:04:54 -04:00
workqueue_tests Add several test scripts wrapping test_workqueue 2016-06-08 17:29:06 -04:00
zlib_12 Remove support for zlib <= 1.1 2016-06-19 12:20:24 -04:00