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
/
circuituse.c
Age
Commit message (
Expand
)
Author
2015-06-25
Merge remote-tracking branch 'public/bug16013_025' into maint-0.2.6
Nick Mathewson
2015-06-25
Avoid crashing on busy/NEWNYM+hidden service clients
Nick Mathewson
2015-02-19
Check ENABLE_TOR2WEB_MODE before any tor2webmode code
Nick Mathewson
2015-02-18
Patch from cypherpunks to try to diagnose 8387.
Nick Mathewson
2015-02-11
Merge branch 'bug12844'
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-12-30
Missing semicolon; my bad
Nick Mathewson
2014-12-30
Avoid building exit circuits from a consensus with no exits
teor
2014-12-19
Merge remote-tracking branch 'dgoulet/bug13936_025_v2'
Nick Mathewson
2014-12-17
Fix: call circuit_has_opened() for rendezvous circuit
David Goulet
2014-11-12
Replace operators used as macro arguments with OP_XX macros
Nick Mathewson
2014-11-07
Wrong format in log statement
David Goulet
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-21
clients use optimistic data when reaching hidden services
Roger Dingledine
2014-09-21
Use optimistic data even if we don't know exitnode->rs
Roger Dingledine
2014-09-21
get rid of routerstatus->version_supports_optimistic_data
Roger Dingledine
2014-09-15
Block circuit canibalization when Tor2webRendezvousPoints is active.
George Kadianakis
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-07-16
Add another 8387 diagnostic
Nick Mathewson
2014-07-16
Merge remote-tracking branch 'public/bug8387_024' into maint-0.2.5
Nick Mathewson
2014-07-09
Fix a bug where streams would linger forever when we had no dirinfo
Nick Mathewson
2014-06-11
whitespaces fixes
Nick Mathewson
2014-06-10
Improved diagnostic log for bug 8387.
Nick Mathewson
2014-05-11
Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long.
dana koch
2014-05-07
Better log message for 8387 diagnostic
Nick Mathewson
2014-04-29
Log info on ancient one-hop circuits in heartbeat
Nick Mathewson
2014-04-18
scan-build: when logging a path length, check build_state.
Nick Mathewson
2014-04-15
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2014-04-15
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2014-04-14
Don't send uninitialized stack to the controller and say it's a date.
Nick Mathewson
2013-12-21
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-12-21
Fix a logic error in circuit_stream_is_being_handled.
Nick Mathewson
2013-11-01
Merge branch 'prop221_squashed_024'
Nick Mathewson
2013-11-01
circuit_build_failed: distinguish "got DESTROY" case
Nick Mathewson
2013-10-31
Add missing includes for circpathbias.h
Nick Mathewson
2013-09-29
fix two cases where we were printing unsigned int as %d
Roger Dingledine
2013-09-04
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-09-04
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2013-09-04
use !cbt_disabled in place of LearnCBT to avoid needless circs
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-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-06-20
Don't access global_circuitlist variable directly. Use a getter instead.
Marek Majkowski
2013-03-29
Don't relax the timeout for already opened 1-hop circuits.
Mike Perry
2013-03-29
Add detail to log messages related to bug 7799.
Mike Perry
2013-03-26
Bug 6572: Use timestamp_created for liveness sanity checks.
Mike Perry
2013-03-20
Fix an EOL@EOF in circuituse.c
Andrea Shepard
[next]