1. 26 Apr, 2005 1 commit
  2. 25 Apr, 2005 3 commits
  3. 24 Apr, 2005 4 commits
  4. 23 Apr, 2005 2 commits
  5. 22 Apr, 2005 5 commits
  6. 21 Apr, 2005 2 commits
  7. 19 Apr, 2005 1 commit
    • Tim Peters's avatar
      Port from Zope 2.7 branch. · dbe29845
      Tim Peters authored
      After consulting with Mark Hammond, removed the explicit calls to SvcStop().
      
      That method gets invoked automatically by the services framework when a
      stop request is generated.  Calling it explicitly too caused the onStop()
      method to get called multiple times.  At least ZRS's Service subclasses
      have onStop() methods that can't be called multiple times without raising
      exceptions (they shut things down, and stuff like sockets go away the
      first time onStop() gets called).
      dbe29845
  8. 14 Apr, 2005 5 commits
    • Sidnei da Silva's avatar
      · 0070e935
      Sidnei da Silva authored
      * Implement a file handler with 'rotate'.  This closes the file, attempts
        a rename to {filename}.last, then reopens the original name.  This
        then makes the log available for another process to perform the rotation
        logic on. This log handler is only installed on the Windows
        platform, where you can't rename an open file.
      0070e935
    • Sidnei da Silva's avatar
      · 5f2d589c
      Sidnei da Silva authored
      |- Add version_txt target
      |- Call version_txt target from install target
      |
      5f2d589c
    • Sidnei da Silva's avatar
      · fd335bd0
      Sidnei da Silva authored
      Major service enhancements.  Service cleanly shuts down child, and if child
      fails the tail of the process output (which generally contains a traceback)
      is
      written to the event log.
      
      Minor tweaks to the Windows build 'clean' process and documentation tweaks.
      
      Don't kill the service if we can't write to the event log
      fd335bd0
    • Sidnei da Silva's avatar
      · baff3bac
      Sidnei da Silva authored
      * Register the new signal handlers on Windows
      baff3bac
    • Sidnei da Silva's avatar
      · 7888effd
      Sidnei da Silva authored
      * Implement a signal mechanism for Windows utilising Windows 'Named Events'.
        See comments in WinSignalHandler.py for details.
      * As Windows can not rename an open file, when the 'reopen' signal is
        received try and call a 'rotate' method rather than a reopen.  Rotation
        itself is implemented in zLOG.LogHandler
      7888effd
  9. 13 Apr, 2005 1 commit
  10. 12 Apr, 2005 1 commit
  11. 10 Apr, 2005 7 commits
  12. 09 Apr, 2005 2 commits
    • Andreas Jung's avatar
      · 113fc84a
      Andreas Jung authored
      - Collector #1750: StructuredText: fixed handling of image URLs
        with query string                                            i
      - some more unittests
      113fc84a
    • Andreas Jung's avatar
      typo · a69fba72
      Andreas Jung authored
      a69fba72
  13. 08 Apr, 2005 5 commits
  14. 07 Apr, 2005 1 commit