You need to sign in or sign up before continuing.
  1. 18 11月, 2012 1 次提交
  2. 04 6月, 2012 1 次提交
  3. 16 1月, 2012 1 次提交
  4. 15 1月, 2012 1 次提交
  5. 12 11月, 2011 1 次提交
  6. 24 10月, 2011 1 次提交
  7. 23 7月, 2011 1 次提交
  8. 22 6月, 2011 1 次提交
    • D
      PR: 2470 · 9a4be823
      Dr. Stephen Henson 提交于
      Submitted by: Corinna Vinschen <vinschen@redhat.com>
      Reviewed by: steve
      
      Don't call ERR_remove_state from DllMain.
      9a4be823
  9. 04 2月, 2011 1 次提交
  10. 27 1月, 2011 1 次提交
  11. 19 11月, 2010 1 次提交
    • D
      PR: 2376 · e322fa28
      Dr. Stephen Henson 提交于
      Submitted by: Guenter <lists@gknw.net>
      Reviewed by: steve
      
      Cleanup alloca use, fix Win32 target for OpenWatcom.
      e322fa28
  12. 29 3月, 2010 1 次提交
  13. 13 9月, 2009 1 次提交
  14. 28 7月, 2009 1 次提交
  15. 04 5月, 2009 1 次提交
  16. 03 5月, 2009 1 次提交
  17. 02 5月, 2009 1 次提交
  18. 29 4月, 2009 1 次提交
  19. 27 4月, 2009 1 次提交
  20. 20 4月, 2009 1 次提交
  21. 14 10月, 2008 2 次提交
  22. 06 8月, 2008 1 次提交
    • G
      Remove the dual-callback scheme for numeric and pointer thread IDs, · 4c329696
      Geoff Thorpe 提交于
      deprecate the original (numeric-only) scheme, and replace with the
      CRYPTO_THREADID object. This hides the platform-specifics and should reduce
      the possibility for programming errors (where failing to explicitly check
      both thread ID forms could create subtle, platform-specific bugs).
      
      Thanks to Bodo, for invaluable review and feedback.
      4c329696
  23. 04 7月, 2008 1 次提交
  24. 04 6月, 2008 1 次提交
  25. 20 5月, 2008 1 次提交
  26. 28 3月, 2008 1 次提交
    • G
      There was a need to support thread ID types that couldn't be reliably cast · f7ccba3e
      Geoff Thorpe 提交于
      to 'unsigned long' (ie. odd platforms/compilers), so a pointer-typed
      version was added but it required portable code to check *both* modes to
      determine equality. This commit maintains the availability of both thread
      ID types, but deprecates the type-specific accessor APIs that invoke the
      callbacks - instead a single type-independent API is used.  This simplifies
      software that calls into this interface, and should also make it less
      error-prone - as forgetting to call and compare *both* thread ID accessors
      could have led to hard-to-debug/infrequent bugs (that might only affect
      certain platforms or thread implementations). As the CHANGES note says,
      there were corresponding deprecations and replacements in the
      thread-related functions for BN_BLINDING and ERR too.
      f7ccba3e
  27. 28 2月, 2008 1 次提交
  28. 04 2月, 2007 1 次提交
  29. 23 6月, 2006 1 次提交
  30. 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
  31. 17 12月, 2005 1 次提交
  32. 04 8月, 2005 1 次提交
  33. 03 8月, 2005 1 次提交
  34. 05 7月, 2005 1 次提交
  35. 21 5月, 2005 1 次提交
  36. 04 5月, 2005 1 次提交
  37. 21 4月, 2005 1 次提交
  38. 13 4月, 2005 2 次提交