aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2017-07-24Rename the hybrid_encrypt/decrypt functions; label them as dangerousNick Mathewson
2017-07-24Improve comment about why we disable TLS compression.Nick Mathewson
2017-07-23fix whitespace issueRoger Dingledine
2017-07-13Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-07Use LANG_ENGLISH in windows error messagesNick Mathewson
2017-07-07Merge branch 'ticket21859_032_01_squashed'Nick Mathewson
2017-07-07Hide crypto_digest_t again and use an accessor for tests.George Kadianakis
2017-07-07test: Crypto groundwork for e2e circuit unittests.George Kadianakis
2017-07-05Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-05Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-07-05Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-07-05Only disable -Wfloat-conversion on mingw when it exists.Nick Mathewson
2017-07-05Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-05Fix mixed-sign comparison warning in fix for 22797.Nick Mathewson
2017-07-05Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-07-05Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-05Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-07-05Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-07-05Merge branch 'maint-0.2.7-redux' into maint-0.2.8Nick Mathewson
2017-07-05Merge branch 'maint-0.2.6' into maint-0.2.7-reduxNick Mathewson
2017-07-05Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2017-07-05Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2017-07-05Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-07-05Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-05Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-07-05Merge branch 'bug22801_028' into maint-0.2.9Nick Mathewson
2017-07-05Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-05Merge branch 'teor-bug22797-025' into maint-0.3.1Nick Mathewson
2017-07-05Always allow extra file descriptors when setting the connection maximumteor
2017-07-05Use the proper syscall in sandbox error messagescypherpunks
2017-07-03Fix assertion failure related to openbsd strtol().Nick Mathewson
2017-07-03Fix -Wfloat-conversion C warnings on mingw in clamp_double_to_int64.Nick Mathewson
2017-06-29Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-28Log real error message when unable to remove a storagedir fileNick Mathewson
2017-06-28Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-28Fix crash in LZMA module when the Sandbox is enabled.Alexander Færøy
2017-06-28ed25519: Check retval of unpack_negative_vartime in donna.George Kadianakis
2017-06-27Merge branch 'asn_bug22006_final_squashed'Nick Mathewson
2017-06-27no newlines in log messages.Nick Mathewson
2017-06-27Merge branch 'asn_bug22006_final_squashed'Nick Mathewson
2017-06-27ed25519: Add func that checks for torsion component in pubkeys.George Kadianakis
2017-06-26Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-26Fix a coverity warning about a no-op assert with-64 bit size_tNick Mathewson
2017-06-24Log even more to try to debug 22719Nick Mathewson
2017-06-24Add an additional log message to try to diagnose #22719Nick Mathewson
2017-06-20Merge branch 'bug22502_redux_031' into maint-0.3.1Nick Mathewson
2017-06-20Merge branch 'bug22672_031' into maint-0.3.1Nick Mathewson
2017-06-20Merge remote-tracking branch 'argonblue/bug22638' into maint-0.3.1Nick Mathewson
2017-06-20Enforce the rule that COMPRESS_OK means progress was made.Nick Mathewson
2017-06-20mingw/windows printf lacks %zd ; use %lu and casts insteadNick Mathewson