1. 02 1月, 2018 1 次提交
  2. 18 10月, 2017 1 次提交
  3. 30 8月, 2017 1 次提交
  4. 13 4月, 2017 1 次提交
  5. 10 4月, 2017 1 次提交
  6. 23 2月, 2017 2 次提交
  7. 22 8月, 2016 1 次提交
  8. 19 8月, 2016 1 次提交
  9. 16 8月, 2016 1 次提交
  10. 20 7月, 2016 1 次提交
  11. 20 6月, 2016 1 次提交
  12. 14 6月, 2016 3 次提交
  13. 18 5月, 2016 1 次提交
  14. 20 3月, 2016 1 次提交
  15. 10 3月, 2016 2 次提交
  16. 02 3月, 2016 1 次提交
  17. 29 2月, 2016 2 次提交
  18. 06 2月, 2016 1 次提交
  19. 05 2月, 2016 3 次提交
  20. 01 2月, 2016 1 次提交
  21. 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
  22. 16 12月, 2015 1 次提交
  23. 10 12月, 2015 4 次提交
  24. 10 11月, 2015 1 次提交
  25. 15 9月, 2015 1 次提交
  26. 11 9月, 2015 1 次提交
  27. 24 6月, 2015 1 次提交
  28. 11 5月, 2015 1 次提交
  29. 02 5月, 2015 1 次提交
    • R
      free NULL cleanup -- coda · 25aaa98a
      Rich Salz 提交于
      After the finale, the "real" final part. :)  Do a recursive grep with
      "-B1 -w [a-zA-Z0-9_]*_free" to see if any of the preceeding lines are
      an "if NULL" check that can be removed.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      25aaa98a
  30. 01 5月, 2015 1 次提交