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
2012-12-09
Convert to doubles for all pathbias state.
Mike Perry
2012-12-09
Also shorten circuit_successes to circ_successes.
Mike Perry
2012-12-09
Rename first_hop to circ_attempt.
Mike Perry
2012-12-09
Change from first hop accounting to 2nd hop accounting
Mike Perry
2012-12-09
Flag cannibalized circs as used (non-ideal).
Mike Perry
2012-12-08
Allow any valid 'end' cell to mean a circuit was used successfully.
Mike Perry
2012-12-08
Sadly, we can't safely count client intro circ success
Mike Perry
2012-12-08
Fix some hidden service edge cases.
Mike Perry
2012-12-07
Refactor path use bias code into own function.
Mike Perry
2012-12-07
Fix another crash bug.
Mike Perry
2012-12-07
Remove n_chan codepaths for determinining guard.
Mike Perry
2012-12-07
Fix a crash due to NULL circ->n_chan.
Mike Perry
2012-12-07
Prop 209: Add path bias counts for timeouts and other mechanisms.
Mike Perry
2012-12-07
Be explicit about units for timeout.
Mike Perry
2012-12-07
Fix an assert crash and an incorrectly placed return.
Mike Perry
2012-12-07
Update with code review changes from Nick.
Mike Perry
2012-12-07
Fix spaces.
Mike Perry
2012-12-07
Refactor pathbias functions to use pathbias_should_count.
Mike Perry
2012-12-07
Update Path Bias log messages to match Proposal 209.
Mike Perry
2012-12-07
Add log message checks for different rates.
Mike Perry
2012-12-07
Update pathbias parameters to match Proposal 209.
Mike Perry
2012-12-07
Add the ability to count circuit timeouts for guards.
Mike Perry
2012-12-07
Bug 3443: Don't count ORconn setup in circuit build time.
Mike Perry
2012-10-22
Fix more madness from the split_circuitbuild merge
Nick Mathewson
2012-10-22
Merge branch 'split_circuitbuild'
Nick Mathewson
2012-10-17
Fix mal-merge, don't | END_CIRC_REASON_CHANNEL_CLOSED into reason codes in ci...
Andrea Shepard
2012-10-15
Move the circuit build timeout code into its own file.
Nick Mathewson
2012-10-15
Merge remote-tracking branch 'public/bug1031'
Nick Mathewson
2012-10-14
Merge remote-tracking branch 'arma/bug7029'
Nick Mathewson
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
2012-10-10
Merge branch 'bug7011'
Nick Mathewson
2012-10-10
Use fmt_addrport where appropriate.
David Fifield
2012-10-10
Use fmt_and_decorate_addr in log messages.
David Fifield
2012-10-09
Split channel_t into channel_t and channel_listener_t; get rid of that big union
Andrea Shepard
2012-10-08
Use channel_t rather than or_connection_t for circuits
Andrea Shepard
2012-10-04
Merge remote-tracking branch 'linus/bug6757'
Nick Mathewson
2012-10-04
Merge remote-tracking branch 'origin/maint-0.2.3'
Nick Mathewson
2012-10-03
pass the reason from the truncated cell to the controller
Roger Dingledine
2012-10-03
properly free the return values of rate_limit_log()
Roger Dingledine
2012-10-03
Free some more still-in-use memory at exit
Roger Dingledine
2012-09-19
Set (and reset) node_t.ipv6_preferred for bridges based on Bridge lines.
Linus Nordberg
2012-09-18
Bump bug 6866 log messages back up to notice for 0.2.4
Nick Mathewson
2012-09-18
Merge remote-tracking branch 'origin/maint-0.2.3'
Nick Mathewson
2012-09-18
Whitespace fixes
Nick Mathewson
2012-09-18
Print the correct address family in log printout.
Linus Nordberg
2012-09-17
Bug 6866: Convert pathbias asserts into log messages.
Mike Perry
2012-09-14
Split the routerset code out of routerlist.c
Nick Mathewson
2012-09-13
Split the or_state_t portions of config.c into their own file
Nick Mathewson
2012-09-13
Split the generic config_fmt_t code into a new confparse.c file
Nick Mathewson
2012-09-12
Fix directory self-testing logic
Nick Mathewson
[prev]
[next]