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: mscdex/busboy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: mscdex/busboy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 14 commits
  • 26 files changed
  • 2 contributors

Commits on Nov 3, 2019

  1. lib: don't decode params with encodings twice

    Fixes: #203
    Sebmaster authored and mscdex committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    967fce0 View commit details
    Browse the repository at this point in the history
  2. ci: add node v12

    mscdex committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    5ef3f9b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. lib,test: rewrite implementation

    This new implementation simplifies the code and
    makes the parsers faster while using less memory.
    mscdex committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    54a8683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8935b77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce51bae View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. readme: fix example

    mscdex committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    d63de96 View commit details
    Browse the repository at this point in the history
  2. readme: fix markdown rendering

    mscdex committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    6a871ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d92b213 View commit details
    Browse the repository at this point in the history
  4. test: fix lint issue

    mscdex committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    5a96ac3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d359d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. multipart: only skip parts with bad headers

    Fixes: #268
    mscdex committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    296c81d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42f2ed3 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    4727039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1f8b03 View commit details
    Browse the repository at this point in the history
Loading