1. 20 Feb, 2009 8 commits
  2. 19 Feb, 2009 24 commits
  3. 18 Feb, 2009 5 commits
  4. 17 Feb, 2009 3 commits
    • Laurent Aimar's avatar
      d1d56e18
    • Rémi Denis-Courmont's avatar
      Keep the bank lock until plugins are loaded. · 247685e3
      Rémi Denis-Courmont authored
      This is a bit ugly but it fixes two race conditions:
       - loading plugins while another thread is initializing,
       - using the bank when the first thread has not completed loading plugins.
      
      Unfortunately, there is still a small race when module_need() calls
      AllocatePlugin(). It really should not -need to- do that, but the fix would
      be quite invasive. We would basically need to store plugin callbacks by names
      rather than function pointers. Then the module descriptors would be fully
      serializable, so we would not need to re-describe plugins when loading their
      shared object. That would also fix the last known corruption bug in the plugins
      cache.
      247685e3
    • Rémi Denis-Courmont's avatar
      Remove unused member · a6acf806
      Rémi Denis-Courmont authored
      a6acf806