Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swap transport over to spdystream #1376

Closed
wants to merge 4 commits into from
Closed

Commits on Jun 15, 2015

  1. remove msgio double wrap

    There was doublewrapping with an unneeded msgio. given that we
    use a stream muxer now, msgio is only needed by secureConn -- to
    signal the boundaries of an encrypted / mac-ed ciphertext.
    
    Side note: i think including the varint length in the clear is
    actually a bad idea that can be exploited by an attacker. it should
    be encrypted, too. (TODO)
    
    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    jbenet authored and whyrusleeping committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    5d620de View commit details
    Browse the repository at this point in the history
  2. buffer msgio

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    bddd0f2 View commit details
    Browse the repository at this point in the history
  3. swap transport over to spdystream

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    6703d83 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. vendor correctly

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    37373a5 View commit details
    Browse the repository at this point in the history