1. 25 7月, 2016 1 次提交
  2. 21 7月, 2016 1 次提交
  3. 19 6月, 2016 1 次提交
  4. 16 6月, 2016 1 次提交
  5. 14 6月, 2016 1 次提交
  6. 12 6月, 2016 1 次提交
  7. 24 5月, 2016 1 次提交
  8. 18 5月, 2016 2 次提交
  9. 07 5月, 2016 1 次提交
  10. 06 5月, 2016 2 次提交
  11. 28 4月, 2016 2 次提交
  12. 20 4月, 2016 1 次提交
  13. 16 4月, 2016 1 次提交
  14. 21 3月, 2016 2 次提交
  15. 19 3月, 2016 1 次提交
  16. 09 3月, 2016 1 次提交
  17. 23 2月, 2016 1 次提交
  18. 20 2月, 2016 1 次提交
    • R
      Always build library object files with shared library cflags · 45502bfe
      Richard Levitte 提交于
      This takes us away from the idea that we know exactly how our static
      libraries are going to get used.  Instead, we make them available to
      build shareable things with, be it other shared libraries or DSOs.
      
      On the other hand, we also have greater control of when the shared
      library cflags.  They will never be used with object files meant got
      binaries, such as apps/openssl or test/test*.
      
      With unified, we take this a bit further and prepare for having to
      deal with extra cflags specifically to be used with DSOs (dynamic
      engines), libraries and binaries (applications).
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      45502bfe
  19. 19 2月, 2016 1 次提交
  20. 06 2月, 2016 1 次提交
  21. 01 2月, 2016 1 次提交
  22. 30 1月, 2016 1 次提交
  23. 28 1月, 2016 1 次提交
  24. 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
  25. 20 1月, 2016 2 次提交
  26. 18 1月, 2016 1 次提交
  27. 13 1月, 2016 1 次提交
  28. 12 1月, 2016 2 次提交
  29. 08 1月, 2016 3 次提交
  30. 01 1月, 2016 1 次提交
  31. 10 12月, 2015 1 次提交
  32. 08 12月, 2015 1 次提交