1. 06 2月, 2016 1 次提交
  2. 03 2月, 2016 1 次提交
  3. 01 2月, 2016 1 次提交
  4. 30 1月, 2016 1 次提交
  5. 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
  6. 20 1月, 2016 2 次提交
  7. 19 1月, 2016 1 次提交
  8. 18 1月, 2016 1 次提交
  9. 17 1月, 2016 1 次提交
  10. 16 1月, 2016 1 次提交
  11. 14 1月, 2016 1 次提交
  12. 13 1月, 2016 1 次提交
  13. 12 1月, 2016 11 次提交
  14. 08 1月, 2016 4 次提交
  15. 03 1月, 2016 1 次提交
  16. 29 12月, 2015 1 次提交
  17. 18 12月, 2015 1 次提交
  18. 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
  19. 15 12月, 2015 2 次提交
  20. 13 12月, 2015 1 次提交
  21. 12 12月, 2015 1 次提交
  22. 11 12月, 2015 3 次提交
  23. 10 12月, 2015 1 次提交
新手
引导
客服 返回
顶部