summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-31Use thread-safe types to store the LOG_PROTOCOL_WARN severityNick Mathewson
2018-01-23Add missing static keywordsTaylor Yu
2018-01-23openssl_mutexes code belongs in openssl_mgt.cNick Mathewson
2018-01-23add a missing "compat_openssl.h"Nick Mathewson
2018-01-23perhaps this was the missing include?Nick Mathewson
2018-01-23Add a missing include for openssl 1.0.2Nick Mathewson
2018-01-23Merge remote-tracking branch 'mikeperry/bug24946'Nick Mathewson
2018-01-23Merge remote-tracking branch 'asn/bug24896'Nick Mathewson
2018-01-23Merge remote-tracking branch 'ffmancera/bug24658-openssl'Nick Mathewson
2018-01-23Add onion service activity information to our heartbeat logs.George Kadianakis
2018-01-22Move the openssl namespace back into .c files.Fernando Fernandez Mancera
2018-01-20Bug 24946: Fix a warning message caused by a missed purpose check.Mike Perry
2018-01-19oxford comma for-the-winRoger Dingledine
2018-01-19Add a "falls through" comment to make gcc happy.Nick Mathewson
2018-01-19Merge remote-tracking branch 'mikeperry/bug23101-mergeready-squashed'Nick Mathewson
2018-01-19Bug 23101: Pre-build HS-specific circuits (instead of general).Mike Perry
2018-01-19Add new circuit purposes for hsdir activity.Mike Perry
2018-01-19Implement layer 2 and layer 3 guard pinning via torrc.Mike Perry
2018-01-19Merge branch 'disable_signal_handlers'Nick Mathewson
2018-01-19Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-19Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-01-19Merge remote-tracking branch 'dgoulet/bug24895_032_02' into maint-0.3.2Nick Mathewson
2018-01-19Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2018-01-19Merge remote-tracking branch 'dgoulet/bug24895_031_02' into maint-0.3.1Nick Mathewson
2018-01-19Merge branch 'maint-0.2.9' into maint-0.3.0maint-0.3.0Nick Mathewson
2018-01-19Merge remote-tracking branch 'dgoulet/bug24895_029_02' into maint-0.2.9Nick Mathewson
2018-01-19Merge branch 'bug24895_031_02' into bug24895_032_02David Goulet
2018-01-19Merge branch 'bug24895_029_02' into bug24895_031_02David Goulet
2018-01-19hs: Use hs_service_max_rdv_failures consensus param, defaulting to 2Roger Dingledine
2018-01-19Add crypto_openssl_mgt.[ch] for compiling dependencies.Fernando Fernandez Mancera
2018-01-19Tweaks into functions and variables in crypto_openssl_mgt.[ch]Fernando Fernandez Mancera
2018-01-19Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-19Merge remote-tracking branch 'tlyu-github/travis-workaround-master'Nick Mathewson
2018-01-19Merge branch 'maint-0.3.1'Nick Mathewson
2018-01-19Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-01-19Merge remote-tracking branch 'tlyu-github/travis-workaround-031' into maint-0...Nick Mathewson
2018-01-19Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2018-01-19Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2018-01-19Merge branch 'maint-0.2.5' into maint-0.2.9Nick Mathewson
2018-01-19Improve documentation for signal codeNick Mathewson
2018-01-19Merge branch 'restart_debug_squashed'Nick Mathewson
2018-01-19Add a mostly disabled feature to debug restarting in-processNick Mathewson
2018-01-19Don't call Libevent's event_base_free() on NULL.Nick Mathewson
2018-01-19turn MAX_REND_FAILURES into a functionRoger Dingledine
2018-01-19MAX_REND_FAILURES is 1, but we would try three timesRoger Dingledine
2018-01-18Rename crypto_openssl.[ch] to crypto_openssl_mgt.[ch]Fernando Fernandez Mancera
2018-01-18Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-01-18Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-18Merge branch 'bug24826_031' into maint-0.3.1Nick Mathewson
2018-01-17Work around Travis CI ptrace regressionTaylor Yu