1. 14 9月, 2017 1 次提交
  2. 25 8月, 2017 1 次提交
  3. 19 7月, 2017 1 次提交
  4. 26 4月, 2017 1 次提交
  5. 18 1月, 2017 1 次提交
  6. 08 1月, 2017 18 次提交
  7. 17 8月, 2016 1 次提交
  8. 04 6月, 2016 1 次提交
  9. 18 5月, 2016 1 次提交
  10. 28 4月, 2016 1 次提交
  11. 06 4月, 2016 1 次提交
  12. 21 3月, 2016 1 次提交
  13. 23 2月, 2016 1 次提交
  14. 06 2月, 2016 1 次提交
  15. 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
  16. 20 1月, 2016 1 次提交
  17. 08 12月, 2015 1 次提交
  18. 10 11月, 2015 1 次提交
  19. 04 9月, 2015 1 次提交
  20. 14 5月, 2015 1 次提交
  21. 11 5月, 2015 1 次提交
  22. 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
  23. 01 5月, 2015 1 次提交