1. 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
  2. 04 7月, 2008 1 次提交
  3. 04 6月, 2008 1 次提交
  4. 20 5月, 2008 1 次提交
  5. 16 5月, 2008 1 次提交
  6. 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
  7. 04 1月, 2008 1 次提交
  8. 24 9月, 2007 1 次提交
  9. 03 3月, 2007 2 次提交
  10. 21 1月, 2007 1 次提交
  11. 22 11月, 2006 1 次提交
  12. 30 6月, 2006 1 次提交
  13. 28 6月, 2006 1 次提交
  14. 27 6月, 2006 1 次提交
  15. 23 6月, 2006 1 次提交
  16. 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
  17. 04 2月, 2006 1 次提交
  18. 04 11月, 2005 1 次提交
  19. 14 10月, 2005 1 次提交
  20. 23 9月, 2005 1 次提交
  21. 29 8月, 2005 1 次提交
  22. 08 8月, 2005 1 次提交
  23. 04 8月, 2005 1 次提交
  24. 03 8月, 2005 1 次提交
  25. 02 8月, 2005 1 次提交
  26. 22 7月, 2005 1 次提交
  27. 18 6月, 2005 1 次提交
  28. 31 5月, 2005 1 次提交
  29. 22 5月, 2005 1 次提交
  30. 21 5月, 2005 1 次提交
  31. 17 5月, 2005 1 次提交
  32. 16 5月, 2005 2 次提交
  33. 19 4月, 2005 1 次提交
  34. 13 4月, 2005 1 次提交
  35. 11 4月, 2005 1 次提交
  36. 08 4月, 2005 1 次提交
  37. 30 3月, 2005 1 次提交
  38. 24 3月, 2005 1 次提交