1. 29 Dec, 2003 4 commits
  2. 27 Dec, 2003 1 commit
  3. 26 Dec, 2003 3 commits
  4. 25 Dec, 2003 1 commit
  5. 24 Dec, 2003 1 commit
  6. 23 Dec, 2003 2 commits
  7. 22 Dec, 2003 1 commit
  8. 19 Dec, 2003 3 commits
  9. 18 Dec, 2003 1 commit
  10. 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
  11. 15 Dec, 2003 5 commits
  12. 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
  13. 10 Dec, 2003 1 commit
  14. 08 Dec, 2003 1 commit
  15. 28 Nov, 2003 1 commit
  16. 26 Nov, 2003 1 commit
  17. 24 Nov, 2003 1 commit
  18. 19 Nov, 2003 2 commits
  19. 18 Nov, 2003 1 commit
  20. 14 Nov, 2003 1 commit
  21. 12 Nov, 2003 2 commits
  22. 06 Nov, 2003 1 commit
  23. 03 Nov, 2003 1 commit
  24. 31 Oct, 2003 1 commit
  25. 29 Oct, 2003 1 commit