aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
Commit message (Expand)AuthorAge
* Merge branch 'bug3045' into maint-0.2.2Nick Mathewson2011-05-30
|\
| * Log descriptions of nodes, not just nicknames.Nick Mathewson2011-05-15
* | Use the normal four-hop CBT for client intro circuitsRobert Ransom2011-05-30
|/
* Replace a nasty add-malloc-snprintf with a nice clean asprintfNick Mathewson2011-05-15
* Better doc for consider_recording_trackexithostNick Mathewson2011-05-15
* Raise the TrackHostExits membership code into its own functionNick Mathewson2011-05-13
* Downgrade the "we launched 10 circuits for this stream" message. (See bug 3080)Nick Mathewson2011-05-12
* Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
|\
| * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
* | Merge branch 'bug3k_021' into bug3k_022Sebastian Hahn2011-04-28
|\|
| * Fix a failure case of connection_ap_handshake_attach_circuit()Sebastian Hahn2011-04-28
| * Allow rend_client_send_introduction to fail transientlyRobert Ransom2011-04-28
* | make make check-spaces happier.Roger Dingledine2011-04-27
* | warn if we launch too many circuits for a given streamRoger Dingledine2011-04-27
* | revert most of ef81649d2fcRoger Dingledine2011-04-27
* | Add a circuit_purpose_to_string() function, and use itNick Mathewson2011-04-27
* | slight tweak on circuit_conforms_to_optionsRoger Dingledine2011-04-26
* | Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2Nick Mathewson2011-04-07
|\ \
| * | Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson2011-03-25
* | | Fix a compile warning on OS X 10.6Sebastian Hahn2011-04-07
* | | Use cbt to tell when to launch parallel intro circuitNick Mathewson2011-03-30
* | | Use timevals, not time_t, when expiring circuits.Nick Mathewson2011-03-30
|/ /
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
|\|
| * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | Merge branch 'bug1772' into maint-0.2.2Roger Dingledine2010-09-29
|\ \
| * | no measurement circs if not enough build timesRoger Dingledine2010-09-29
| * | refactor and recomment; no actual changesRoger Dingledine2010-09-29
| * | Fix non-live condition checks.Mike Perry2010-09-29
* | | Merge commit 'mikeperry/bug1739' into maint-0.2.2Roger Dingledine2010-09-29
|\| |
| * | Send control port events for timeouts.Mike Perry2010-09-29
* | | Merge commit 'mikeperry/bug1740' into maint-0.2.2Roger Dingledine2010-09-29
|\| |
| * | Only count timeout data for 3 hop circuits.Mike Perry2010-09-29
* | | improve code comments, based on comments from nickRoger Dingledine2010-09-28
* | | handle ugly edge case in retrying entrynodesRoger Dingledine2010-09-28
* | | optimistically retry EntryNodes on socks requestRoger Dingledine2010-09-28
|/ /
* | fix another piece of 1741Roger Dingledine2010-08-14
* | changes entry for bug 1741Roger Dingledine2010-08-13
* | Add check for CIRCUIT_PURPOSE_S_REND_JOINED.Mike Perry2010-08-13
* | tiny changes i found in my sandboxRoger Dingledine2010-08-09
* | Bug #1222: Clarify new circuit after sleep noticeChris Ball2010-07-31
* | Create rephist.hSebastian Hahn2010-07-27
* | Create policies.hSebastian Hahn2010-07-27
* | Create control.hSebastian Hahn2010-07-27
* | Create connection_edge.hSebastian Hahn2010-07-27
* | Create connection.hSebastian Hahn2010-07-27
* | Create config.hSebastian Hahn2010-07-27
* | Create circuituse.hSebastian Hahn2010-07-27
* | Create circuitlist.hSebastian Hahn2010-07-27
* | Create circuitbuild.hSebastian Hahn2010-07-27