summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-05-12Merge remote-tracking branch 'public/bug3122_memcmp_023'Nick Mathewson
2011-05-12Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-12Fixes ticket #2503mikey99
2011-05-12Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-12Unmap microdesc cache before replacing it.Nick Mathewson
2011-05-12Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-12Merge branch 'bug1352' into maint-0.2.2Nick Mathewson
2011-05-11Merge remote-tracking branch 'origin/maint-0.2.2'Nick 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.3Nick Mathewson
2011-05-11Reapply the automated memcmp conversion to 0.2.3 to catch newly added memcmpsNick Mathewson
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick 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-11fwd-port test_util_di_ops into tinytest formatNick 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 "di_ops.h" include to util.hNick Mathewson
2011-05-11Add a data-independent variant of memcmp and a d-i memeq function.Nick Mathewson
2011-05-10Merge branch 'maint-0.2.2'Roger Dingledine
2011-05-10Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-05-10Update to the May 1 2011 Maxmind GeoLite Country databaseRoger Dingledine
2011-05-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-09Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2Nick Mathewson
2011-05-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick 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-06Link to libevent_openssl statically when requestedSebastian Hahn
2011-05-05Fix check-spaces issues in masterNick Mathewson
2011-05-05Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-05Fix up some check-spaces issuesNick Mathewson
2011-05-05Make microdesc use off-by-default for now, since there are not enough cachesNick Mathewson
2011-05-05Now that 0.2.3.1-alpha is out, require it for microdesc fetchesNick Mathewson
2011-05-05Move dummy authority.z fetch out of update_router_descriptor_downloadsNick Mathewson
2011-05-05Code to make clients fetch and use microdescriptors for circuit buildingNick Mathewson
2011-05-05Replace _AUTHORITY enum values with _DIRINFO values (automted)Nick Mathewson
2011-05-05Automated rename from authority_type_t to dirinfo_type_tNick Mathewson
2011-05-05Add a new configuration type, "AUTOBOOL", to handle 1/0/auto typesNick Mathewson
2011-05-05Increment version to 0.2.3.1-alpha-devNick Mathewson
2011-05-05Increment version to 0.2.3.1-alphaNick Mathewson
2011-05-04Use read_all() to read messages from spawn_backgroundNick Mathewson
2011-05-04Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson