aboutsummaryrefslogtreecommitdiff
path: root/src/or/channelpadding.c
AgeCommit message (Expand)Author
2018-09-11Bug 25505: Check circuitmux queues before padding.Mike Perry
2018-02-07more fixes for typos, grammar, whitespace, etcRoger Dingledine
2017-12-13Use monotime_coarse for transfer times and padding timesNick Mathewson
2017-09-22Merge branch 'bug22805_v2_squashed'Nick Mathewson
2017-09-22Use channel_is_client() accessor in channelpadding.c.Nick Mathewson
2017-09-12Merge branch 'ticket17857_squashed' into maint-0.3.1Nick Mathewson
2017-09-12Ticket #17857: Apply padding off-switch to existing connections.Mike Perry
2017-06-26Demote a log message due to libevent delays.Mike Perry
2017-06-23Ticket #17857: Padding off-switch for single hop connectionsMike Perry
2017-05-10Fix compilation on libevent2-only systemsNick Mathewson
2017-05-09Fix a warning about a shadowed globalNick Mathewson
2017-05-08Fix some clang-i386 warnings in master.Nick Mathewson
2017-05-08whitespace fixesNick Mathewson
2017-05-08Fix issues from dgoulet's code review.Mike Perry
2017-05-08Cache netflow-related consensus parameters.Mike Perry
2017-05-08Bug 17592: Clean up connection timeout logic.Mike Perry
2017-05-08Netflow record collapsing defense.Mike Perry