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