1. 30 Dec, 2003 1 commit
  2. 29 Dec, 2003 9 commits
  3. 27 Dec, 2003 1 commit
  4. 26 Dec, 2003 3 commits
  5. 25 Dec, 2003 1 commit
  6. 24 Dec, 2003 1 commit
  7. 23 Dec, 2003 2 commits
  8. 22 Dec, 2003 1 commit
  9. 19 Dec, 2003 3 commits
  10. 18 Dec, 2003 1 commit
  11. 17 Dec, 2003 1 commit
    • Jeremy Hylton's avatar
      Patch from kiko: Remember has_mac value across handle_read() calls. · a0d97c9c
      Jeremy Hylton authored
      The presence or absence of a mac bit is really part of the persistent
      state of SizedMessageAsyncConnection.  If state is True when
      handle_read() is entered, we get into the code to check the mac and
      process the message without testing whether a mac is present.
      
      I wish there was a test for this, but the code it's very difficult to
      setup a test that calls handle_read() in just the right state.  A good
      project, but not one I'm up for now.
      a0d97c9c
  12. 15 Dec, 2003 5 commits
  13. 11 Dec, 2003 2 commits
    • Jeremy Hylton's avatar
      missing decref · cb49ab0e
      Jeremy Hylton authored
      cb49ab0e
    • Jeremy Hylton's avatar
      Ignore descriptors in persistent_id() calls. · b87627a0
      Jeremy Hylton authored
      Apparent fix for the bug Sidnei reported today.  He didn't have a
      simple test case, rather reported that starting Zope with Formulator
      caused a crash.  I think this will fix the problem.
      
      We had to do the same thing in Python code in ZODB4, but weren't
      worrying about performance there.
      b87627a0
  14. 10 Dec, 2003 1 commit
  15. 08 Dec, 2003 1 commit
  16. 28 Nov, 2003 1 commit
  17. 26 Nov, 2003 1 commit
  18. 24 Nov, 2003 1 commit
  19. 19 Nov, 2003 2 commits
  20. 18 Nov, 2003 1 commit
  21. 14 Nov, 2003 1 commit