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

Move internal webserver to Core, add WebSocket stuff #11152

Merged
merged 8 commits into from
Jun 8, 2018

Commits on Jun 7, 2018

  1. Configuration menu
    Copy the full SHA
    65d072c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b75b680 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b094f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    556a46f View commit details
    Browse the repository at this point in the history
  5. http: Use a buffer for WebSocket output.

    This way we can more safely write as much as we want.
    unknownbrackets committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    0fb15fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    403632b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0422563 View commit details
    Browse the repository at this point in the history
  8. http: Move web server to core and use flags.

    This way we can independently control the debugger and disc sharing, since
    debugger could have security impact.
    unknownbrackets committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    3a8a2ff View commit details
    Browse the repository at this point in the history