aboutsummaryrefslogtreecommitdiff
path: root/src/or/status.c
AgeCommit message (Expand)Author
2014-02-06Add a missing includeNick Mathewson
2014-02-06Deliver circuit handshake counts as part of the heartbeatNick Mathewson
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