1. 07 9月, 2014 3 次提交
  2. 06 9月, 2014 9 次提交
  3. 05 9月, 2014 7 次提交
  4. 04 9月, 2014 20 次提交
  5. 03 9月, 2014 1 次提交
    • Travis Cross's avatar
      Check for null hash or private while holding lock · 7d11e199
      Travis Cross 提交于
      What if the hash were destroyed by one thread holding the lock while
      another thread was waiting for the lock?  The waiting thread would
      have already checked that the hash was non-null and would proceed on
      that assumption after acquiring the lock.
      
      With this commit we check only after acquiring the lock.
      
      ref: FS-6783
      ref: FS-6775
      7d11e199