1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 28 9月, 2019 1 次提交
  6. 04 10月, 2018 1 次提交
  7. 19 3月, 2018 1 次提交
  8. 13 2月, 2018 1 次提交
  9. 01 2月, 2018 1 次提交
  10. 16 12月, 2017 1 次提交
  11. 18 10月, 2017 1 次提交
  12. 02 12月, 2016 1 次提交
  13. 18 11月, 2016 1 次提交
  14. 29 10月, 2016 1 次提交
  15. 28 10月, 2016 9 次提交
  16. 22 8月, 2016 1 次提交
  17. 20 8月, 2016 1 次提交
  18. 26 7月, 2016 1 次提交
  19. 18 5月, 2016 1 次提交
  20. 29 4月, 2016 2 次提交
  21. 15 4月, 2016 1 次提交
    • M
      Fix ex_data locks issue · 1ee7b8b9
      Matt Caswell 提交于
      Travis identified a problem with freeing the ex_data locks which wasn't
      quite right in ff234405. Trying to fix it identified a further problem:
      the ex_data locks are cleaned up by OPENSSL_cleanup(), which is called
      explicitly by CRYPTO_mem_leaks(), but then later the BIO passed to
      CRYPTO_mem_leaks() is freed. An attempt is then made to use the ex_data
      lock already freed.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      1ee7b8b9
  22. 14 4月, 2016 1 次提交
  23. 30 3月, 2016 1 次提交
  24. 22 3月, 2016 1 次提交
  25. 09 3月, 2016 1 次提交
  26. 12 2月, 2016 1 次提交
  27. 04 2月, 2016 1 次提交
  28. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  29. 02 12月, 2015 1 次提交
  30. 24 11月, 2015 1 次提交