1. 28 9月, 2010 1 次提交
    • M
      [asp.net] Get rid of a possible (although unlikely) race condition when acquiring locks · 67c7faf2
      Marek Habersack 提交于
      The patch removes a small race condition where a boolean flag is set after acquiring a lock to
      indicate to code executing in the finally {} block that it should release the lock. The boolean
      variable is now removed and the lock is released unconditionally. It carries a potential to
      throw an exception when the lock is not held, but it's better than to fail to release it and
      lead the application to a deadlock.
      67c7faf2
  2. 24 9月, 2010 3 次提交
  3. 23 9月, 2010 1 次提交
  4. 22 9月, 2010 4 次提交
  5. 21 9月, 2010 4 次提交
  6. 18 9月, 2010 2 次提交
  7. 17 9月, 2010 6 次提交
  8. 16 9月, 2010 8 次提交
  9. 15 9月, 2010 8 次提交
  10. 14 9月, 2010 3 次提交