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

Pull updates from master #2

Merged
merged 50 commits into from
Feb 11, 2018
Merged

Pull updates from master #2

merged 50 commits into from
Feb 11, 2018

Commits on Apr 18, 2014

  1. Now the JSON Parser emit an error event to the IncomingForm if a rece…

    …ive a malformed JSON request.
    
    This way I can catch the error from my framework.
    alessio.montagnani committed Apr 18, 2014
    Configuration menu
    Copy the full SHA
    d3d73b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

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

Commits on Dec 15, 2014

  1. fix global variable leak

    nickstamas committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    0864eaf View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2015

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

Commits on Feb 23, 2015

  1. Merge pull request node-formidable#327 from gabeio/patch-2

    fixed incorrect documentation header/paragraph
    felixge committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    b7ef166 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2015

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

Commits on May 15, 2015

  1. Add license to package.json

    SimenB committed May 15, 2015
    Configuration menu
    Copy the full SHA
    32c10fc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2015

  1. Improved Content-Disposition parsing (added support for 'token' defin…

    …ition of the 'disp-extension-parm' rule, RFC 2616 section 19.5.1)
    TanukiSharp committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    7c7416a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2015

  1. Fixed quoted-string parsing regular expression for the "name" paramet…

    …er of the Content-Disposition header (RFC 2616 section 2.2, a quoted-string can be empty)
    TanukiSharp authored and Sebastien committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    c2120e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2015

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

Commits on Sep 9, 2015

  1. Merge pull request node-formidable#347 from bitcraftCoLtd/master

    Improvement on Content-Disposition parsing
    felixge committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    53bdc35 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2015

  1. doc typo fix

    Quinn Diggity committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    9151e88 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2016

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

Commits on Jun 24, 2016

  1. Access WriteStream of fs during runtime instead of include time

    This adds compatibility with mock-fs [1], which overrides these methods
    and expects modules to access them thereafter.
    
    [1] https://github.com/tschaub/mock-fs
    badeball committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    e5491cb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

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

Commits on Dec 7, 2016

  1. Configuration menu
    Copy the full SHA
    321e922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63b4e9d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Include MIT license

    Nicholaiii authored Dec 8, 2016
    Configuration menu
    Copy the full SHA
    1cece1d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Configuration menu
    Copy the full SHA
    9f975c6 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'teamverse/master'

    * teamverse/master:
      fix global variable leak
      add hash to json if present
    kornelski committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    eb519dc View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'charmander/master'

    * charmander/master:
      Use built-in toString to convert buffer to hex
    kornelski committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    522424f View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'SimenB/license'

    * SimenB/license:
      Add license to package.json
    kornelski committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    0de5d83 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'christian-fei/master'

    * christian-fei/master:
      Fix second DeprecationWarning about os.tmpDir()
      Fix first DeprecationWarning about os.tmpDir()
    kornelski committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    66e7edb View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'softec-si/master'

    * softec-si/master:
      Now the JSON Parser emit an error event to the IncomingForm if a receive a malformed JSON request. This way I can catch the error from my framework.
    kornelski committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    eb26773 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    910fdcb View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Update current status

    felixge authored Jan 11, 2017
    Configuration menu
    Copy the full SHA
    0983317 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Add maintainers wanted badge

    felixge authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    e1e2470 View commit details
    Browse the repository at this point in the history
  2. whitespace

    felixge authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    0fc85a9 View commit details
    Browse the repository at this point in the history
  3. Merge pending pull requests

    * commit '910fdcb1fce5eede5866dbbeb6cda976c015b4e5':
      Test on current Node versions
      Update buffer.write order of arguments
      Fix second DeprecationWarning about os.tmpDir()
      Fix first DeprecationWarning about os.tmpDir()
      Add license to package.json
      Use built-in toString to convert buffer to hex
      fix global variable leak
      add hash to json if present
      Now the JSON Parser emit an error event to the IncomingForm if a receive a malformed JSON request. This way I can catch the error from my framework.
    kornelski committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    d5ccbc4 View commit details
    Browse the repository at this point in the history
  4. Updated dev deps a bit

    kornelski committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    a230d94 View commit details
    Browse the repository at this point in the history
  5. Updated examples

    kornelski committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    1030bfa View commit details
    Browse the repository at this point in the history
  6. Merge pull request node-formidable#404 from pornel/buffer

    Update buffer.write order of arguments
    kornelski authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    ee986ef View commit details
    Browse the repository at this point in the history
  7. Merge pull request node-formidable#409 from Nicholaiii/patch-1

    Include MIT license
    kornelski authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    ac052e9 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'badeball/master'

    * badeball/master:
      Access WriteStream of fs during runtime instead of include time
    kornelski committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    69f0ba7 View commit details
    Browse the repository at this point in the history
  9. Updated Buffer.write args

    kornelski committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    d1ad9ff View commit details
    Browse the repository at this point in the history
  10. Changelog in the readme

    kornelski committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    3d7dcc0 View commit details
    Browse the repository at this point in the history
  11. Install instructions

    kornelski committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    97e908b View commit details
    Browse the repository at this point in the history
  12. CI badge

    kornelski committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    d0cce7e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

  1. 1.1.1

    kornelski committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    bbbc112 View commit details
    Browse the repository at this point in the history
  2. Updated changelog

    kornelski committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    7a36a8e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Added max upload size for files (node-formidable#357)

    * Added max upload size
    
    * Self reference for size fix
    tunnckoCore authored Mar 1, 2017
    Configuration menu
    Copy the full SHA
    b81d1c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. to solve EISDIR error (node-formidable#424)

    * to solve EISDIR error
    
    to solve EISDIR error when trying to submit a form with no file
    selected.
    
    * del .ideal and modify incoming_form
    
    remove needless .idea things and change the condition to !part.filename
    
    * remove needless .idea
    
    remove needless .idea
    lyyh3c authored and tunnckoCore committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    05e4743 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

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

Commits on Sep 9, 2017

  1. Merge pull request node-formidable#439 from gswalden/patch-1

    update readme to reflect current state of Express
    kornelski authored Sep 9, 2017
    Configuration menu
    Copy the full SHA
    cebe5ed View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Configuration menu
    Copy the full SHA
    549d7f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request node-formidable#443 from leipert/patch-1

    Remove duplicate license field from package.json
    kornelski authored Sep 26, 2017
    Configuration menu
    Copy the full SHA
    cee52d1 View commit details
    Browse the repository at this point in the history
  3. Revert "to solve EISDIR error (node-formidable#424)"

    This reverts commit 05e4743.
    kornelski committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    c7e47cd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Fix using closed _writeStream when error is occurred (node-formidable…

    …#357)
    
    When fileMaxSize reached _error() calls _writeStream.destroy() which turns into unhandled exception.
    Vitaha committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    5ddd6d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Merge pull request node-formidable#455 from Vitaha/master

    Fix using closed _writeStream when error is occurred (node-formidable#357)
    kornelski authored Dec 22, 2017
    Configuration menu
    Copy the full SHA
    6041695 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Merge pull request #1 from felixge/master

    Getting updates from upstream.
    uformia authored Feb 11, 2018
    Configuration menu
    Copy the full SHA
    cfcc465 View commit details
    Browse the repository at this point in the history