summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2011-05-12Unmap microdesc cache before replacing it.Nick Mathewson
2011-05-12Accept hs descriptors even if we don't see an HSDir for usNick Mathewson
2011-05-12bug 3026: do not upload our vote to ourselfNick Mathewson
2011-05-12Merge branch 'bug1352' into maint-0.2.2Nick Mathewson
2011-05-11Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-11Fix crash when read_file_to_string() fails in SAVECONFNick Mathewson
2011-05-11Hand-tune the new tor_memcmp instances in 0.2.2Nick Mathewson
2011-05-11Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-05-11Add a data-independent variant of memcmp and a d-i memeq function.Nick Mathewson
2011-05-09Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2Nick Mathewson
2011-05-09Remove some dead code, found by clangSebastian Hahn
2011-05-09Remove a duplicated line, found by clangSebastian Hahn
2011-05-09Fix potential null pointer deref during dirvoteSebastian Hahn
2011-05-09Fix a potential null deref when rebuilding md cacheSebastian Hahn
2011-05-09CONN_LOG_PROTECT()'s first argument may not be 0Sebastian Hahn
2011-05-09Appease clang - and my tortured mindSebastian Hahn
2011-05-09Add an assert to un-confuse clang's analyzerSebastian Hahn
2011-05-09Fix a docstringSebastian Hahn
2011-05-05Fix up some check-spaces issuesNick Mathewson
2011-05-04Merge remote-tracking branch 'rransom/bug3106' into maint-0.2.2Nick Mathewson
2011-05-04Handle crypto_pk_get_digest failures semi-sensiblyRobert Ransom
2011-05-04Merge remote-tracking branch 'sebastian/win_warning' into maint-0.2.2Nick Mathewson
2011-05-05Fix compile warning on windowsSebastian Hahn
2011-05-03Set SO_REUSEADDR on all sockets, not just listenersNick Mathewson
2011-05-03Fix circuit_list_path_impl(): internal circuits do not have an "exit". Trivia...Nick Mathewson
2011-05-03Change who calls microdesc_cache_rebuild().Nick Mathewson
2011-05-03Rebuild the microdesc cache when a sufficient number of bytes are droppedNick Mathewson
2011-05-03Backport microdesc_cache_clean to 0.2.2Nick Mathewson
2011-05-03Fix a check for when to rebuild the microdesc cache. (Backport from 0.2.3.Nick Mathewson
2011-05-03Add missing code to set cache->journal_len when reading microdesc journalNick Mathewson
2011-04-29Clean up a warning a bitNick Mathewson
2011-04-28Rate-limit v2 networkstatus download fail warningsNick Mathewson
2011-04-28Rename connection_dir_download_networkstatus_failed: be clear that it means v2Nick Mathewson
2011-04-28Merge remote-tracking branch 'arma/bug3012' into maint-0.2.2Nick Mathewson
2011-04-28relays checkpoint their state file twice a dayRoger Dingledine
2011-04-28Only authorities should automatically download v2 networkstatus documentsNick Mathewson
2011-04-28Merge remote-tracking branch 'arma/bug3039' into maint-0.2.2Nick Mathewson
2011-04-28stop putting wacky values into state->lastwrittenRoger Dingledine
2011-04-28Clarify comment to say which version fixed 2722Nick Mathewson
2011-04-28Merge remote-tracking branches 'rransom/bug2722' and 'rransom/bug2722b' into ...Nick Mathewson
2011-04-28Merge remote-tracking branch 'sebastian/bug3020' into maint-0.2.2Nick Mathewson
2011-04-28fix a function commentRoger Dingledine
2011-04-29Correctly check elapsed time in last hibernation periodSebastian Hahn
2011-04-28Avoid false positives from proxy_mode()Nick Mathewson
2011-04-28Fix bug 1930Robert Ransom
2011-04-28Ignore SIGNAL NEWNYM on relay-only Tor instancesRobert Ransom
2011-04-28Don't allow v0 HS auths to act as clientsRobert Ransom