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

[IGNORE] Add missing HTTPS options that were not being passed to tunnel #1368

Closed
wants to merge 8 commits into from
Closed

Commits on Jan 23, 2015

  1. Configuration menu
    Copy the full SHA
    cd2f398 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2015

  1. Upgrade test reporter

    taper v0.4.0 has a workaround for tapjs/tapjs#109 and
    tape-testing/tape#140, a bug I was experiencing in writing some new tests.
    nylen authored and brichard19 committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    b9c15f6 View commit details
    Browse the repository at this point in the history
  2. Generate SSL certificate for localhost

    We'll need this in a minute (because the hostname gets reset during
    tunneling)
    nylen authored and brichard19 committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    da8303e View commit details
    Browse the repository at this point in the history
  3. Rewrite tunnel test to be pure Node.js

    The new test is doing much more than the old one was, and as far as I
    can tell, no one was ever running it.
    nylen authored and brichard19 committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    20d84ed View commit details
    Browse the repository at this point in the history
  4. Remove unused variable for eslint

    nylen authored and brichard19 committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    55ab6be View commit details
    Browse the repository at this point in the history
  5. Force servers to exit on Node v0.8.x

    nylen authored and brichard19 committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    e62a690 View commit details
    Browse the repository at this point in the history
  6. Rewrite tunnel test to be pure Node.js

    The new test is doing much more than the old one was, and as far as I
    can tell, no one was ever running it.
    nylen authored and brichard19 committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    dc520d4 View commit details
    Browse the repository at this point in the history
  7. Add missing HTTPS options that were not being passed to tunnel

    Also added test cases in test-tunnel.js
    brichard19 committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    f0d2039 View commit details
    Browse the repository at this point in the history