1. 29 Jul, 2009 3 commits
    • Rusty Russell's avatar
      Import from SAMBA tdb: · c5316eef
      Rusty Russell authored
      commit 4b4fec65db4e202afa13b2d15867f4d8a54d154e
      Author: Andrew Tridgell <tridge@samba.org>
      Date:   Thu May 28 16:08:28 2009 +1000
      
          make TDB_NOSYNC affect all the fsync/msync calls in transactions
      
          During a transaction commit tdb normally uses fsync/msync calls to
          make it crash safe. This can be disabled using the TDB_NOSYNC flag,
          but it wasn't disabling all the code paths that caused a fsync/msync.
      c5316eef
    • Rusty Russell's avatar
      Import from SAMBA's tdb: · 8f4a253c
      Rusty Russell authored
      commit a91bcbccf8a2243dac57cacec6fdfc9907580f69
      Author: Jim McDonough <jmcd@samba.org>
      Date:   Thu May 21 16:26:26 2009 -0400
      
          Detect tight loop in tdb_find()
      8f4a253c
    • Rusty Russell's avatar
      Import from SAMBA's tdb: · 03c18761
      Rusty Russell authored
      commit b90863c0b7b860b006ac49c9396711ff351f777f
      Author: Howard Chu <hyc@highlandsun.com>
      Date:   Tue Mar 31 13:15:54 2009 +1100
      
          Add tdb_transaction_prepare_commit()
          
          Using tdb_transaction_prepare_commit() gives us 2-phase commits. This
          allows us to safely commit across multiple tdb databases at once, with
          reasonable transaction semantics
          
          Signed-off-by: tridge@samba.org
      03c18761
  2. 25 Jul, 2009 1 commit
  3. 21 Jul, 2009 2 commits
  4. 20 Jul, 2009 1 commit
  5. 19 Jul, 2009 1 commit
  6. 18 Jul, 2009 8 commits
  7. 17 Jul, 2009 7 commits
  8. 16 Jul, 2009 10 commits
  9. 15 Jul, 2009 7 commits