Skip to content
Snippets Groups Projects
  1. Mar 04, 2016
  2. Mar 03, 2016
    • Craig Tiller's avatar
      Fix accept_stream being called post-channel deletion · d7f12e30
      Craig Tiller authored
      - Have the server clear the accept_stream callback prior to destroying
        the channel (required a small transport op protocol change)
      - Have the transport not enact transport ops until parsing is completed
        (prevents accept_stream from disappearing mid-parse)
      d7f12e30
    • Craig Tiller's avatar
      Always ref writable streams · 0cb803d9
      Craig Tiller authored
      We suffered a bug whereby doing a follow-up write to another write could
      resurrect a deleted stream, causing all sorts of crash.
      
      Fix: when a stream becomes writable (vs when we start writing) take a
      ref on the stream, and only relinquish it once we're done writing.
      0cb803d9
    • Jan Tattermusch's avatar
      make python test suites run in parallel · 072ebaa1
      Jan Tattermusch authored
      072ebaa1
  3. Mar 02, 2016
  4. Mar 01, 2016
  5. Feb 29, 2016
  6. Feb 27, 2016
  7. Feb 26, 2016
  8. Feb 25, 2016
  9. Feb 24, 2016
  10. Feb 23, 2016
Loading