summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2012-08-03Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-08-03Mitigate a side-channel leak of which relays Tor chooses for a circuitRobert Ransom
2012-08-03Remove bogus comment claiming that an assertion is triggerable by consensusRobert Ransom
2012-08-03Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-08-03Avoid possible segfault when handling networkstatus vote with bad flavorNick Mathewson
2012-07-31Avoid hard (impossible?)-to-trigger double-free in dns_resolve()Nick Mathewson
2012-07-31Merge branch 'bug6490_v2' into maint-0.2.3Nick Mathewson
2012-07-31Warn when accounting is used in a way likely to link hidden servicesNick Mathewson
2012-07-31trivial grammar fixRoger Dingledine
2012-07-23Merge remote-tracking branch 'asn/bug6274_take3' into maint-0.2.3Nick Mathewson
2012-07-18Better handling of server managed proxies when Tor is not a relay.George Kadianakis
2012-07-18Merge branch 'smartlist_shorten' into maint-0.2.3Nick Mathewson
2012-07-17Improve message on spurious SOCKSListenAddressNick Mathewson
2012-07-17Fix the remaining instances of nexted SMARTLIST_FOREACHNick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-07-17Allow TestingTorNetwork when alternate dir and bridge authorities are set.Linus Nordberg
2012-07-16Refer to the correct variable in a loop when parsing entry guard stateNick Mathewson
2012-07-06Merge remote-tracking branch 'nickm/bug6271_part_a' into maint-0.2.3Roger Dingledine
2012-07-06Fix a bug handling SENDME cells on nonexistent streams.Nick Mathewson
2012-07-05On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rcNick Mathewson
2012-07-01Revert "Detect bug 6252 (unexpected sendme cell)"Roger Dingledine
2012-07-01Detect bug 6252 (unexpected sendme cell)Roger Dingledine
2012-06-28fix grammar in commentRoger Dingledine
2012-06-28Merge remote-tracking branch 'public/bug6244_part2' into maint-0.2.3Nick Mathewson
2012-06-28Downgrade 'Got a certificate, but we already have it' log message from warnin...Andrea Shepard
2012-06-27Fix GETINFO address-mappings/... with wildcarded addresses.Nick Mathewson
2012-06-27Allow wildcarded mapaddress targets in controller MAPADDRESS commandNick Mathewson
2012-06-26Downgrade message about md cache cleaning from notice to infoNick Mathewson
2012-06-25Don't do DNS lookups when parsing corrupted managed proxy messages.George Kadianakis
2012-06-23Catch a few more K&R violations with make check-spacesNick Mathewson
2012-06-23Improve log message issued when a managed proxy fails to launch.George Kadianakis
2012-06-22Merge remote-tracking branch 'public/bug6211' into maint-0.2.3Nick 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 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