summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2013-03-10start part-way through the ssl cert lifetimeRoger Dingledine
2013-03-10randomize SSLKeyLifetime by defaultRoger Dingledine
2013-03-10parameterize SSLKeyLifetimeRoger Dingledine
2013-03-10Merge remote-tracking branch 'arma/bug6783_big_hammer' into maint-0.2.4Nick Mathewson
2013-03-10Fix typos in a few log messagesBenjamin Kerensa
2013-03-10set DisableV2DirectoryInfo_ off by defaultRoger Dingledine
2013-03-10Tweak bug6783 patch.Nick Mathewson
2013-03-10Add a DisableV2DirectoryInfo_ option to 404 all v2 ns requestsNick Mathewson
2013-03-10Fix 8447: use %u to format circid_t.Nick Mathewson
2013-03-01Correctly set entry->is_dir_cache when adding an entry guard for the first timeAndrea Shepard
2013-03-01Fix bootstrapping with bridges by making is_dir_cache is set on them.Nick Mathewson
2013-02-25Fix a comment in tor_main.cNick Mathewson
2013-02-19fix a wide lineNick Mathewson
2013-02-19Merge branch 'bug8065_v2'Nick Mathewson
2013-02-19Downgrade an assert to LD_BUGNick Mathewson
2013-02-19Merge branch 'bug2286_unit_test_squashed'Nick Mathewson
2013-02-19Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson
2013-02-19Add unit test for unmeasured bandwidth clipping in consensusAndrea Shepard
2013-02-19Note some annoyinc copy-and-paste codeNick Mathewson
2013-02-19Tweak consensus method 17 based on arma's commentsNick Mathewson
2013-02-19touchups on 78582760Roger Dingledine
2013-02-19Revise some comments in router.cNick Mathewson
2013-02-15Fix a bug that roger found in the wide_circ_id codeNick Mathewson
2013-02-15Merge remote-tracking branch 'public/bug8207'Nick Mathewson
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-14Authorities were adding downtime for every relay every restartRoger Dingledine
2013-02-14Merge remote-tracking branch 'arma/bug1992'Nick Mathewson
2013-02-12Restore the entry/dirguard distinction.Nick 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-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-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-11Make hidden service authorization work again.Nick Mathewson
2013-02-11Fix a copy-and-paste issue found by coverityNick 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