aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-23Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-06-23Catch a few more K&R violations with make check-spacesNick Mathewson
2012-06-23Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-06-23Improve log message issued when a managed proxy fails to launch.George Kadianakis
2012-06-22Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-06-22Merge remote-tracking branch 'public/bug6211' into maint-0.2.3Nick Mathewson
2012-06-22Merge remote-tracking branch 'public/bug6203_v2' into maint-0.2.3Nick Mathewson
2012-06-22Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-06-22Style tweaks and add a warning about NUL-terminationNick Mathewson
2012-06-22Add unit test for format_hex_number_for_helper_exit_status()Andrea Shepard
2012-06-22Refactor unsigned int hex formatting out of format_helper_exit_status() in ut...Andrea Shepard
2012-06-22Make format_helper_exit_status() avoid unnecessary spacesAndrea Shepard
2012-06-20Increment master branch version to 0.2.4.0-alpha-devNick Mathewson
2012-06-19Fix a regression bug in AllowDotExitNick Mathewson
2012-06-19Disable warning for marked-but-reading in main.cNick Mathewson
2012-06-18Merge remote-tracking branch 'public/bug3311'Nick Mathewson
2012-06-18Merge remote-tracking branch 'andrea/bug6028'Nick Mathewson
2012-06-16conn_type_to_string() on a listener already says it's a listenerRoger Dingledine
2012-06-15fix the typo on the typo fixRoger Dingledine
2012-06-15Always set *socket_error to something appropriate when returning -1 from conn...Andrea Shepard
2012-06-15fix typos from 783f705dRoger Dingledine
2012-06-15fix a compiler warning added in one of my XXX023 fixes.Nick Mathewson
2012-06-15Whitespace fixNick Mathewson
2012-06-15Fix a typo found by Mike.Nick Mathewson
2012-06-15Merge remote-tracking branch 'public/xxx023'Nick Mathewson
2012-06-15Clarify some messages about publishing hidden service descriptorsNick 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-15bump to 0.2.3.17-beta-devRoger Dingledine
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-15bump to 0.2.3.17-betaRoger 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