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: node-formidable/formidable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.5
Choose a base ref
...
head repository: node-formidable/formidable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.6
Choose a head ref
  • 6 commits
  • 10 files changed
  • 1 contributor

Commits on Jul 16, 2010

  1. Revert "Feature: IncomingForm.timeout"

    This reverts commit 5e2612c.
    
    There seems to be problems with this, causing non-stalled uploads to
    report timeouts as well. Need to investigate.
    felixge committed Jul 16, 2010
    Configuration menu
    Copy the full SHA
    15f0079 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2010

  1. Fix: Handling of empty header values and field data

    This patch introduces two new events to the multipart parser:
    'onHeaderEnd' and 'onHeadersEnd'. These make it much easier to properly
    handle the output of the parser.
    
    Another nice addition is a system test that verifies a complete upload
    from start to finish.
    felixge committed Jul 17, 2010
    Configuration menu
    Copy the full SHA
    99c1354 View commit details
    Browse the repository at this point in the history
  2. Add .npmignore file

    felixge committed Jul 17, 2010
    Configuration menu
    Copy the full SHA
    3b67d93 View commit details
    Browse the repository at this point in the history
  3. Make clean for test/tmp

    felixge committed Jul 17, 2010
    Configuration menu
    Copy the full SHA
    bf21f0c View commit details
    Browse the repository at this point in the history
  4. Feature: IncomingForm.maxFieldSize

    The parser is now considered safe. A malicious client can no longer
    allocate huge amounts of memory by sending a big field.
    felixge committed Jul 17, 2010
    Configuration menu
    Copy the full SHA
    d99eea0 View commit details
    Browse the repository at this point in the history
  5. Bump version

    felixge committed Jul 17, 2010
    Configuration menu
    Copy the full SHA
    18de5c6 View commit details
    Browse the repository at this point in the history
Loading