39 Commits (6ed791c665de2c1838f6080a1b377b0008cf535b)

Author SHA1 Message Date
Luigi Pinca e0a9ad1af2 http: avoid retaining unneeded memory 8 years ago
James M Snell 5425e0dcbe http: use more efficient module.exports pattern 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Brian White dab22b5b7a
http: optimize default method case 8 years ago
Brian White c00e4adbb4
http: optimize header storage and matching 8 years ago
Brian White a54972c195
http: improve validation performance 8 years ago
Brian White 14c76f8671
http: misc cleanup and minor optimizations 8 years ago
Brian White 1050594c86
http: fix connection upgrade checks 8 years ago
Brian White 83432bfff1
http: optimize checkInvalidHeaderChar() 9 years ago
Brian White 918159e0f6
http: optimize checkIsHttpToken() 9 years ago
Fedor Indutny 9d4d529517 http: skip body and next message of CONNECT res 9 years ago
Ben Noordhuis 642076f2af src: don't set non-primitive values on templates 9 years ago
Jackson Tian 089c6a4fba http: speed up checkIsHttpToken 9 years ago
James M Snell 7bef1b7907 http: strictly forbid invalid characters from headers 9 years ago
Tom Atkinson 5f6dfab832 http: remove reference to onParserExecute 9 years ago
Fedor Indutny 32ac3769f5 http: do not emit `upgrade` on advertisement 9 years ago
Fedor Indutny ab03635fb1 http: fix stalled pipeline bug 9 years ago
James M Snell 6192c9892f http: add checkIsHttpToken check for header fields 9 years ago
Brian White 1eec5f091a http: simplify code and remove unused properties 10 years ago
Vladimir Kurchatkin 2db758c562 iojs: introduce internal modules 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Bert Belder 0bf1d124af http: optimize on_headers_complete 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Ben Noordhuis 150d6f1249 lib: http: poison parser references after freeing 10 years ago
Ben Noordhuis b33a47ef47 lib, src: don't make http parser handles weak 10 years ago
Cam Swords 7ffe2ad616 http: parse the status message in a http response. 11 years ago
Nathan Rajlich 9bc53d887a http: make DELETE requests set `req.method` 11 years ago
Ben Noordhuis 4c0195e034 http: remove MethodToString() 11 years ago
Ben Noordhuis 610022851a http: expose supported methods 11 years ago
isaacs 085dd30e93 http: provide backpressure for pipeline flood 11 years ago
isaacs e6c81bd679 http: provide access to raw headers/trailers 11 years ago
Ben Noordhuis 2669966e76 http: speed up callbacks, use array indices 11 years ago
isaacs 967b5dbb45 http: Use streams3 directly, not .ondata/end 11 years ago
isaacs 896b2aa707 util: Add debuglog, deprecate console lookalikes 12 years ago
Timothy J Fontaine 6717fdccb4 http: move Server and ServerResponse out 12 years ago
Timothy J Fontaine dc9f97b7b9 http: move OutgoingMessage into it's own file 12 years ago
Timothy J Fontaine bb56489f21 http: move parsers into _http_common.js 12 years ago