1. 28 May, 2000 3 commits
  2. 27 May, 2000 2 commits
  3. 26 May, 2000 1 commit
  4. 24 May, 2000 1 commit
  5. 20 May, 2000 1 commit
  6. 17 May, 2000 3 commits
  7. 16 May, 2000 2 commits
  8. 12 May, 2000 1 commit
  9. 09 May, 2000 6 commits
  10. 05 May, 2000 2 commits
  11. 21 Apr, 2000 2 commits
  12. 20 Apr, 2000 2 commits
  13. 14 Apr, 2000 1 commit
    • Jim Fulton's avatar
      Restructured to use async socket code only. · ded1aae9
      Jim Fulton authored
      This reduced the amount of code and should
      make the next step, adding failure handling,
      much easier.
      
      Also changed invalidation protocol to be atomic
      (or close enough).
      ded1aae9
  14. 13 Apr, 2000 1 commit
  15. 12 Apr, 2000 1 commit
  16. 08 Apr, 2000 1 commit
  17. 06 Apr, 2000 1 commit
  18. 23 Mar, 2000 1 commit
  19. 22 Mar, 2000 3 commits
  20. 06 Mar, 2000 1 commit
  21. 11 Jan, 2000 1 commit
  22. 10 Dec, 1999 2 commits
    • Jim Fulton's avatar
      Fixed a bug in commiting or discarding versions. Some undone transactions · 04894d01
      Jim Fulton authored
      were not handled correctly.
      04894d01
    • Jim Fulton's avatar
      On systems where the fsync system call is available, we now call · fbde45ad
      Jim Fulton authored
      fsync when commiting transactions to make sure that transaction
      data are written to physical storage immediately. There is circumstantial
      evidence that database corruption has been caused due to problems with
      delayed write of data after Zope has flushed transaction data.
      
      Added logic to avoid writing empty transactions. It's imaginable that
      some future application might want to write empty transactions to
      capture transaction meta data. If this ever becomes an issue, then
      this feature would have to be made optional.
      fbde45ad
  23. 09 Dec, 1999 1 commit