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.10.0
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.10.2
Choose a head ref
  • 16 commits
  • 18 files changed
  • 14 contributors

Commits on Mar 21, 2024

  1. include strip-comments.js file for Node.js core

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    040cfcf View commit details
    Browse the repository at this point in the history
  2. Bumepd v6.10.1

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    dd3918f View commit details
    Browse the repository at this point in the history
  3. Do not fail test if streams support typed arrays (#2978)

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2252a5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b62571 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. perf: Remove double-stringify in setCookie (#2980)

    * Remove double-stringify in setCookie
    
    * Remove unnecessary semicolon
    peterver authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fcbf6de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fce214 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. fix: make EventSource properties enumerable (#2987)

    * make eventsource properties enumberable
    
    * Use kEnumerableProperty for eventsource immutable fields
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
    MattBidewell and Uzlopak authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    bc304ff View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. docs: ✏️ fixed benchmark links (#2991)

    Closes: #2988
    benhalverson authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    83f36b7 View commit details
    Browse the repository at this point in the history
  2. fix(#2986): bad start check (#2992)

    * fix: bad start check
    
    * refactor: remove unnecessary checks
    metcoder95 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0ec5a40 View commit details
    Browse the repository at this point in the history
  3. fix(H2 Client): bind stream 'data' listener only after received 'resp…

    …onse' event (#2985)
    
    * fix(fetch): pause stream if data is received before headers in HTTP/2
    
    * Revert "fix(fetch): pause stream if data is received before headers in HTTP/2"
    
    This reverts commit cd2eaf4.
    
    * fix(H2 Client): pause stream if response data is sent before response event
    
    * Revert "fix(H2 Client): pause stream if response data is sent before response event"
    
    This reverts commit 9219ee3.
    
    * fix(H2 Client): bind stream 'data' listener once 'response' is triggered
    
    ref: https://nodejs.org/api/http2.html#clienthttp2sessionrequestheaders-options
    
    ---------
    
    Co-authored-by: Stefano <stefano@agaweb.it>
    st3ffgv4 and stefanoaga authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c9acca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9cdf56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef25209 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. fix error message (#2998)

    KhafraDev authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bf8c671 View commit details
    Browse the repository at this point in the history
  2. Revert "perf: reuse TextDecoder instance (#2863)" (#2999)

    This reverts commit 2091dcf.
    panva authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0ac82a0 View commit details
    Browse the repository at this point in the history
  3. test: remove only (#3001)

    metcoder95 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a79d6af View commit details
    Browse the repository at this point in the history
  4. 6.10.2

    ronag committed Mar 27, 2024
    3 Configuration menu
    Copy the full SHA
    7485cd9 View commit details
    Browse the repository at this point in the history
Loading