1. 07 Apr, 2001 1 commit
  2. 05 Apr, 2001 3 commits
  3. 04 Apr, 2001 1 commit
  4. 03 Apr, 2001 2 commits
    • Barry Warsaw's avatar
      Fixing two small bugs uncovered by unit testing (I was testing the · e354e393
      Barry Warsaw authored
      Minimal BSDDB storage which does not override abortVersion() and
      commitVersion()).
      
      commitVersion() can't be an alias for abortVersion() because it takes
      a different number of arguments.  Provide a simple implementation.
      
      Changed "from POSException import UndoError" to "import POSException"
      and use POSException.UndoError in undo().  This is because
      abortVersion() and commitVersion() also reference exceptions in the
      POSException module.
      
      Aside: fix __version__ extraction from $Revision$ to be portable in
      the face of "cvs co -kv".
      e354e393
    • Jim Fulton's avatar
      numerous changes to prevent gcc warnings · 47fc3143
      Jim Fulton authored
      47fc3143
  5. 02 Apr, 2001 7 commits
  6. 01 Apr, 2001 4 commits
  7. 30 Mar, 2001 2 commits
  8. 29 Mar, 2001 1 commit
  9. 28 Mar, 2001 13 commits
  10. 27 Mar, 2001 6 commits
    • Ken Manheimer's avatar
      Small (but prominent) spelling correction. · 7c1e081e
      Ken Manheimer authored
      7c1e081e
    • Jim Fulton's avatar
      *** empty log message *** · e63251c2
      Jim Fulton authored
      e63251c2
    • Jim Fulton's avatar
      It is no longer necessary to symbolically link cPickle or · 0af8720b
      Jim Fulton authored
      ZServer. ZServer is no longer necessary at all.
      
      Fixed a race condition in __call__.
      
      If an exception raised on the server which could not be
      unpickled on the client could cause the client connection to
      fail.
      0af8720b
    • Jim Fulton's avatar
      It is no longer necessary to symbolically link cPickle or · a3d8a6da
      Jim Fulton authored
      ZServer. ZServer is no longer necessary at all.
      a3d8a6da
    • Jim Fulton's avatar
      · 2ad9bbcc
      Jim Fulton authored
            - It is no longer necessary to symbolically link cPickle or
              ZServer. ZServer is no longer necessary at all.
      2ad9bbcc
    • Jim Fulton's avatar
      · 394d2e4a
      Jim Fulton authored
            - It is no longer necessary to symbolically link cPickle or
              ZServer. ZServer is no longer necessary at all.
      
            - A Zope-style INSTANCE_HOME and var directory are no longer
              needed.
      
            - If ZServer *is* available, the medusa monitor server can be
              used in the storage server.
      
            - An option, -d, was added to facilitate generation of a
              detailed debug log while running in the background.
      394d2e4a