1. 30 3月, 2023 1 次提交
  2. 27 2月, 2020 1 次提交
  3. 04 11月, 2019 1 次提交
  4. 10 9月, 2019 1 次提交
  5. 07 6月, 2019 1 次提交
  6. 13 11月, 2017 1 次提交
  7. 27 10月, 2017 1 次提交
  8. 03 10月, 2017 1 次提交
  9. 07 7月, 2017 1 次提交
  10. 05 7月, 2017 1 次提交
  11. 10 6月, 2017 1 次提交
  12. 03 5月, 2017 1 次提交
  13. 25 1月, 2017 1 次提交
  14. 06 8月, 2016 1 次提交
  15. 16 6月, 2016 1 次提交
  16. 11 6月, 2016 1 次提交
  17. 18 5月, 2016 1 次提交
  18. 04 3月, 2016 1 次提交
  19. 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
  20. 11 9月, 2015 1 次提交
  21. 14 5月, 2015 1 次提交
  22. 11 5月, 2015 1 次提交
  23. 07 5月, 2015 1 次提交
  24. 12 4月, 2015 1 次提交
  25. 23 3月, 2015 1 次提交
  26. 22 1月, 2015 1 次提交
  27. 18 8月, 2014 1 次提交
  28. 01 9月, 2009 1 次提交
  29. 28 4月, 2009 1 次提交
  30. 09 4月, 2009 1 次提交
  31. 05 4月, 2009 1 次提交
  32. 01 12月, 2008 1 次提交
  33. 06 11月, 2008 1 次提交
  34. 12 10月, 2008 1 次提交
  35. 19 8月, 2008 1 次提交
  36. 25 3月, 2008 1 次提交
  37. 21 1月, 2007 1 次提交
  38. 27 7月, 2005 1 次提交
  39. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  40. 27 12月, 2003 1 次提交
    • R
      Use BUF_strlcpy() instead of strcpy(). · d420ac2c
      Richard Levitte 提交于
      Use BUF_strlcat() instead of strcat().
      Use BIO_snprintf() instead of sprintf().
      In some cases, keep better track of buffer lengths.
      This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
      d420ac2c