1. 05 Feb, 2003 1 commit
    • Barry Warsaw's avatar
      Lots of changes, maybe not all of them good ;) · 162c11a3
      Barry Warsaw authored
      Added a module docstring as a usage() string.  Also add --help/-h.
      
      Rewrote two of the regexps as verbose re's for readability <wink>.
      Use named groups.
      
      Use True/False where appropriate.
      
      Txn: Added a `voters' attribute which is a list of clients seen doing
      a vote.  This is cleared on abort or finish.  Thus if we see a
      transaction with a non-empty voters list, we know that that
      transaction was blocked and it was the first voter that grabbed the
      lock.  This client (as an address) is displayed in the report.
      
      call_*(): Pass the client address into the call, as grep'd out of the
      zrpc-conn part of the line.  Only call_tpc_vote() really cares about
      this.
      
      Most controversial: process the entire file, line by line.
      Alternatives, if necessary:
          - go back to the original progressive skip backwards approach
          - add an incremental reader (recording file positions)
          - use as a filter
      162c11a3
  2. 04 Feb, 2003 2 commits
  3. 31 Jan, 2003 2 commits
  4. 29 Jan, 2003 2 commits
  5. 28 Jan, 2003 3 commits
  6. 27 Jan, 2003 7 commits
  7. 24 Jan, 2003 3 commits
  8. 23 Jan, 2003 18 commits
  9. 22 Jan, 2003 2 commits