lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

  1. 18 Feb, 2004 6 commits
  2. 17 Feb, 2004 3 commits
  3. 14 Feb, 2004 1 commit
  4. 12 Feb, 2004 1 commit
  5. 11 Feb, 2004 11 commits
  6. 06 Feb, 2004 1 commit
  7. 05 Feb, 2004 2 commits
  8. 04 Feb, 2004 1 commit
  9. 19 Jan, 2004 1 commit
  10. 16 Jan, 2004 5 commits
  11. 14 Jan, 2004 6 commits
  12. 09 Jan, 2004 2 commits
    • Jeremy Hylton's avatar
      Repair comment. · e66c4e9b
      Jeremy Hylton authored
      e66c4e9b
    • Jeremy Hylton's avatar
      Fix bug in quick verification. · 9134f496
      Jeremy Hylton authored
      The server was sending all the invalidations from the queue, not just
      the ones that were later than the requested tid.  This didn't affect
      correctness of the cache, but did cause it to throw out valid data.
      
      Add test case to verify that getInvalidations() returns only what is
      expected.
      
      Bug fix candidate.
      9134f496