aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2012-06-18Fix indentation and whitespace in rend_service_load_keysNick Mathewson
2012-06-18Refactor rend_service_load_keys() into outer loop and loop contentsNick Mathewson
2012-06-15Appease make check-spacesAndrea Shepard
2012-06-15Clean up keys on stack in rend_parse_service_authorization()Andrea Shepard
2012-06-15Clean up keys on stack in rend_client_refetch_v2_renddesc()Andrea Shepard
2012-06-15Clean up keys on stack in rend_client_send_introduction()Andrea Shepard
2012-06-15In rend_service_load_keys(), clear extended descriptor cookie and buffer, cle...Andrea Shepard
2012-06-15Clean keys on stack in rend_service_rendezvous_has_opened()Andrea Shepard
2012-06-15Clean keys on stack in rend_service_intro_has_opened()Andrea Shepard
2012-06-15Clean up keys on stack in rend_service_introduce()Andrea Shepard
2012-06-15Clean up keys on stack in rend_service_load_keys()Andrea Shepard
2012-06-15fix the typo on the typo fixRoger Dingledine
2012-06-15fix typos from 783f705dRoger Dingledine
2012-06-15Fix a typo found by Mike.Nick Mathewson
2012-06-15Merge remote-tracking branch 'public/xxx023'Nick Mathewson
2012-06-15Check the correct consensus before giving it to the clientNick Mathewson
2012-06-15Change a silent ignore-the-bug in microdesc.c to a LOG_INFONick Mathewson
2012-06-15Move tor_gettimeofday_cached() into compat_libeventNick Mathewson
2012-06-15Refactor GETINFO process/descriptor-limitNick Mathewson
2012-06-15Document that we are unlikely to underflow session group IDs.Nick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-15Merge remote-tracking branch 'public/bug5932'Nick Mathewson
2012-06-15Downgrade log messages about cbt enabled/disabled. Bug 6169.Nick Mathewson
2012-06-15another little step at making debugging 5458 easierRoger Dingledine
2012-06-15tab-man returneth (this time using the name 'rob')Roger Dingledine
2012-06-14Lower the default path bias notice rate to 40%.Mike Perry
2012-06-14For now, never disable any guards.Mike Perry
2012-06-14Defend against entry node path bias attacksMike Perry
2012-06-14Merge remote-tracking branch 'asn-mytor/bug5589_take2'Nick Mathewson
2012-06-14Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.George Kadianakis
2012-06-13Merge remote-tracking branch 'public/bug4663'Nick Mathewson
2012-06-13One more fix for bug 5049.Nick Mathewson
2012-06-13Satisfy make check-spacesAndrea Shepard
2012-06-13Move cbt->liveness.timeouts_after_firsthop free code into its own functionAndrea Shepard
2012-06-13Early exit from circuit_build_times_set_timeout() if adaptive timeouts are di...Andrea Shepard
2012-06-13Don't poll to see if we need to build circuits for timeout data if LearnCircu...Andrea Shepard
2012-06-13Use K&R styleAndrea Shepard
2012-06-13Unconditionally use config CircuitBuildTimeout if LearnCircuitBuildTimeout is...Andrea Shepard
2012-06-13Don't track circuit timeout history unless we're actually using adaptive time...Andrea Shepard
2012-06-13Add debug logging to circuit_build_times_* of circuitbuild.c to trace queries...Andrea Shepard
2012-06-13Merge branch 'bug5263_023'Nick Mathewson
2012-06-13Add rate-limited log message to bug5263 fixNick Mathewson
2012-06-13Fix busy Libevent loops (infinite loops in Shadow)Rob G. Jansen
2012-06-13Merge remote-tracking branch 'public/bug3940_redux'Nick Mathewson
2012-06-13Fix integer overflow in cell stats spotted by atagar.Karsten Loesing
2012-06-12Add a warning for using HTTPProxy with no other proxy.Nick Mathewson
2012-06-11fixup! An attempt at bug3940 and making AllowDotExit 0 work with MapAddressNick Mathewson
2012-06-11Document ADDRMAPSRC_NONE.Nick Mathewson
2012-06-11Merge branch 'bug5452'Nick Mathewson
2012-06-11Make RECOMMENDED_MIN_CIRCUIT_BUILD_TIMEOUT warning tell the user how to fix it.Andrea Shepard