1. 06 Oct, 2000 3 commits
  2. 05 Oct, 2000 4 commits
    • Jim Fulton's avatar
      *** empty log message *** · 9ada184a
      Jim Fulton authored
      9ada184a
    • Jim Fulton's avatar
      Made it easier to call pack on the storage. The time argument now · 27e185b9
      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.
      27e185b9
    • Jim Fulton's avatar
      Simplified the tracing code (blather). · 97129eb2
      Jim Fulton authored
      Got rid of the no-longer-used (synchronous) store method.
      
      Added a wait argument to pack.  If the wait argument is provided,
      then the pack method doesn't return a value till packing is done.
      
      Simplified the way errors are handled in normal calls and
      packs by putting the error marshalling logic into a separate
      method.
      
      No longer log UndoError, VersionCommitError, and TransactionError
      exceptions on the server, since these are user-level errors.
      
      Do log pack errors.
      97129eb2
    • Jim Fulton's avatar
      Made it easier to call pack on the database. The time argument noe · 9a11b856
      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.
      9a11b856
  3. 01 Oct, 2000 4 commits
  4. 27 Sep, 2000 4 commits
  5. 26 Sep, 2000 1 commit
  6. 25 Sep, 2000 4 commits
  7. 21 Sep, 2000 1 commit
  8. 16 Sep, 2000 1 commit
  9. 11 Sep, 2000 4 commits
  10. 07 Sep, 2000 2 commits
  11. 05 Sep, 2000 2 commits
  12. 04 Sep, 2000 1 commit
  13. 03 Sep, 2000 6 commits
  14. 02 Sep, 2000 3 commits