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
/
circuitbuild.c
Age
Commit message (
Expand
)
Author
2013-09-04
use !cbt_disabled in place of LearnCBT to avoid needless circs
Nick Mathewson
2012-10-09
Don't call fmt_addr() twice in a parameter list.
George Kadianakis
2012-10-03
properly free the return values of rate_limit_log()
Roger Dingledine
2012-09-18
Whitespace fixes
Nick Mathewson
2012-09-17
Bug 6866: Convert pathbias asserts into log messages.
Mike Perry
2012-09-05
Avoid segfault if EntryGuardPathBias precedes EntryGuard
Nick Mathewson
2012-08-27
Quiet "Set buildtimeout to low val" warnings: make them info
Nick Mathewson
2012-08-27
Downgrade path-bias warning messages to INFO for now.
Nick Mathewson
2012-08-27
Disable extending to private/internal addresses by default
Nick Mathewson
2012-08-17
Whitespace and build fixes on 6475 patch
Nick Mathewson
2012-08-16
Address Nick's comments from code review.
Mike Perry
2012-08-15
Bug 6475: Explicitly track our path bias state.
Mike Perry
2012-07-17
Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END
Nick Mathewson
2012-07-16
Refer to the correct variable in a loop when parsing entry guard state
Nick Mathewson
2012-06-28
fix grammar in comment
Roger Dingledine
2012-06-23
Catch a few more K&R violations with make check-spaces
Nick Mathewson
2012-06-15
Triage the XXX023 and XXX022 comments: postpone many.
Nick Mathewson
2012-06-15
Downgrade log messages about cbt enabled/disabled. Bug 6169.
Nick Mathewson
2012-06-15
another little step at making debugging 5458 easier
Roger Dingledine
2012-06-14
Lower the default path bias notice rate to 40%.
Mike Perry
2012-06-14
For now, never disable any guards.
Mike Perry
2012-06-14
Defend against entry node path bias attacks
Mike Perry
2012-06-14
Merge remote-tracking branch 'asn-mytor/bug5589_take2'
Nick Mathewson
2012-06-14
Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.
George Kadianakis
2012-06-13
Satisfy make check-spaces
Andrea Shepard
2012-06-13
Move cbt->liveness.timeouts_after_firsthop free code into its own function
Andrea Shepard
2012-06-13
Early exit from circuit_build_times_set_timeout() if adaptive timeouts are di...
Andrea Shepard
2012-06-13
Use K&R style
Andrea Shepard
2012-06-13
Unconditionally use config CircuitBuildTimeout if LearnCircuitBuildTimeout is...
Andrea Shepard
2012-06-13
Don't track circuit timeout history unless we're actually using adaptive time...
Andrea Shepard
2012-06-13
Add debug logging to circuit_build_times_* of circuitbuild.c to trace queries...
Andrea Shepard
2012-06-05
Merge branch 'bug5603'
Nick Mathewson
2012-06-05
Minor changes to bug5603
Nick Mathewson
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-06-04
Add about 60 more DOCDOC comments to 0.2.3
Nick Mathewson
2012-06-03
Improve conflict resolution when adding new bridges.
George Kadianakis
2012-05-18
Use a more helpful log message when we can't find a proxy.
George Kadianakis
2012-05-16
Remove over-two-months-old entry guards even while running.
Roger Dingledine
2012-05-16
Correct documentation for remove_obsolete_entry_guards.
Nick Mathewson
2012-05-11
When no usable exit satisfies a predicted port, stop predicting it.
Nick Mathewson
2012-04-12
Trivially refactor validate_pluggable_transports_config().
George Kadianakis
2012-04-12
Improve the message of validate_pluggable_transports_config().
George Kadianakis
2012-03-27
Refactor the API for setting up a block cipher.
Nick Mathewson
2012-03-09
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-03-09
Never choose a bridge as an exit. Bug 5342.
Nick Mathewson
2012-02-12
Unpack a smartlist_foreach and add an assert: try to hunt #5102
Nick Mathewson
2012-01-27
if we ever have an old bridge, never again use microdescs
Roger Dingledine
2012-01-25
Allow 0.2.3.x clients to use 0.2.2.x bridges.
Roger Dingledine
2012-01-18
Rename nonconformant identifiers.
Nick Mathewson
2012-01-16
Convert instances of tor_malloc+tor_snprintf into tor_asprintf
Nick Mathewson
[next]