index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
status.c
Age
Commit message (
Expand
)
Author
2015-03-10
Add link protocol version counts to the heartbeat message
Nick Mathewson
2015-02-24
Update test_status.c to accommodate changes in heartbeat messages
Nick Mathewson
2015-02-23
Usually downgrade middle heartbeat messages when stuff is in-range
Nick Mathewson
2015-02-16
Fix a few coverity "Use after NULL check" warnings
Nick Mathewson
2015-02-03
Work around test_status.c weirdness
Nick Mathewson
2015-02-03
Merge branch 'bug6852'
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-29
Avoid frequent strcmp() calls for AccountingRule
Nick Mathewson
2014-09-29
Add an "AccountingRule" feature to permit limiting bw usage by read+write
Nick Mathewson
2014-08-15
Hand-fix a few global_circuit_list cases
Nick Mathewson
2014-08-15
Autoconvert most circuit-list iterations to smartlist iterations
Nick Mathewson
2014-04-29
Log info on ancient one-hop circuits in heartbeat
Nick Mathewson
2014-04-15
Uplift status.c unit test coverage with new test cases and macros.
dana koch
2014-02-06
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2014-02-06
Add a missing include
Nick Mathewson
2014-02-06
Deliver circuit handshake counts as part of the heartbeat
Nick Mathewson
2013-12-24
Merge remote-tracking branch 'public/bug10485'
Nick Mathewson
2013-12-24
Move onion-type stats message into heartbeat
Nick Mathewson
2013-08-21
Tweak/cleanup 5526 fix.
Nick Mathewson
2013-08-21
Print accounting information in heartbeat messages.
Peter Retzlaff
2013-08-15
Rename circuit_get_global_list to remove trailing _
Nick Mathewson
2013-06-20
Fix #9108 - make global_circuitlist a doubly linked list
Marek Majkowski
2013-04-11
Merge remote-tracking branch 'public/bug7302' into maint-0.2.4
Nick Mathewson
2013-03-11
Track TLS overhead: diagnostic for bug 7707
Nick Mathewson
2013-03-11
When hibernating, don't heartbeat about problems.
Nick Mathewson
2013-02-26
Add unique client counter to the heartbeat message.
George Kadianakis
2013-02-01
Rename log() to tor_log() for logging
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-12-18
Add packaged cell fullness to the heartbeat message.
Nick Mathewson
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2011-08-27
Clarify the heartbeat message a bit.
George Kadianakis
2011-06-14
Make the get_options() return const
Nick Mathewson
2011-06-08
Remove a dead variable in the heartbeat code
Sebastian Hahn
2011-06-08
Update the uptime string to include an hours indicator
Sebastian Hahn
2011-05-15
Fix bug3183
George Kadianakis
2011-04-16
Reuse get_bytes_{read,written}() in status.c
George Kadianakis
2011-02-24
Fix a couple of compile warnings on OS X 10.6
Sebastian Hahn
2011-02-22
Tweak some names and comments in asn's heartbeat patch
Nick Mathewson
2011-02-22
Implement more heartbeat message stuff.
George Kadianakis
2011-02-22
Initial heartbeat subsystem commit.
Sebastian Hahn