aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
Commit message (Expand)AuthorAge
...
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-30
|\| | |
| * | | Use the normal four-hop CBT for client intro circuitsRobert Ransom2011-05-30
| |/ /
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-15
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-12
|\| |
| * | Downgrade the "we launched 10 circuits for this stream" message. (See bug 3080)Nick Mathewson2011-05-12
* | | Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson2011-05-11
|\| |
| * | 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 remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-28
|\| |
| * | 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
* | | Merge branch 'maint-0.2.2'Roger Dingledine2011-04-27
|\| |
| * | make make check-spaces happier.Roger Dingledine2011-04-27
* | | Merge maint-0.2.2 for the bug1090-part1-squashed branchNick Mathewson2011-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 'origin/maint-0.2.2'Nick Mathewson2011-04-07
|\| |
| * | 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
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-07
|\| | |
| * | | Fix a compile warning on OS X 10.6Sebastian Hahn2011-04-07
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-03-30
|\| | |
| * | | 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.2'Nick Mathewson2011-01-03
|\| |
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\|
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | Fold timestamp_created into highres_createdNick Mathewson2010-10-15
* | | Fix a couple more node_t-related nullpointer bugsNick Mathewson2010-10-04
* | | Initial conversion to use node_t throughout our codebase.Nick Mathewson2010-10-01
* | | Try to make most routerinfo_t interfaces constNick Mathewson2010-10-01
|/ /
* | 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