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

refactor(ext/node): migrate "http" module to use "Deno.serveHttp" API #18552

Merged
merged 28 commits into from
Apr 2, 2023

Commits on Mar 30, 2023

  1. WIP Deno.upgradeHttp2

    mmastrac committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ab7be61 View commit details
    Browse the repository at this point in the history
  2. Add complete state

    mmastrac committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    11394c5 View commit details
    Browse the repository at this point in the history
  3. example

    mmastrac committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    7a3547f View commit details
    Browse the repository at this point in the history
  4. Add 'too many headers' test

    mmastrac committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    439c894 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    331df04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a973b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e568013 View commit details
    Browse the repository at this point in the history
  8. Wait for socket to be ready

    mmastrac committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    d3ef6c2 View commit details
    Browse the repository at this point in the history
  9. fix lockup

    mmastrac committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2c4f9de View commit details
    Browse the repository at this point in the history
  10. Print read size

    mmastrac committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    71b2c89 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    3150e99 View commit details
    Browse the repository at this point in the history
  2. debug :)

    bartlomieju committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    2b40e46 View commit details
    Browse the repository at this point in the history
  3. WIP Deno.upgradeHttp2

    mmastrac committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    2ed5f21 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

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

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    155037c View commit details
    Browse the repository at this point in the history
  2. remove debug logs

    bartlomieju committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    7c42bd0 View commit details
    Browse the repository at this point in the history
  3. fix import

    bartlomieju committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    9ca7e3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    add2434 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75937e5 View commit details
    Browse the repository at this point in the history
  6. remove public API

    bartlomieju committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    d13f1f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38f030c View commit details
    Browse the repository at this point in the history
  8. make clippy happy

    bartlomieju committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    2dff8e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    798b41d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    157fd82 View commit details
    Browse the repository at this point in the history
  11. update to latest changes

    bartlomieju committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    d4981d1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a04b417 View commit details
    Browse the repository at this point in the history
  13. revert unrelated change

    bartlomieju committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    7095ab1 View commit details
    Browse the repository at this point in the history
  14. revert unrelated changes

    bartlomieju committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    0b21660 View commit details
    Browse the repository at this point in the history