1. 09 Jun, 2010 3 commits
  2. 08 Jun, 2010 1 commit
  3. 07 Jun, 2010 5 commits
  4. 24 May, 2010 2 commits
  5. 23 May, 2010 2 commits
  6. 20 May, 2010 1 commit
  7. 11 May, 2010 3 commits
  8. 04 May, 2010 3 commits
  9. 09 Apr, 2010 11 commits
  10. 31 Mar, 2010 2 commits
  11. 24 Feb, 2010 5 commits
  12. 23 Feb, 2010 2 commits
    • Rusty Russell's avatar
      tdb: more testcase fixup. · d0b36a7c
      Rusty Russell authored
      d0b36a7c
    • Rusty Russell's avatar
      tdb: suppress record write locks when allrecord lock is taken. · f4ed2127
      Rusty Russell authored
      Records themselves get (read) locked by the traversal code against delete.
      Interestingly, this locking isn't done when the allrecord lock has been
      taken, though the allrecord lock until recently didn't cover the actual
      records (it now goes to end of file).
      
      The write record lock, grabbed by the delete code, is not suppressed by
      the allrecord lock, which causes us to punch a hole in that lock when we
      release the write record lock.  Make this consistent: *no* record locks
      of any kind when the allrecord lock is taken.
      f4ed2127