Skip to content
  1. May 21, 2016
  2. May 17, 2016
  3. May 04, 2016
  4. Apr 25, 2016
  5. Apr 20, 2016
  6. Apr 07, 2016
  7. Mar 21, 2016
  8. Mar 20, 2016
  9. Mar 12, 2016
  10. Mar 11, 2016
  11. Mar 10, 2016
  12. Mar 09, 2016
  13. Mar 08, 2016
  14. Feb 20, 2016
    • Richard Levitte's avatar
      Always build library object files with shared library cflags · 45502bfe
      Richard Levitte authored
      
      
      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: default avatarRich Salz <rsalz@openssl.org>
      45502bfe
  15. Feb 18, 2016
  16. Feb 13, 2016
  17. Feb 10, 2016
  18. Feb 05, 2016
  19. Feb 01, 2016
  20. Jan 29, 2016
  21. Jan 26, 2016
    • Rich Salz's avatar
      Remove /* foo.c */ comments · 34980760
      Rich Salz authored
      
      
      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: default avatarViktor Dukhovni <viktor@openssl.org>
      34980760
  22. Jan 20, 2016
  23. Jan 17, 2016
  24. Jan 12, 2016
  25. Dec 18, 2015
  26. Dec 13, 2015
  27. Dec 10, 2015
  28. Dec 07, 2015
  29. Nov 23, 2015
  30. Nov 18, 2015
  31. Nov 16, 2015
  32. Oct 23, 2015
  33. Sep 26, 2015
  34. Sep 25, 2015
  35. Aug 10, 2015