aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
Commit message (Expand)AuthorAge
* 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
* Create rendservice.hSebastian Hahn2010-07-27
* Create rendclient.hSebastian Hahn2010-07-27
* Create rendcommon.hSebastian Hahn2010-07-27
* Create routerlist.hSebastian Hahn2010-07-27
* Create router.hSebastian Hahn2010-07-27
* Fix bugs with assuming time_t can be implicitly cast to longNick Mathewson2010-06-29
* Mention the purpose field for leaked circuits.Mike Perry2010-06-16
* Be more proactive about closing unused circuits.Mike Perry2010-06-15
* Split the circuit timeout and close codepaths.Mike Perry2010-06-15
* Fix initialization and reset issues with close_ms.Mike Perry2010-06-15
* Keep circuits open until the greater of 95th CDF percentile or 60s.Mike Perry2010-06-09
* Bug 1245: Ignore negative and large timeouts.Mike Perry2010-05-10
* Merge branch 'maint-0.2.1'Roger Dingledine2010-04-23
|\
| * close idle dir-fetch circs earlyRoger Dingledine2010-04-23
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Be more willing to use an unsuitable circuit for exit.Roger Dingledine2009-12-21
* | Merge branch 'safelogging2'Nick Mathewson2009-12-15
|\ \
| * | Refactor the safe_str_*() API to make more sense.Nick Mathewson2009-12-15
* | | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12
|/ /
* | Fix typos and comments, plus two bugsRoger Dingledine2009-09-20
* | Implement and document new network liveness algorithm.Mike Perry2009-09-20
* | Fix some precision-related asserts in unit tests.Mike Perry2009-09-20
* | Choose early circuit idle timeout better.Roger Dingledine2009-09-17
* | Fix issues found by arma in review.Mike Perry2009-09-16