An error occurred fetching the project authors.
  1. 18 Mar, 2005 1 commit
    • Sidnei da Silva's avatar
      · 435fda11
      Sidnei da Silva authored
      - Revert my previous two checkins, they are rather broke with ZODB 3.3
      435fda11
  2. 17 Mar, 2005 3 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
  3. 16 Mar, 2005 1 commit
  4. 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
  5. 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
  6. 21 Feb, 2005 1 commit
  7. 18 Feb, 2005 1 commit
  8. 12 Feb, 2005 1 commit
  9. 03 Feb, 2005 1 commit
  10. 02 Feb, 2005 1 commit
  11. 30 Jan, 2005 4 commits
  12. 27 Jan, 2005 1 commit
    • Andreas Jung's avatar
      · 1b8fb627
      Andreas Jung authored
            - Collector #1648: Fix bug in Medusa FTP
      1b8fb627
  13. 18 Jan, 2005 1 commit
  14. 15 Jan, 2005 1 commit
  15. 14 Jan, 2005 1 commit
  16. 11 Jan, 2005 1 commit
  17. 10 Jan, 2005 1 commit
  18. 08 Jan, 2005 1 commit
    • Andreas Jung's avatar
      · 9344f756
      Andreas Jung authored
            - Collector #1655: fixed severe memory leak in TemporaryStorage
      9344f756
  19. 03 Jan, 2005 1 commit
  20. 22 Dec, 2004 1 commit
  21. 18 Dec, 2004 2 commits
    • Andreas Jung's avatar
      No commit message · df48363b
      Andreas Jung authored
      No commit message
      df48363b
    • Andreas Jung's avatar
      FTPServer: · 18286c63
      Andreas Jung authored
      A RNFR (rename from) request was always responded
      with a response 350 (succesful). We do now check if the 
      source file really exists and return a 550 response in case
      if it doest not.
      18286c63
  22. 02 Dec, 2004 1 commit
  23. 01 Dec, 2004 1 commit
    • Sidnei da Silva's avatar
      · 77e3bb9d
      Sidnei da Silva authored
            - webdav.Resource: during COPY, manage_afterClone was called way
              too early, thus the object wasn't bound to the database and
              couldn't find a context. Changed to behave the same way as
              CopySupport.
      77e3bb9d
  24. 29 Nov, 2004 1 commit
    • Andreas Jung's avatar
      · bc509650
      Andreas Jung authored
            - RAMCacheManager: opimized performance by using cPickle instead
              of pickle and by using the highest pickle protocol available
              instead of using ASCII pickles (patch by Dieter Maurer)
      bc509650
  25. 28 Nov, 2004 1 commit
  26. 26 Nov, 2004 9 commits