aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_status.c
AgeCommit message (Expand)Author
2020-08-07Log number of inbound/outbound ipv4/6 conns as part of heartbeatNick Mathewson
2020-08-07Revise test_status to use log testing helpers.Nick Mathewson
2020-01-09Fix wide lines from NS() removal fallout.Nick Mathewson
2020-01-09Remove all usage of the NS*() macros in test*.cNick Mathewson
2020-01-09Replace various NS_MODULE/SUBMODULE vals with shorter names.Nick Mathewson
2020-01-09Put all NS_DECL invocations on single lines.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-06test: Fix DoS heartbeat unit test after adding INTRO2David Goulet
2019-07-25Fix more 32-bit errors with domain and tt_int_opNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-03Merge remote-tracking branch 'github/ticket26626'Nick Mathewson
2018-07-03Replace U64_LITERAL with the standard UINT64_CNick Mathewson
2018-07-01Extract or_state_t to its own header.Nick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-06-22Automated fixup of include paths after torlog.h movement.Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract routerinfo_t into its own header.Nick Mathewson
2018-06-15Extract {or,origin}_circuit_t into their own headersNick Mathewson
2018-04-17heartbeat: Log the number of circuits killed because too many cellsDavid Goulet
2017-10-27Make sure all C files have copyright/license noticesNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2016-09-11Merge remote-tracking branch 'public/solaris_warnings_028'Nick Mathewson
2016-07-28Fix a large pile of solaris warnings for bug 19767.Nick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-01-12Stop log_heartbeat test from failing in timezones with non-integer offsetsFergus Dall
2016-01-08Added AccountRule in and AccountingRule out optionsunixninja92
2015-03-12Merge remote-tracking branch 'public/feature15212_026' into maint-0.2.6Nick Mathewson
2015-03-10Fix check-spacesNick Mathewson
2015-03-10Add link protocol version counts to the heartbeat messageNick Mathewson
2015-02-24Update test_status.c to accommodate changes in heartbeat messagesNick Mathewson
2015-02-16Fix a few coverity "Use after NULL check" warningsNick Mathewson
2014-11-12Fix wide lines (from 13172)Nick Mathewson
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-08-20fix remaining compilation problemsNick Mathewson
2014-04-29Fix memory leaks in test_status.cNick Mathewson
2014-04-15Fix compiler warning on test_status.cNick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch