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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
circuitstats.c
Age
Commit message (
Expand
)
Author
2018-07-05
Move literally everything out of src/or
Nick Mathewson
2018-07-03
Merge remote-tracking branch 'github/ticket26626'
Nick Mathewson
2018-07-03
Return U64_PRINTF_ARG and U64_FORMAT
Nick Mathewson
2018-07-01
Extract or_state_t to its own header.
Nick Mathewson
2018-07-01
Remove needless includes from or.h
Nick Mathewson
2018-06-28
Extract time functionality into lib/wallclock and lib/time
Nick Mathewson
2018-06-28
Move floating-point math functions into a new lib/math
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Extract crypt_path_t and relay_crypto_t into their own headers
Nick Mathewson
2018-06-15
Extract {or,origin}_circuit_t into their own headers
Nick Mathewson
2018-06-02
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-06-02
Bug 26121: Improve BUILDTIMEOUT_SET accuracy.
Mike Perry
2018-05-07
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-05-07
Merge remote-tracking branch 'mikeperry/bug25733_029' into maint-0.3.3
Nick Mathewson
2018-05-03
Merge remote-tracking branch 'isis/bug24660_r1'
Nick Mathewson
2018-04-27
config: Make circuit_build_times_disabled() use authdir_mode()
David Goulet
2018-04-26
Bug 25733: Avoid assert failure if all circuits time out.
Mike Perry
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2018-02-07
Fix spelling mistakes corresponding to ticket #23650
Deepesh Pathak
2017-12-08
Merge remote-tracking branch 'mikeperry/bug23114_squashed2'
Nick Mathewson
2017-12-07
Report close and timeout rates since uptime, not based on data.
Mike Perry
2017-12-07
Bug #23114: Time out circuits immediately.
Mike Perry
2017-12-07
Bug #23100: Count all 3 hop circuits for CBT.
Mike Perry
2017-11-15
Tweak the message when we re-enable CBT.
Nick Mathewson
2017-09-26
Correct two state-file variable types.
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-08-28
Don't use "0" as a "base" argument to tor_parse_*().
Nick Mathewson
2017-05-18
Merge branch 'maint-0.3.0'
Nick Mathewson
2017-05-18
Merge branch 'bug22252_029' into maint-0.3.0
Nick Mathewson
2017-05-16
Fix crash when starting with LearnCircuitBuildTimeout 0.
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-01-18
circuit: Make circuit_build_times_disabled take an or_options_t
David Goulet
2016-12-12
Replace "people" with the appropriate network component in comments
J. Ryan Stinnett
2016-10-17
Write a bunch of module documentation.
Nick Mathewson
2016-09-13
Refactor Single Onion code to improve consistency
teor
2016-09-13
Use CircuitBuildTimeout whenever circuit_build_times_disabled is true
teor
2016-09-13
Implement Prop #260: Single Onion Services
teor (Tim Wilson-Brown)
2016-07-28
Fix a huge pile of -Wshadow warnings.
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-27
Make sure that every module in src/or has a brief description.
Nick Mathewson
2015-05-17
Implement EVENT_NETWORK_LIVENESS
Andrea Shepard
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
[next]