1. 21 Jun, 2010 1 commit
  2. 07 Sep, 2005 1 commit
    • Tim Peters's avatar
      Mrege rev 38358 from 3.5 branch. · a255a16c
      Tim Peters authored
      Re-add the zeoctl module to ZEO, and rewrite runzeo so
      it can run as a main program (the scripts created by
      mkzeoinstance.py expect to be able to do this).
      a255a16c
  3. 11 Aug, 2005 1 commit
    • Fred Drake's avatar
      Move to a zpkg-based setup: · df76e657
      Fred Drake authored
      - References to headers now involve the package names.
      
      - The zpkg support files have been moved to the top-level directory,
        and the releases/ tree has been removed.  The resource map and
        configuration file have been combined now that zpkg allows that.
      
      - The scripts are now all located in src/scripts/ in a checkout.
      
      - Scripts that were imported in the tests have been split into library
        and script components; the library portions share name of the
        script (in order to reduce changes).  The library portions may not
        be used as scripts directly.
      df76e657
  4. 20 May, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 30437 from 3.4 branch. · 6d491ddb
      Tim Peters authored
      Use ZConfig's new socket address types appropriately.
      
      These config file keys changed:
      
      section    key              was             is
      -------    ---------------  --------------  -------------------------
      zeo        address          socket-address  socket-binding-address
      zeo        monitor-address  socket-address  socket-binding-address
      zeoclient  server           socket-address  socket-connection-address
      6d491ddb
  5. 19 May, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 30422 from 3.4 branch. · 924ec78e
      Tim Peters authored
      Collector 1788:  runzeo fails in 2.8
      
      A patch from Mark Hammond to repair a new Windows-specific
      gimmick in ZEOServer.setup_win32_signals().
      924ec78e
  6. 28 Apr, 2005 1 commit
  7. 22 Apr, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 30120 from 3.4 branch. · 117c9d29
      Tim Peters authored
      Port ZEO changes for Windows from ZODB 3.2.
      
      In addition, repaired the useless default logging in runzeo.py.
      
      Here's Sidnei's Zope 2.7 checkin comment:
      
      * Borrow Zope's 'Signal' mechanism for Windows, if available, to
        implement clean shutdown and log rotation handlers for Windows.
      
      * Back to creating a .PID for ZEO, so external programs that wish to set
        the 'signal' can get the PID and therefore derive the signal name.
        Currently only necessary on Windows but created on all platforms which
        implement os.getpid(), as long as the 'pid-filename' option is set,
        or the 'INSTANCE_HOME' environment variable can be found.
      117c9d29
  8. 11 Mar, 2005 1 commit
  9. 02 Jun, 2004 1 commit
  10. 25 Apr, 2004 1 commit
  11. 22 Apr, 2004 1 commit
  12. 27 Feb, 2004 1 commit
  13. 14 Jan, 2004 1 commit
  14. 24 Oct, 2003 1 commit
  15. 16 Oct, 2003 1 commit
    • Jeremy Hylton's avatar
      Fix the log prefix for runzeo.py. · b3d5cd66
      Jeremy Hylton authored
      The file used to be called runsvr, but was changed.  Change the label
      to RUNZEO to match the name of the file.
      
      Add the process ID to distinguish different processes when tests are
      running.
      b3d5cd66
  16. 15 Oct, 2003 1 commit
  17. 07 Oct, 2003 1 commit
  18. 15 Jul, 2003 1 commit
    • Tres Seaver's avatar
      · 86207a9d
      Tres Seaver authored
        - Make ZEO server actually startable.  Note that the ZConfig option
          for the authentication database is named 'database', while the
          equivalent argument to the StorageServer initializer is called
          'filename':  "One of these things just doesn't belong!"
      86207a9d
  19. 30 May, 2003 1 commit
  20. 30 Apr, 2003 1 commit
  21. 29 Apr, 2003 1 commit
  22. 24 Jan, 2003 2 commits
  23. 22 Jan, 2003 1 commit
  24. 20 Jan, 2003 4 commits
  25. 18 Jan, 2003 1 commit
  26. 17 Jan, 2003 5 commits
  27. 15 Jan, 2003 1 commit
  28. 10 Jan, 2003 1 commit
  29. 09 Jan, 2003 4 commits