tor/changes
Nick Mathewson 47df912f1c Remove the periodic refill event entirely.
Now that we update our buckets on demand before reading or writing,
we no longer need to update them all every TokenBucketRefillInterval
msec.

When a connection runs out of bandwidth, we do need a way to
reenable it, however.  We do this by scheduling a timer to reenable
all blocked connections for TokenBucketRefillInterval msec after a
connection becomes blocked.

(If we were using PerConnBWRate more, it might make sense to have a
per-connection timer, rather than a single timeout. But since
PerConnBWRate is currently (mostly) unused, I'm going to go for the
simpler approach here, since usually whenever one connection has
become blocked on bandwidth, most connections are blocked on
bandwidth.)

Implements ticket 25373.
2018-04-17 18:20:03 -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
18105 Use tor_addr_from_getsockname() in several places 2018-01-26 12:08:15 -05:00
bug18918 Clarify directory and ORPort checking functions. 2018-01-24 20:19:24 +01:00
bug20887 Use tor_asprintf for in have_enough_mem_for_dircache() 2018-03-19 12:38:28 -04:00
bug23909 Improve the keypin-loading log message to be a bit less scary. 2018-01-26 12:39:38 -05:00
bug24031 Fix bug24031 changes file 2018-04-03 19:03:33 -04:00
bug24484 Remove workaround code for systems where free(NULL) is busted. 2018-02-15 20:13:44 -05:00
bug24688 Prefer 32-bit implementation for timing wheels on 32-bit systems. 2018-04-09 15:21:10 -04:00
bug24910 use channel_is_client for create cell counts 2018-04-02 01:00:31 -04:00
bug24914 In relay_digest_matches(), use stack instead of heap. 2018-01-25 13:59:55 -05:00
bug25226 relay: Implement a circuit cell queue maximum size 2018-04-16 09:59:12 -04:00
bug25373 Remove the periodic refill event entirely. 2018-04-17 18:20:03 -04:00
bug25398 Improve bug25398 changes again. 2018-03-29 07:38:55 -04:00
bug25399 make changes file pass lintchanges 2018-03-22 08:49:08 -04:00
bug25409 changes: Add changes file for 25409. 2018-04-10 19:21:10 +00:00
bug25415 Fix a crash bug when testing reachability 2018-03-04 10:31:17 -05:00
bug25425 changes: Add changes file for 25425. 2018-04-10 19:26:46 +00:00
bug25512 Clear all control.c flags on control_free_all() 2018-03-23 11:31:56 -04:00
bug25675 Fix CID 1433643 2018-03-29 17:21:33 -05:00
bug25828 Refactor responsibility for checking global write bucket emptiness 2018-04-17 12:12:07 -04:00
coveralls Add support for the coveralls.io coverage tool in travis config 2018-04-16 14:42:28 -04:00
feature25150 Avoid a malloc/free pair for each (server-side) ntor handshake 2018-02-05 11:53:33 -05:00
isolate_libevent changes file for libevent isolation work 2018-04-05 12:36:28 -04:00
ticket4187 tweak changelog for 4187 2018-03-03 12:02:45 -05:00
ticket6236 Remove duplicate code between parse_{c,s}method in transport.c 2018-02-24 20:27:08 +05:30
ticket23873 Remove the return value of node_get_prim_orport() and node_get_prim_dirport() 2018-02-16 08:20:33 -05:00
ticket24714 refactor: rename connection_t struct fields. 2018-02-01 03:12:38 +01:00
ticket24740 Fix redundant authority certificate fetch 2018-03-04 21:13:58 +05:30
ticket25081 Changes file for ticket 25081. 2018-02-01 02:25:08 +01:00
ticket25162 Enable (safe) use of zstd static-only APIs 2018-02-06 11:05:07 -05:00
ticket25261 ticket 25261: Removed multiple includes of transports.h in connection.c 2018-02-15 22:28:34 +05:30
ticket25268 add a changes file for 25268 2018-03-19 06:00:00 -04:00
ticket25290 Switch to use should_record_bridge_info() 2018-04-05 08:37:39 -04:00
ticket25374 Changes files for post-loop events (25374) 2018-04-13 10:44:15 -04:00
ticket25409 Remove PortForwarding options 2018-04-04 00:19:33 +00:00
ticket25432 fixup! Refactor: suppress duplicated functions from router.c and encapsulate NODE_DESC_BUF_LEN constant. 2018-03-25 20:13:00 +03:00
ticket25645 ticket(25645): remove unused variable n_possible from channel_get_for_extend() 2018-04-03 09:17:23 +05:30
ticket25760 Remove TestingEnableTbEmptyEvent 2018-04-10 12:16:21 -04:00
ticket25766 changes file for token_bucket refactoring 2018-04-13 10:41:14 -04:00