- Jun 30, 2017
-
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
Add error handlers for parser errors
-
- Jun 28, 2017
-
-
Dries Staelens authored
-
- Apr 30, 2017
-
-
Richard Girges authored
-
Richard Girges authored
Feature - Allow extension preservation with safe file names
-
Adam Schrader authored
-
Adam Schrader authored
-
- Apr 28, 2017
-
-
Adam Schrader authored
Refactor server.js to allow for different options to be provided during testing Bumped the version number to 0.1.3
-
Adam Schrader authored
Misc reformatting.
-
- Apr 24, 2017
-
-
Richard Girges authored
Fix readme
-
Vojta Staněk authored
-
- Mar 09, 2017
-
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
improve performance for large files
-
- Mar 08, 2017
-
-
Michaël Zasso authored
Using `buf = Buffer.concat([buf, data]);` on the data event copies the data in a new larger buffer everytime. Instead, store the intermediate small buffers in an array and concat only at the end.
-
- Feb 20, 2017
-
-
Richard Girges authored
-
Richard Girges authored
-
- Feb 18, 2017
-
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
Massive overhauls. Adding Travis C.I. build. FINALLY have testing!!! Added linting rules to keep the project clean.
-
- Feb 17, 2017
-
-
Richard Girges authored
v0.1.0 Beta: No more urlencoded support. Multipart only. Removed connect-busboy dependency in exchange for directly using Busboy. Updated README with breaking changes. This commit also fixes #11
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
Support arrays of fields (similar to busboy 'autoFields' option)
-
- Feb 15, 2017
-
-
Tom Higgins authored
-
- Feb 10, 2017
-
-
Richard Girges authored
-
Richard Girges authored
Fix input fields with multiple enabled:
-
- Feb 07, 2017
-
-
Felipe Lavratti authored
- req.files[fieldname] is an Object when no multiple files are sent in the same field. - req.files[fieldname] is an Array of Objects when multiple files are sent for fieldname.
-
- Jan 14, 2017
-
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
-
Richard Girges authored
-