aboutsummaryrefslogtreecommitdiff
path: root/src/or/status.c
AgeCommit message (Expand)Author
2018-02-16Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-01-30dos: Add a heartbeat logDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-01-08Added AccountRule in and AccountingRule out optionsunixninja92
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-23Usually downgrade middle heartbeat messages when stuff is in-rangeNick Mathewson
2015-02-16Fix a few coverity "Use after NULL check" warningsNick Mathewson
2015-02-03Work around test_status.c weirdnessNick Mathewson
2015-02-03Merge branch 'bug6852'Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-29Avoid frequent strcmp() calls for AccountingRuleNick Mathewson
2014-09-29Add an "AccountingRule" feature to permit limiting bw usage by read+writeNick Mathewson
2014-08-15Hand-fix a few global_circuit_list casesNick Mathewson
2014-08-15Autoconvert most circuit-list iterations to smartlist iterationsNick Mathewson
2014-04-29Log info on ancient one-hop circuits in heartbeatNick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-02-06Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-02-06Add a missing includeNick Mathewson
2014-02-06Deliver circuit handshake counts as part of the heartbeatNick Mathewson
2013-12-24Merge remote-tracking branch 'public/bug10485'Nick Mathewson
2013-12-24Move onion-type stats message into heartbeatNick Mathewson
2013-08-21Tweak/cleanup 5526 fix.Nick Mathewson
2013-08-21Print accounting information in heartbeat messages.Peter Retzlaff
2013-08-15Rename circuit_get_global_list to remove trailing _Nick Mathewson
2013-06-20Fix #9108 - make global_circuitlist a doubly linked listMarek Majkowski
2013-04-11Merge remote-tracking branch 'public/bug7302' into maint-0.2.4Nick Mathewson
2013-03-11Track TLS overhead: diagnostic for bug 7707Nick Mathewson
2013-03-11When hibernating, don't heartbeat about problems.Nick Mathewson
2013-02-26Add unique client counter to the heartbeat message.George Kadianakis
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-18Add packaged cell fullness to the heartbeat message.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2011-08-27Clarify the heartbeat message a bit.George Kadianakis
2011-06-14Make the get_options() return constNick Mathewson
2011-06-08Remove a dead variable in the heartbeat codeSebastian Hahn
2011-06-08Update the uptime string to include an hours indicatorSebastian Hahn
2011-05-15Fix bug3183George Kadianakis
2011-04-16Reuse get_bytes_{read,written}() in status.cGeorge Kadianakis
2011-02-24Fix a couple of compile warnings on OS X 10.6Sebastian Hahn
2011-02-22Tweak some names and comments in asn's heartbeat patchNick Mathewson
2011-02-22Implement more heartbeat message stuff.George Kadianakis
2011-02-22Initial heartbeat subsystem commit.Sebastian Hahn