1. 16 Aug, 2001 2 commits
  2. 14 Aug, 2001 1 commit
  3. 13 Aug, 2001 1 commit
  4. 07 Aug, 2001 3 commits
  5. 06 Aug, 2001 3 commits
  6. 03 Aug, 2001 1 commit
  7. 30 Jul, 2001 2 commits
  8. 19 Jul, 2001 1 commit
  9. 17 Jul, 2001 1 commit
  10. 13 Jul, 2001 1 commit
  11. 09 Jul, 2001 1 commit
  12. 20 Jun, 2001 3 commits
  13. 15 Jun, 2001 1 commit
    • Barry Warsaw's avatar
      checkHistoryAfterVersionCommit(), checkHistoryAfterVersionAbort(): · 904f8975
      Barry Warsaw authored
      After consultation with Jim, we agreed that Full's behavior vis object
      serial numbers after a version commit/abort are correct.  The new
      revision should get the serial number of the transaction that did the
      commit/abort.
      
      FileStorage is actually broken here; the new revision gets the same
      serial number as the last in-version revision.  However, the way the
      tests are written, it works for either storage, so I'm just updating
      some comments to explain the situation.
      
      Note: Jim also explained that history()'s "version" argument should be
      ignored.  Doesn't make much difference to these tests though.
      904f8975
  14. 14 Jun, 2001 6 commits
  15. 11 Jun, 2001 1 commit
  16. 08 Jun, 2001 1 commit
  17. 05 Jun, 2001 2 commits
  18. 04 Jun, 2001 3 commits
  19. 01 Jun, 2001 4 commits
  20. 31 May, 2001 1 commit
  21. 30 May, 2001 1 commit
    • Jeremy Hylton's avatar
      Set self.__closed in closeIntensionally() rather than close(). · 28e8004c
      Jeremy Hylton authored
      closeIntensionally() is called when the storage's close() method is
      called.  close() is called when the other end reset the connection.
      The __closed should only be set with the asyncRPC object should never
      re-open the connection.
      
      Reported by Dyon Balding.
      28e8004c