1. 17 Mar, 2005 5 commits
    • Sidnei da Silva's avatar
      · cbd5d29e
      Sidnei da Silva authored
            - Applied patch for
              http://www.zope.org/Collectors/Zope/1527. The patch
              installs a windows 'control handler'. Ctrl+C/Break etc are
              delivered asynchronously (notwithstanding the GIL) to a new
              thread. This new thread triggers a shutdown, then tricks
              asyncore into breaking out of its 'select' call.
      cbd5d29e
    • Sidnei da Silva's avatar
      · b4f66a21
      Sidnei da Silva authored
            - The ZEO server now records its PID to a file like the ZEO
              client. Defaults to /var/ZEO.pid, and its
              configurable in /etc/zeo.conf.
      b4f66a21
    • Sidnei da Silva's avatar
      · 73cad28f
      Sidnei da Silva authored
      - Merge a fix from the five-integration branch, with a test.
      73cad28f
    • Lennart Regebro's avatar
    • Sidnei da Silva's avatar
      · 3c206d0a
      Sidnei da Silva authored
      - Merge a fix from the five-integration branch, with a test.
      3c206d0a
  2. 16 Mar, 2005 13 commits
  3. 15 Mar, 2005 7 commits
  4. 14 Mar, 2005 2 commits
  5. 12 Mar, 2005 1 commit
    • Andreas Jung's avatar
      · 4fd8ebcd
      Andreas Jung authored
            - Collector #1507: Zope now binds again to all available IP addresses if
              ip-address is unset
      4fd8ebcd
  6. 11 Mar, 2005 1 commit
    • Sidnei da Silva's avatar
      · 07348414
      Sidnei da Silva authored
            - Use 'del' instead of 'list.remove()' in
              Catalog.delColumn(). There can be only one column with the
              same name, and it could potentially break catalog metadata as
              remove() may remove more than one element from the list if
              they have the same value. Also, we already have the list index
              we are interested in deleting so it doesn't make sense to look
              up the value and call 'list.remove()' on it.
      07348414
  7. 10 Mar, 2005 3 commits
  8. 05 Mar, 2005 2 commits
  9. 01 Mar, 2005 1 commit
  10. 23 Feb, 2005 1 commit
  11. 21 Feb, 2005 1 commit
  12. 18 Feb, 2005 1 commit
  13. 13 Feb, 2005 1 commit
  14. 12 Feb, 2005 1 commit