1. 20 6月, 2016 1 次提交
  2. 14 6月, 2016 3 次提交
  3. 18 5月, 2016 1 次提交
  4. 20 3月, 2016 1 次提交
  5. 10 3月, 2016 2 次提交
  6. 02 3月, 2016 1 次提交
  7. 29 2月, 2016 2 次提交
  8. 06 2月, 2016 1 次提交
  9. 05 2月, 2016 3 次提交
  10. 01 2月, 2016 1 次提交
  11. 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
  12. 16 12月, 2015 1 次提交
  13. 10 12月, 2015 4 次提交
  14. 10 11月, 2015 1 次提交
  15. 15 9月, 2015 1 次提交
  16. 11 9月, 2015 1 次提交
  17. 24 6月, 2015 1 次提交
  18. 11 5月, 2015 1 次提交
  19. 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
  20. 01 5月, 2015 2 次提交
  21. 30 4月, 2015 1 次提交
    • R
      free NULL cleanup 8 · 2ace7450
      Rich Salz 提交于
      Do not check for NULL before calling a free routine.  This addresses:
          ASN1_BIT_STRING_free ASN1_GENERALIZEDTIME_free ASN1_INTEGER_free
          ASN1_OBJECT_free ASN1_OCTET_STRING_free ASN1_PCTX_free ASN1_SCTX_free
          ASN1_STRING_clear_free ASN1_STRING_free ASN1_TYPE_free
          ASN1_UTCTIME_free M_ASN1_free_of
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      2ace7450
  22. 31 3月, 2015 1 次提交
  23. 26 3月, 2015 1 次提交
  24. 24 3月, 2015 1 次提交
  25. 23 3月, 2015 1 次提交
  26. 19 3月, 2015 1 次提交
  27. 26 2月, 2015 2 次提交
  28. 22 1月, 2015 1 次提交
  29. 28 8月, 2014 1 次提交