aboutsummaryrefslogtreecommitdiff
path: root/src/or/status.c
AgeCommit message (Expand)Author
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-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