1. 03 3月, 2017 1 次提交
  2. 01 3月, 2017 1 次提交
  3. 28 2月, 2017 1 次提交
  4. 15 2月, 2017 2 次提交
  5. 04 8月, 2016 1 次提交
  6. 18 5月, 2016 1 次提交
  7. 18 3月, 2016 1 次提交
  8. 06 2月, 2016 1 次提交
  9. 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
  10. 18 12月, 2015 1 次提交
  11. 03 9月, 2015 1 次提交
  12. 22 1月, 2015 2 次提交
  13. 31 12月, 2014 1 次提交
  14. 22 12月, 2014 1 次提交
  15. 09 12月, 2014 1 次提交
    • G
      Include <openssl/foo.h> instead of "foo.h" · e52a3c3d
      Geoff Thorpe 提交于
      Exported headers shouldn't be included as "foo.h" by code from the same
      module, it should only do so for module-internal headers. This is
      because the symlinking of exported headers (from include/openssl/foo.h
      to crypto/foo/foo.h) is being removed, and the exported headers are
      being moved to the include/openssl/ directory instead.
      
      Change-Id: I4c1d80849544713308ddc6999a549848afc25f94
      Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      e52a3c3d
  16. 20 2月, 2014 1 次提交
  17. 21 11月, 2012 1 次提交
  18. 20 11月, 2012 1 次提交
  19. 19 3月, 2011 1 次提交
  20. 15 4月, 2010 3 次提交
  21. 08 10月, 2008 1 次提交
  22. 13 8月, 2006 1 次提交
  23. 19 7月, 2004 1 次提交
  24. 12 6月, 2003 1 次提交
  25. 13 3月, 2003 1 次提交
  26. 24 1月, 2003 1 次提交
  27. 08 1月, 2002 1 次提交
  28. 03 8月, 2001 1 次提交
  29. 05 7月, 2001 1 次提交
  30. 02 7月, 2001 1 次提交
  31. 16 5月, 2001 1 次提交