summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-25Merge branch 'bug1526-v2'Nick Mathewson
2010-06-25Fix a compile error when building with Libevent before 1.4.5-stableNick Mathewson
2010-06-25Use Libevent 2.0's periodic timers where available.Nick Mathewson
2010-06-25Fix typo in tinytest_demoSteven Murdoch
2010-06-22Fix zlib macro brokenness on osx with zlib 1.2.4 and higher.Nick Mathewson
2010-06-22Log an error if openssl fails to copy a key for usNick Mathewson
2010-06-22Add a function to return a double in range [0,1).Nick Mathewson
2010-06-22Remove the extra space that is sent in certain STREAM messages from the contr...Kat Magic
2010-06-16Mention the purpose field for leaked circuits.Mike Perry
2010-06-15Add CLOSE_MS and CLOSE_RATE keywords to buildtimeout event.Mike Perry
2010-06-15Be more proactive about closing unused circuits.Mike Perry
2010-06-15Split the circuit timeout and close codepaths.Mike Perry
2010-06-15Fix initialization and reset issues with close_ms.Mike Perry
2010-06-14Answer question from Roger.Nick Mathewson
2010-06-14a line that's been sitting in my sandbox for monthsRoger Dingledine
2010-06-14Save a couple characters' allocation in esc_for_logFlorian Zumbiehl
2010-06-11Merge commit 'sebastian/hostnamewarn'Nick Mathewson
2010-06-11Merge commit 'origin/maint-0.2.1'Nick Mathewson
2010-06-11Add maatuska as eighth v3 directory authority.Karsten Loesing
2010-06-10Don't put a ControlPort without auth in sample bridge torrcSebastian Hahn
2010-06-10change Bytes to B to fix ticket 1195.Andrew Lewman
2010-06-10Don't crash when reading cached*consensus files on startupSebastian Hahn
2010-06-09Keep circuits open until the greater of 95th CDF percentile or 60s.Mike Perry
2010-06-09Make the Xm mode selection a consensus parameter.Mike Perry
2010-06-09Address some issues with unit tests.Mike Perry
2010-06-09Add timeout count state variable.Mike Perry
2010-06-09Remove synthetic timeout code in favor of better Pareto model.Mike Perry
2010-06-09Arma hates (\d+). Remove mine and some others.Mike Perry
2010-06-09Improve log message about large timeouts and fix some typos.Mike Perry
2010-06-07Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-06-07Update to June 1 2010 Maxmind GeoLite Country database.Karsten Loesing
2010-06-07Merge branch 'bug1522'Nick Mathewson
2010-06-07Reinstate warning when HOME isn't set.Nick Mathewson
2010-06-07Sample torrc as a bridgeAndrew Lewman
2010-06-07Add option to not warn when getting an IP instead of hostnameSebastian Hahn
2010-06-07Treat unset $HOME like empty $HOMESebastian Hahn
2010-06-04Don't cannibalize one-hop circuitsSebastian Hahn
2010-06-03Let bridge users use the non-primary address of a multi-homed bridgeRoger Dingledine
2010-05-24Make pointer types correct in WinCE patchNick Mathewson
2010-05-24moved wince related includes and defs to compat.h where possible, removed unu...valerino
2010-05-24Port Tor to work on Windows CEvalerino
2010-05-20Log the correct address when purging a mismatchd DNS cache addressvalerino
2010-05-20Don't use "try" as an identifiervalerino
2010-05-20clean up whitespace in src/toolsNick Mathewson
2010-05-17Make rotate_request_period use BEGIN/END versions of FOREACHNick Mathewson
2010-05-12Fix CBT unit tests.Mike Perry
2010-05-12Clarify 'marking connection as too old' messagesNick Mathewson
2010-05-10Fix comments from Sebastian + Nick's code review.Mike Perry
2010-05-10Bug 1296: Add option+logic to disable CBT learning.Mike Perry
2010-05-10Bug 1357: Store the suspended timeout value to resume.Mike Perry