1. 05 2月, 2016 1 次提交
  2. 01 2月, 2016 1 次提交
  3. 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
  4. 16 12月, 2015 1 次提交
  5. 10 12月, 2015 4 次提交
  6. 10 11月, 2015 1 次提交
  7. 15 9月, 2015 1 次提交
  8. 11 9月, 2015 1 次提交
  9. 24 6月, 2015 1 次提交
  10. 11 5月, 2015 1 次提交
  11. 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
  12. 01 5月, 2015 2 次提交
  13. 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
  14. 31 3月, 2015 1 次提交
  15. 26 3月, 2015 1 次提交
  16. 24 3月, 2015 1 次提交
  17. 23 3月, 2015 1 次提交
  18. 19 3月, 2015 1 次提交
  19. 26 2月, 2015 2 次提交
  20. 22 1月, 2015 1 次提交
  21. 28 8月, 2014 3 次提交
  22. 04 5月, 2014 1 次提交
  23. 27 3月, 2013 1 次提交
  24. 13 2月, 2011 1 次提交
  25. 12 11月, 2008 1 次提交
  26. 02 11月, 2008 1 次提交
  27. 19 12月, 2006 1 次提交
  28. 28 9月, 2006 1 次提交
  29. 30 1月, 2006 1 次提交
  30. 10 5月, 2005 1 次提交
  31. 09 5月, 2005 1 次提交
  32. 27 4月, 2005 1 次提交
  33. 05 5月, 2004 1 次提交