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
/
circuitstats.c
Age
Commit message (
Expand
)
Author
2015-02-06
Add unit test for #13290
Sebastian Hahn
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-02
Apply new calloc coccinelle patch
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-29
Avoid division by zero in circuitstats pareto
teor
2014-09-16
Add script to detect and remove unCish malloc-then-cast pattern
Nick Mathewson
2014-08-21
Explicitly cast when dividing ints then implicitly casting to double.
Nick Mathewson
2014-08-13
Apply coccinelle script to replace malloc(a*b)->calloc(a,b)
Nick Mathewson
2014-04-08
Check for new IP addr after circuit liveliness returns
Matthew Finkel
2014-03-24
quiet the debug message in circuit_build_times_disabled()
Roger Dingledine
2013-08-25
Cleanup whitespaces
Nick Mathewson
2013-08-22
Hide the contents of the circuit_build_times structure.
Nick Mathewson
2013-08-22
Documentation for new cbt accessors
Nick Mathewson
2013-08-22
Separate mutable/const accessors for circuit_build_times
Nick Mathewson
2013-08-22
Rename get_circuit_nbuild_* to end with _ms
Nick Mathewson
2013-08-22
Make circ_times static and add accessor functions.
vagrant
2013-07-10
Completely refactor how FILENAME_PRIVATE works
Nick Mathewson
2013-03-27
Clarify liveness log message and lower it to notice.
Mike Perry
2013-03-20
Merge remote-tracking branch 'public/bug6304_v3' into maint-0.2.4
Nick Mathewson
2013-02-01
Rename and relocate the bw weight scale param getter.
Mike Perry
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-12-07
Bug 3443: Don't count ORconn setup in circuit build time.
Mike Perry
2012-10-15
Move the circuit build timeout code into its own file.
Nick Mathewson