1. 29 1月, 2017 1 次提交
  2. 25 1月, 2017 3 次提交
  3. 24 1月, 2017 1 次提交
  4. 06 1月, 2017 1 次提交
  5. 16 12月, 2016 1 次提交
  6. 15 12月, 2016 1 次提交
  7. 10 12月, 2016 1 次提交
  8. 22 11月, 2016 1 次提交
  9. 10 11月, 2016 1 次提交
  10. 13 8月, 2016 1 次提交
  11. 18 5月, 2016 1 次提交
  12. 17 5月, 2016 1 次提交
  13. 06 5月, 2016 1 次提交
  14. 18 4月, 2016 1 次提交
  15. 08 4月, 2016 1 次提交
  16. 21 3月, 2016 1 次提交
  17. 19 3月, 2016 2 次提交
  18. 03 3月, 2016 2 次提交
  19. 09 2月, 2016 1 次提交
  20. 06 2月, 2016 1 次提交
  21. 31 1月, 2016 3 次提交
  22. 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
  23. 19 1月, 2016 1 次提交
  24. 11 1月, 2016 1 次提交
  25. 17 12月, 2015 1 次提交
    • R
      Rename some BUF_xxx to OPENSSL_xxx · 7644a9ae
      Rich Salz 提交于
      Rename BUF_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      to OPENSSL_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      Add #define's for the old names.
      Add CRYPTO_{memdup,strndup}, called by OPENSSL_{memdup,strndup} macros.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      7644a9ae
  26. 11 12月, 2015 1 次提交
  27. 10 12月, 2015 1 次提交
  28. 08 12月, 2015 2 次提交
  29. 24 10月, 2015 1 次提交
  30. 18 9月, 2015 1 次提交
  31. 05 9月, 2015 1 次提交
  32. 26 5月, 2015 1 次提交
  33. 20 5月, 2015 1 次提交