An error occurred fetching the project authors.
  1. 16 Aug, 2002 3 commits
  2. 14 Aug, 2002 3 commits
  3. 01 Aug, 2002 1 commit
  4. 11 Jun, 2002 1 commit
  5. 04 Apr, 2002 1 commit
  6. 15 Mar, 2002 1 commit
  7. 11 Feb, 2002 1 commit
  8. 11 Jan, 2002 2 commits
  9. 02 Nov, 2001 1 commit
  10. 07 Sep, 2001 1 commit
    • Jeremy Hylton's avatar
      Merge in zeo-1_0-branch · 04d9377e
      Jeremy Hylton authored
      Don't release the commit lock unless there is a transaction in
      progress.  This appears to cause the "release unlocked lock" error to
      be replaced with a socket.error: "bad file descriptor".  That's
      progress?
      04d9377e
  11. 09 May, 2001 3 commits
  12. 08 May, 2001 1 commit
  13. 29 Apr, 2001 1 commit
  14. 27 Apr, 2001 1 commit
  15. 02 Apr, 2001 1 commit
  16. 11 Jan, 2001 2 commits
  17. 14 Oct, 2000 1 commit
  18. 05 Oct, 2000 1 commit
    • Jim Fulton's avatar
      Made it easier to call pack on the storage. The time argument now · 1bb00668
      Jim Fulton authored
      defaults to the present and a 'days' keyword argument can be used to
      specify a number of days pervious to the time to pack to.
      
      A wait keyword argment can be provided for pack that causes the client
      to wait for a pack response from the server. NOTE: no other requests
      will be sent to the server while waiting for the pack response. This
      feature should only be used from utility packing scripts.
      1bb00668
  19. 26 Sep, 2000 1 commit
  20. 25 Sep, 2000 2 commits
  21. 11 Sep, 2000 1 commit
  22. 03 Sep, 2000 2 commits
  23. 02 Sep, 2000 2 commits
  24. 01 Sep, 2000 1 commit
  25. 30 Aug, 2000 1 commit
  26. 18 Aug, 2000 1 commit
  27. 10 Aug, 2000 1 commit
  28. 07 Jul, 2000 1 commit
    • Jim Fulton's avatar
      Added a separate call to check the cache size so that we only check · 3798d197
      Jim Fulton authored
      when a transaction is about to be written. It would be bad if we
      "flipped" the cache twice during a transaction, as we would have
      incomplete transaction data.  Note that this means that we could
      exceed the target cache size if the data for a transaction exceeded
      the target size (/2).
      
      Changed the way that the storage is closed. Our close method may be
      called from a separate thread than the async main loop. We only want
      the async main loop to close our _call (rpc) object. Instead of
      closing it directly, we call closeIntensionally(), which, in return,
      requests that the async main loop closes it, via the select trigger.
      3798d197
  29. 05 Jul, 2000 1 commit