1. 05 4月, 2000 1 次提交
    • G
      This commit ties the new DSO code (crypto/dso/) into the build for a · 9ec0126e
      Geoff Thorpe 提交于
      variety of platforms. A few are missing, and they will be added in
      eventually, but as this is new stuff, it was better to not break lots of
      platforms in one go that we can't easily test. The changes to "Configure"
      should illustrate how to add support to other systems if you feel like
      having a go.
      
      NB: I'll add something shortly to allow you to add "dlfcn.h" support on
      those platforms that don't have (or need) a dlfcn.h header file. (The
      symbol for Configure will probably by "dlfcn_no_h").
      
      Thanks to Richard Levitte, who is responsible for the dso_dl.c support,
      understanding the trickier aspects of the build process, and giving great
      feedback on everything else.
      
      [Don't use this stuff if you're easily offended by changes to the
      interface or behaviour - it's still work in progress.]
      
      PR:
      9ec0126e
  2. 20 12月, 1999 1 次提交
  3. 12 11月, 1999 1 次提交
    • R
      Two changes have been made: · 1f575f1b
      Richard Levitte 提交于
        1. Added code to the memory leak detecting code to give the user the
           possibility to add information, thereby forming a traceback.
      
        2. Make the memory leak detecting code multithread-safe.
      
      The idea is that we're actually dealing with two separate critical
      sections, one containing the hash tables with the information, the
      other containing the current memory checking mode.  Those should not
      be handled with the same lock, especially since their handling overlap.
      Hence, the added second lock.
      1f575f1b
  4. 24 8月, 1999 1 次提交
  5. 22 7月, 1999 1 次提交
  6. 19 6月, 1999 1 次提交
  7. 14 5月, 1999 2 次提交
  8. 27 4月, 1999 2 次提交
  9. 24 4月, 1999 1 次提交
  10. 20 4月, 1999 1 次提交
  11. 18 4月, 1999 1 次提交
  12. 21 12月, 1998 3 次提交