aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_channelpadding.c
AgeCommit message (Expand)Author
2022-12-16Fix typosDimitris Apostolou
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Replace several C identifiers.teor
2019-06-14Make evloop into a subsystem.Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-08-28hs: Render obsolete Tor2webDavid Goulet
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Clean up include paths for libtor-evloop (automated)Nick Mathewson
2018-07-01Remove other needless includes include from or/*.hNick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-06-29Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-29Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-06-29Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-06-29Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-29Fix some memory errors in the recent coverity fixes.Nick Mathewson
2018-06-29Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-29Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-06-29Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-06-29Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-28Fix up the include path of compat_time.h (automated)Nick Mathewson
2018-06-23Fix memory leak in test_channelpadding_consensus().Alexander Færøy
2018-06-21Rectify include paths (automated).Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract cell type and their queues into new headersNick Mathewson
2018-06-15Extract routerstatus_t into its own header.Nick Mathewson
2018-06-15Extract networkstatus_t and ..sr_info_t into their own headersNick Mathewson
2018-06-15Move or_connection_t to its own header.Nick Mathewson
2018-04-05Wrap the function we use to run the event loop.Nick Mathewson
2018-04-05Add wrappers for event_base_loopexit and event_base_loopbreak.Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2017-12-13Use monotime_coarse for transfer times and padding timesNick Mathewson
2017-10-31Merge branch 'maint-0.3.2'Nick Mathewson
2017-10-31hs-v3: Attempt descriptor refetch when dirinfo changesDavid Goulet
2017-10-27Make sure all C files have copyright/license noticesNick Mathewson
2017-09-21Bug 23608: Mock time for all channelpadding tests.Mike Perry
2017-09-14Merge remote-tracking branch 'mikeperry/bug23077' into maint-0.3.1Nick Mathewson
2017-09-14Bug 23077: Make channelpadding tests use mocked time.Mike Perry
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-10Resurrect dead code in test_channelpadding.cTaylor Yu
2017-05-10Fix compilation on libevent2-only systemsNick Mathewson
2017-05-10In channelpadding tests that touch libevent, call event_reinit().Nick Mathewson
2017-05-09Fix an implicit conversion warningNick Mathewson
2017-05-08clang-i386: use house style for public-when-testing variablesNick Mathewson