aboutsummaryrefslogtreecommitdiff
path: root/src/or/status.c
Commit message (Expand)AuthorAge
* Log info on ancient one-hop circuits in heartbeatNick Mathewson2014-04-29
* Uplift status.c unit test coverage with new test cases and macros.dana koch2014-04-15
* Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-02-06
|\
| * Add a missing includeNick Mathewson2014-02-06
| * Deliver circuit handshake counts as part of the heartbeatNick Mathewson2014-02-06
* | Merge remote-tracking branch 'public/bug10485'Nick Mathewson2013-12-24
|\ \
| * | Move onion-type stats message into heartbeatNick Mathewson2013-12-24
| |/
* | Tweak/cleanup 5526 fix.Nick Mathewson2013-08-21
* | Print accounting information in heartbeat messages.Peter Retzlaff2013-08-21
* | Rename circuit_get_global_list to remove trailing _Nick Mathewson2013-08-15
* | Fix #9108 - make global_circuitlist a doubly linked listMarek Majkowski2013-06-20
|/
* Merge remote-tracking branch 'public/bug7302' into maint-0.2.4Nick Mathewson2013-04-11
|\
| * When hibernating, don't heartbeat about problems.Nick Mathewson2013-03-11
* | Track TLS overhead: diagnostic for bug 7707Nick Mathewson2013-03-11
|/
* Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Add packaged cell fullness to the heartbeat message.Nick Mathewson2012-12-18
* Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Clarify the heartbeat message a bit.George Kadianakis2011-08-27
* Make the get_options() return constNick Mathewson2011-06-14
* Remove a dead variable in the heartbeat codeSebastian Hahn2011-06-08
* Update the uptime string to include an hours indicatorSebastian Hahn2011-06-08
* Fix bug3183George Kadianakis2011-05-15
* Reuse get_bytes_{read,written}() in status.cGeorge Kadianakis2011-04-16
* Fix a couple of compile warnings on OS X 10.6Sebastian Hahn2011-02-24
* Tweak some names and comments in asn's heartbeat patchNick Mathewson2011-02-22
* Implement more heartbeat message stuff.George Kadianakis2011-02-22
* Initial heartbeat subsystem commit.Sebastian Hahn2011-02-22