Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/undici
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.16.1
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.17.0
Choose a head ref
  • 20 commits
  • 3,159 files changed
  • 11 contributors

Commits on May 10, 2024

  1. fetch: fix captureStackTrace (#3227)

    * fetch: fix captureStackTrace
    
    * improve test case performance
    Uzlopak authored May 10, 2024
    Configuration menu
    Copy the full SHA
    0a64b44 View commit details
    Browse the repository at this point in the history
  2. fetch: fix wpt test request-upload.any.js (#3234)

    * fix
    
    * fix
    Uzlopak authored May 10, 2024
    Configuration menu
    Copy the full SHA
    f744596 View commit details
    Browse the repository at this point in the history
  3. websocket: don't clone buffer (#3240)

    * websocket: don't clone buffer
    
    * Apply suggestions from code review
    
    * fixup
    
    * Apply suggestions from code review
    tsctx authored May 10, 2024
    Configuration menu
    Copy the full SHA
    eadf781 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    56b0ba3 View commit details
    Browse the repository at this point in the history
  2. refactor websocket control frame handling (#3241)

    Co-authored-by: tai-kun <taikun.dev@gmail.com>
    KhafraDev and tai-kun authored May 11, 2024
    Configuration menu
    Copy the full SHA
    9302599 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Configuration menu
    Copy the full SHA
    38c8b55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    033530d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Add test to verify if the connection is correctly aborted on cancel (#…

    …3219)
    
    * Add test to verify if the connection is correctly aborted on cancel
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * Update test/fetch/exiting.js
    
    Co-authored-by: elf Pavlik <elf-pavlik@hackers4peace.net>
    
    ---------
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    Co-authored-by: elf Pavlik <elf-pavlik@hackers4peace.net>
    mcollina and elf-pavlik authored May 13, 2024
    Configuration menu
    Copy the full SHA
    48b356c View commit details
    Browse the repository at this point in the history
  2. Autobahn suite (#3251)

    * fix error message in websocket
    
    * add autobahn suite
    
    * fix opcode tests
    
    * fix: rsv bits must be clear
    
    * add autobahn workflow
    
    * run autobahn on pull_request event
    
    * fix case 5.18
    
    * add commenting of status into PR
    
    * add permission
    
    ---------
    
    Co-authored-by: uzlopak <aras.abbasi@googlemail.com>
    KhafraDev and Uzlopak authored May 13, 2024
    Configuration menu
    Copy the full SHA
    388fe56 View commit details
    Browse the repository at this point in the history
  3. fix 4 autobahn tests (#3254)

    use pull_request_target for autobahn workflow
    KhafraDev authored May 13, 2024
    Configuration menu
    Copy the full SHA
    a52450b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5025a8 View commit details
    Browse the repository at this point in the history
  5. Cleanup websocket (#3257)

    * cleanup websocket receiver
    
    * fix 9.3.2-9.3.8; 9.4.2-9.4.8; 10.1.1
    
    * fixup
    
    * fixup
    KhafraDev authored May 13, 2024
    Configuration menu
    Copy the full SHA
    c8352d7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. add bodymixin bytes (#3262)

    * add bodymixin bytes
    
    * use git node wpt instead of sparse-checkout
    
    * fixup?
    
    * fixup
    
    * fixup
    KhafraDev authored May 15, 2024
    Configuration menu
    Copy the full SHA
    e2dc4da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0980f9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    106bf1c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    4da45f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e73fe4 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump node from 487dc5d to 9e8f45f in /build (#3271)

    Bumps node from `487dc5d` to `9e8f45f`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2024
    Configuration menu
    Copy the full SHA
    8f819cd View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Bumped v6.17.0 (#3272)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions authored May 17, 2024
    Configuration menu
    Copy the full SHA
    0ca9c1e View commit details
    Browse the repository at this point in the history
Loading