1. 05 Oct, 2000 2 commits
    • Jim Fulton's avatar
      Simplified the tracing code (blather). · 62a31feb
      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.
      62a31feb
    • Jim Fulton's avatar
      Made it easier to call pack on the database. The time argument noe · 7f8de132
      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.
      7f8de132
  2. 01 Oct, 2000 4 commits
  3. 27 Sep, 2000 4 commits
  4. 26 Sep, 2000 1 commit
  5. 25 Sep, 2000 4 commits
  6. 21 Sep, 2000 1 commit
  7. 16 Sep, 2000 1 commit
  8. 11 Sep, 2000 4 commits
  9. 07 Sep, 2000 2 commits
  10. 05 Sep, 2000 2 commits
  11. 04 Sep, 2000 1 commit
  12. 03 Sep, 2000 6 commits
  13. 02 Sep, 2000 7 commits
  14. 01 Sep, 2000 1 commit
    • Jim Fulton's avatar
      - Clear transaction data when disconnected. · 6757e368
      Jim Fulton authored
      - Return error is we get a begin request from a connection that
        already has an active transaction.
      
      - Log connections and disconnection logging. Someone (Sam) decided to
        comment this out of the asyncore code.
      
      - Include connection id in debugging messages.
      6757e368