summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-15Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson
2013-02-15make check-spacesNick Mathewson
2013-02-15Merge remote-tracking branch 'public/feature4994-rebased'Nick Mathewson
2013-02-15Fix unreachable use-before-assign in test_util_join_win_cmdlineNick Mathewson
2013-02-15Merge remote-tracking branch 'public/integers_donna'Nick Mathewson
2013-02-14Authorities were adding downtime for every relay every restartRoger Dingledine
2013-02-14Use torint.h in curve25519-donna*.cNick Mathewson
2013-02-14Merge remote-tracking branch 'arma/bug1992'Nick Mathewson
2013-02-12Restore the entry/dirguard distinction.Nick Mathewson
2013-02-12tor.1: Specify what Auto means for RefuseUnknownExits in more detailPeter Palfrader
2013-02-12Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2013-02-12oops; add a missing semicolonNick Mathewson
2013-02-12get rid of the new caching notion in resolve_my_address()Roger Dingledine
2013-02-11simplify timing checksRoger Dingledine
2013-02-11Check for IP address change every minute, not 15 minutesRoger Dingledine
2013-02-11Stop trying to resolve our hostname so oftenRoger Dingledine
2013-02-11Don't tor_close_socket(-1) in tor-resolve.Nick Mathewson
2013-02-11Teach resolve_my_address() to return a cached answerRoger Dingledine
2013-02-11Fix two more coverity-spotted leaks in master.Nick Mathewson
2013-02-11Avoid null-pointer deref in pathbias_is_new_circ_attemptNick Mathewson
2013-02-11Fix a nigh-impossible overflow in cpuworker.cNick Mathewson
2013-02-11Fix a null-deref-on-fail in unit testsNick Mathewson
2013-02-11oops; add a missing semicolonNick Mathewson
2013-02-11Merge remote-tracking branch 'public/bug7816_023'Nick Mathewson
2013-02-11Fix another memory leakNick Mathewson
2013-02-11Merge remote-tracking branch 'public/bug8208'Nick Mathewson
2013-02-11Check whether ei is non-NULL before altering it.Nick Mathewson
2013-02-11Suppress a coverity false positive in connection_edge_package_raw_inbufNick Mathewson
2013-02-11Fix even more dead code and resource leaks in the unit testsNick Mathewson
2013-02-11Fix a very short-lived socket leak in tor-resolveNick Mathewson
2013-02-11Resolve memory leaks in the unit tests and benchmarks (found by coverity)Nick Mathewson
2013-02-11Fix a copy-and-paste issue found by coverityNick Mathewson
2013-02-11Speed up the curve25519 unit test by doing fewer iterationsNick Mathewson
2013-02-11Merge remote-tracking branch 'public/bug8158'Nick Mathewson
2013-02-11Avoid generating extra spaces when explaining how we guessed our addressNick Mathewson
2013-02-11Refactor resolve_my_address() so logs are more accurate / helpfulRoger Dingledine
2013-02-11log the hostname that resolve_my_address() used to guess our IPRoger Dingledine
2013-02-11Merge remote-tracking branch 'public/bug7801_v2'Nick Mathewson
2013-02-09Replace magic constants for wide_circ_ids with inline function callsNick Mathewson
2013-02-09Wrap more macro definitions in (parentheses)Nick Mathewson
2013-02-08Improve comment at Andrea's requestNick Mathewson
2013-02-08Merge remote-tracking branch 'public/signof_enum'Nick Mathewson
2013-02-08changes file for bug7801Nick Mathewson
2013-02-08Unit test for tor_weak_random_rangeNick Mathewson
2013-02-08Add explicit check for !first_conn in ...resume_edge_reading_helperNick Mathewson
2013-02-08Improve comment about our random stream choice algorithmNick Mathewson
2013-02-08Fix numerous problems with Tor's weak RNG.Nick Mathewson
2013-02-08Add doxygen for bug8158 functionsNick Mathewson
2013-02-08Coalesce identical adjacent microdescriptor vote lines.Nick Mathewson
2013-02-08Refactor generating the m lines in a vote into its own functionNick Mathewson