summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-30Allow IPv4 and IPv6 addresses in SOCKS5 FQDN requests.Yawning Angel
2014-12-30Merge remote-tracking branch 'dgoulet/bug13667_025_v4'Nick Mathewson
2014-12-29Fix: mitigate as much as we can HS port scanningDavid Goulet
2014-12-29Wipe all of the target space in tor_addr_{to,from}_sockaddr()Nick Mathewson
2014-12-29Merge branch 'resolvemyaddr_squashed'Nick Mathewson
2014-12-29Make the resolvemyaddr unit tests pass when local dns is hijackedNick Mathewson
2014-12-29Fix memory leaks in resolvemyaddr testsNick Mathewson
2014-12-29Fix compilation errors in resolvemyaddr testsNick Mathewson
2014-12-29Adding comprehensive test cases for resolve_my_address.rl1987
2014-12-29Fix a few commentsrl1987
2014-12-26Add another cellintptr use; fixes 14031Nick Mathewson
2014-12-26Improve a notice message in dirvote.c. (Roger asked for this.)Nick Mathewson
2014-12-23Merge remote-tracking branch 'teor/bug13718-consensus-interval'Nick Mathewson
2014-12-24Fix If-Modified-Since in rapidly updating Tor networksteor
2014-12-24Allow consensus interval of 10 seconds when testingteor
2014-12-24Fix TestingMinExitFlagThreshold 0teor
2014-12-23Merge remote-tracking branch 'public/bug13811_025'Nick Mathewson
2014-12-23Fix Matthews code to actually use tmpFrancisco Blas Izquierdo Riera (klondike)
2014-12-23Fix compilation on platforms without IP6T_SO_ORIGINAL_DSTNick Mathewson
2014-12-23Adjust systemd watchdog supportNick Mathewson
2014-12-23Add support for systemd watchdog protocolMichael Scherer
2014-12-23add support for systemd notification protocolMichael Scherer
2014-12-23tweak whitespace; log bad socket family if bug occursNick Mathewson
2014-12-23Add the transparent proxy getsockopt to the sandboxFrancisco Blas Izquierdo Riera (klondike)
2014-12-23Use the appropriate call to getsockopt for IPv6 socketsFrancisco Blas Izquierdo Riera (klondike)
2014-12-22Tweak channel unit tests so we don't see coverity complaintsNick Mathewson
2014-12-22Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-12-22Merge remote-tracking branch 'public/bug14013_024' into maint-0.2.5Nick Mathewson
2014-12-22When decoding a base-{16,32,64} value, clear the target buffer firstNick Mathewson
2014-12-22Fix a bunch of memory leaks in the unit tests. Found with valgrindNick Mathewson
2014-12-22Coverity complained that we were not checking this return valueNick Mathewson
2014-12-22Fix some coverity issues in the unit testsNick Mathewson
2014-12-21Merge branch 'ticket7356_squashed'Nick Mathewson
2014-12-21Fixing mistake in comment.rl1987
2014-12-21Using channel state lookup macros in connection_or.c.rl1987
2014-12-21Using CHANNEL_FINISHED macro in connection.crl1987
2014-12-21Using channel state lookup macros in circuitlist.c.rl1987
2014-12-21Using CHANNEL_IS_OPEN macro in circuitbuild.crl1987
2014-12-21Using channel state lookup macros in circuitbias.c.rl1987
2014-12-21Using channel state lookup macros in channeltls.crl1987
2014-12-21Use channel state lookup macros in channel.crl1987
2014-12-21Using macros and inline function for quick lookup of channel state.rl1987
2014-12-21Merge remote-tracking branch 'teor/bug14002-osx-transproxy-ipfw-pf'Nick Mathewson
2014-12-21Make log bufer 10k, not 9.78k.teor
2014-12-21Fix a comment in tor_addr_parseteor
2014-12-21Fix clang warning, IPv6 address comment, buffer size typoteor
2014-12-20Fix transparent proxy checks to allow OS X to use ipfw or pfteor
2014-12-19LLONG_MIN => INT64_MIN.Nick Mathewson
2014-12-19Define an int64_min when it is missingNick Mathewson
2014-12-19Fix unit test.Karsten Loesing