aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
Commit message (Expand)AuthorAge
* 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
* | space/indent cleanups, plus point out three bugsRoger Dingledine2009-09-16
* | Use our variable directly for timeout.Mike Perry2009-09-16
* | Fix the math.h log() conflict.Mike Perry2009-09-16
* | Recover from changing network connections.Mike Perry2009-09-16
* | Implement the pareto fitting and timeout calculating bits.Mike Perry2009-09-16
* | Merge branch 'maint-0.2.1'Roger Dingledine2009-08-31
|\|
| * Only send reachability status events on overall success/failureRoger Dingledine2009-08-31
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-28
|\|
| * Fixes to spelling fixes. Thanks, Roger!Nick Mathewson2009-05-28
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\|
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Clients do not request version 0 hidserv descs anymore.Karsten Loesing2009-05-04
* | Update copyright to 2009.Karsten Loesing2009-05-02
|/
* Retry circuits if the exit node is optional and nonexistant.Nick Mathewson2009-02-09