summaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
2009-12-21Be more willing to use an unsuitable circuit for exit.Roger Dingledine
2009-12-15Merge branch 'safelogging2'Nick Mathewson
2009-12-15Refactor the safe_str_*() API to make more sense.Nick Mathewson
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-09-20Fix typos and comments, plus two bugsRoger Dingledine
2009-09-20Implement and document new network liveness algorithm.Mike Perry
2009-09-20Fix some precision-related asserts in unit tests.Mike Perry
2009-09-17Choose early circuit idle timeout better.Roger Dingledine
2009-09-16Fix issues found by arma in review.Mike Perry
2009-09-16space/indent cleanups, plus point out three bugsRoger Dingledine
2009-09-16Use our variable directly for timeout.Mike Perry
2009-09-16Fix the math.h log() conflict.Mike Perry
2009-09-16Recover from changing network connections.Mike Perry
2009-09-16Implement the pareto fitting and timeout calculating bits.Mike Perry
2009-08-31Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-31Only send reachability status events on overall success/failureRoger Dingledine
2009-05-28Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-28Fixes to spelling fixes. Thanks, Roger!Nick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Clients do not request version 0 hidserv descs anymore.Karsten Loesing
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-02-09Retry circuits if the exit node is optional and nonexistant.Nick Mathewson
2009-02-04If we're using bridges and our network goes away, be more willingRoger Dingledine
2009-01-22Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candid...Nick Mathewson
2009-01-07actually find the right identity_digest to blame when we getRoger Dingledine
2009-01-06well, that was a disaster. this time for sure.Roger Dingledine
2009-01-06no actual changes besides a seg fault on startup, i meantRoger Dingledine
2009-01-06simplify. no actual changes i think. ;)Roger Dingledine
2009-01-06When our circuit fails at the first hop (e.g. we get a destroyRoger Dingledine
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Downgrade some xxx021s, comment more on others, etcNick Mathewson
2008-12-24Checkpoint my big bug-891 patch.Nick Mathewson
2008-12-22Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson
2008-12-18Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson
2008-12-18Remove fixed xxx020s; downgrade unfixed ones.Nick Mathewson
2008-12-17Move edge-only flags from connection_t to edge_connection_t.Nick Mathewson
2008-12-17Rename or_is_obsolete and move it to or_connection_t where it belongs.Nick Mathewson
2008-11-07fix wide linesNick Mathewson
2008-11-05(a - b) / 2 != a - (b / 2); this is the reason why tunneled directory request...Karsten Loesing
2008-11-01Fix an assertion failure on double-marked circuits, and a double-mark.Nick Mathewson
2008-10-21Fix another case of refusing to use a chosen exit node because we think it wi...Nick Mathewson
2008-10-15add patch2 from proposal 155:Roger Dingledine
2008-10-15put in karsten's patch #1 for proposal 155, modifiedRoger Dingledine
2008-09-29Nobody calls circuit_launch_by_nickname; remove it.Nick Mathewson
2008-09-29Patch from mwenge: update TrackHostExits mapping expiry times when the mappin...Nick Mathewson
2008-09-29Fix a bug where an unreachable relay would establish enoughRoger Dingledine
2008-09-24Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should...Nick Mathewson
2008-09-15Add a circuit_conforms_to_options() function for use in debugging paths [and ...Nick Mathewson