1. 08 Oct, 2009 1 commit
    • Jim Fulton's avatar
      Bug Fixed: · 2ac9c337
      Jim Fulton authored
        ZEO manages a separate thread for client network IO.  It created
        this thread on import, which caused problems for applications that
        implemented daemon behavior by forking.  Now, the client thread
        isn't created until needed.
      2ac9c337
  2. 01 Oct, 2009 6 commits
  3. 30 Sep, 2009 1 commit
  4. 28 Sep, 2009 2 commits
  5. 09 Sep, 2009 3 commits
  6. 08 Sep, 2009 1 commit
  7. 02 Sep, 2009 1 commit
  8. 01 Sep, 2009 3 commits
    • Jim Fulton's avatar
      Bugs Fixed · cc266648
      Jim Fulton authored
      ----------
      
      - The helper function ZODB.blob.is_blob_record didn't handle having
        None passed to it, but database "delete" records have None for their
        data.
      cc266648
    • Jim Fulton's avatar
      Bugs Fixed · 86a2eab6
      Jim Fulton authored
      - CVE-2009-2701: Fixed a vulnerability in ZEO storage servers when
        blobs are available. Someone with write access to a ZEO server
        configured to support blobs could read any file on the system
        readable by the server process and remove any file removable by the
        server process.
      86a2eab6
    • Benji York's avatar
      fix typos · 0b22c9f8
      Benji York authored
      0b22c9f8
  9. 28 Aug, 2009 1 commit
  10. 27 Aug, 2009 3 commits
  11. 26 Aug, 2009 7 commits
  12. 25 Aug, 2009 2 commits
  13. 24 Aug, 2009 7 commits
  14. 23 Aug, 2009 2 commits