1. 12 4月, 2006 1 次提交
    • U
      Add BeOS support. · 4700aea9
      Ulf Möller 提交于
      PR: 1312
      Submitted by: Oliver Tappe <zooey@hirschkaefer.de>
      Reviewed by: Ulf Moeller
      4700aea9
  2. 04 2月, 2006 1 次提交
  3. 17 5月, 2005 1 次提交
  4. 16 5月, 2005 1 次提交
  5. 30 3月, 2005 1 次提交
  6. 03 11月, 2004 1 次提交
  7. 20 4月, 2004 1 次提交
  8. 27 12月, 2003 1 次提交
  9. 09 10月, 2002 1 次提交
  10. 28 6月, 2002 1 次提交
  11. 01 8月, 2001 1 次提交
  12. 31 7月, 2001 1 次提交
  13. 09 3月, 2001 1 次提交
  14. 22 2月, 2001 1 次提交
  15. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  16. 25 9月, 2000 1 次提交
  17. 16 9月, 2000 1 次提交
  18. 07 9月, 2000 1 次提交
  19. 13 6月, 2000 1 次提交
  20. 09 4月, 2000 1 次提交
  21. 05 4月, 2000 1 次提交
    • G
      This is a set of startup code for the DSO support, it's not yet linked into · 8f4fac7f
      Geoff Thorpe 提交于
      the build process (an upcoming commit no doubt), and is very much *new*
      code - what that means is that it compiles ok - usually. It certainly
      doesn't mean it runs well or even properly yet. Please don't muck round
      with this unless you're looking to help out and hunt bugs. :-)
      
      Currently this code doesn't have any support for controlling the "load"
      behaviour (eg. paths, filename translations, etc). That'll be handled
      using DSO_ctrl() and various flags, once we work out a sensible set of
      flags.
      8f4fac7f