88 Commits (6b070654e61e3d1e0da5e9d7948af4ddb4721522)

Author SHA1 Message Date
Brian White a10bdb51b1
http: improve outgoing string write performance 8 years ago
Trevor Norris 4a7233c178
lib: implement async_hooks API in core 8 years ago
Rich Trott 6bcf65d4a7
lib,test: use regular expression literals 8 years ago
Anna Henningsen 55c95b1644
http: fix first body chunk fast case for UTF-16 8 years ago
Timothy Gu cfc8422a68 lib: use Object.create(null) directly 8 years ago
James M Snell 74c1e02642 http: replace uses of self 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 d3480776c7
http: concatenate outgoing Cookie headers 8 years ago
Brian White 8243ca0e0e
http: reuse existing StorageObject 8 years ago
Brian White b377034359
http: support old private properties and function 8 years ago
Brian White 940b5303be
http: use Symbol for outgoing headers 8 years ago
Brian White 3e6f1032a4
http: add new functions to OutgoingMessage 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
Brian White dab22b5b7a
http: optimize default method case 8 years ago
Brian White 176cdc2823
http: misc optimizations and style fixes 8 years ago
Brian White c77ed327d9
http: avoid using object for removed header status 8 years ago
Brian White c00e4adbb4
http: optimize header storage and matching 8 years ago
cjihrig a73ab9de0d http: remove pointless use of arguments 8 years ago
Brian White 4d7531de24
http: optimize headers iteration 8 years ago
Brian White af74e72a9f
http: simplify boolean checks 8 years ago
Brian White e8b809a7a0
http: extract validation functions 8 years ago
Brian White b6ea857c7d
lib: avoid recompilation of anonymous functions 8 years ago
Brian White 14c76f8671
http: misc cleanup and minor optimizations 8 years ago
Evan Lucas d93ab51088 http: add debug message for invalid header value 8 years ago
maasencioh 2ccf601efe http: name anonymous functions in _http_outgoing 8 years ago
Brian White 1050594c86
http: fix connection upgrade checks 8 years ago
Franziska Hinkelmann 35109ddaf2 lib: remove double check of string type 9 years ago
yorkie 99296eedbe http: specify _implicitHeader in OutgoingMessage 9 years ago
Guy Fraser 3c09d1b55f http: replace finish() callback with arrow function 9 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Bryan English 31bef6b704 http: correct error message for invalid trailer 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Brian White 0223de6ba5 http: remove unnecessary check 9 years ago
James M Snell 7bef1b7907 http: strictly forbid invalid characters from headers 9 years ago
Bo Borgerson 88de88b5a6 http: Remove an unnecessary assignment 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Ashok Suthar 8625a3815e http: remove unneeded cb check from setTimeout() 9 years ago
Fedor Indutny ab03635fb1 http: fix stalled pipeline bug 9 years ago
Fedor Indutny 184f09dbe4 http: cork/uncork before flushing pipelined res 9 years ago
James M Snell 0094a8dad7 http: add callback is function check 9 years ago
Fedor Indutny 59cb053394 http: add comment about `outputSize` in res/server 9 years ago
Fedor Indutny b3d96782d4 http_server: pause socket properly 9 years ago
Fedor Indutny 05040664c2 http: fix out-of-order 'finish' bug in pipelining 9 years ago
James M Snell 6192c9892f http: add checkIsHttpToken check for header fields 9 years ago
Ben Noordhuis e68a119c18 http: guard against response splitting in trailers 9 years ago
Sakthipriyan Vairamani 9afee6785e http: Check this.connection before using it 10 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 10 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Vladimir Kurchatkin 2c686fd3ce http: flush stored header 10 years ago