19 Commits (c6cc38681941a1400ff74fac8c6e8110a61ca2c5)

Author SHA1 Message Date
Ryan Dahl 5fbc750db7 multipart no longer depends on Promise 15 years ago
Ryan Dahl ae85d9af97 API: Make request/response object closer to stream interface 15 years ago
isaacs 3adcdfc2e1 A rewrite of multipart library. 15 years ago
Aaron Heckmann 8f52142116 look for -1 instead of false returned from string.indexOf 15 years ago
Felix Geisendörfer ac2abe5b1e Bugfix: Handle Content-Type headers with charset 15 years ago
Ryan Dahl 8abeffa9ea Add process.nextTick() 15 years ago
Ryan Dahl 70293a43c9 API: Move Promise and EventEmitter into 'events' module 15 years ago
Felix Geisendörfer f86c1783b7 Handle bad requests in simplified parser API 15 years ago
Felix Geisendörfer d9a81374b2 Throw exception for invalid multipart streams 15 years ago
Felix Geisendörfer 5de04dafc6 Do not pause request for multipart parsing 15 years ago
Felix Geisendörfer 27fcae738a Reduce multipart memory footprint 15 years ago
Felix Geisendörfer 528c449901 Multipart improvements 15 years ago
Ryan Dahl 43121c15be API: rename process.inherits to sys.inherits 15 years ago
Ryan Dahl ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL 15 years ago
Felix Geisendörfer 6219f2a2be Removed getHeader() function thanks to f623f 15 years ago
Felix Geisendörfer abbc624f52 Multipart test now uses a fixture instead of CURL 15 years ago
Felix Geisendörfer 3fd1cba073 Fixed bad indention in multipart.js 15 years ago
Felix Geisendörfer eeaa267cbe Documentation for Multipart parser 15 years ago
Felix Geisendörfer 27c750154e Multipart stream parser 15 years ago