89 Commits (b659385791681fe8375d3c2ba9c6136d3e19f328)

Author SHA1 Message Date
Brian White 3774c99f66
http: fix IPv6 Host header check 8 years ago
Brian White ed365653f6
http,https: avoid instanceof for WHATWG URL 8 years ago
Trevor Norris 4a7233c178
lib: implement async_hooks API in core 8 years ago
Brian White e283319969
http: fix permanent deoptimizations 8 years ago
James M Snell 85a4e25775 http: add type checking for hostname 8 years ago
fengmk2 90403dd1d0 http: should support userland Agent 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 940b5303be
http: use Symbol for outgoing headers 8 years ago
Jackson Tian aa8eb8747c
http: use direct parameters instead 8 years ago
Luigi Pinca 18d4ee97d8 http: make request.abort() destroy the socket 8 years ago
brad-decker fc7025c9c0 http: throw an error for unexpected agent values 8 years ago
Brian White 2f7759640e
http: misc ClientRequest cleanup 8 years ago
Brian White 15c6187aa5
http: avoid duplicate isArray() 8 years ago
Brian White dab22b5b7a
http: optimize default method case 8 years ago
Brian White 5c2ef14f21
http: optimize short path validation 8 years ago
Brian White c00e4adbb4
http: optimize header storage and matching 8 years ago
vitkarpov a2ea1344ea
http: define all used properties in constructors 8 years ago
James M Snell 0f62ee6963 url: allow use of URL with http.request and https.request 8 years ago
Karl Böhlmark 9a5d47542d http: remove stale timeout listeners 8 years ago
Luca Maraschi df3978421b http: verify client method is a string 8 years ago
maasencioh 23d6e1f7bc http: name anonymous functions in _http_client 8 years ago
Ben Noordhuis 4f62acd9c5 http: reject control characters in http.request() 8 years ago
Rene Weber c9b59e8387 http: socket connection timeout for http request 8 years ago
Fedor Indutny 1004ece889 http: wait for both prefinish/end to keepalive 9 years ago
Fedor Indutny 9d4d529517 http: skip body and next message of CONNECT res 9 years ago
Mihai Potra dabe1d5734 http: Corrects IPv6 address in Host header 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Nathan Woltman d0582ef9e1 lib: copy arguments object instead of leaking it 9 years ago
Brian White 9bee03aaf2 http: allow async createConnection() 9 years ago
Rich Trott bbaf0f926d http: remove variable redeclaration 9 years ago
José F. Romaniello 5a2541de81 http: handle errors on idle sockets 9 years ago
Rich Trott fdeb862f2b lib: remove unused modules 9 years ago
Fedor Indutny 32ac3769f5 http: do not emit `upgrade` on advertisement 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Sakthipriyan Vairamani 437930c0cc http{s}: don't connect to localhost on invalid URL 9 years ago
James M Snell 6192c9892f http: add checkIsHttpToken check for header fields 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Malcolm Ahoy 79d2c4e1bf http: remove redundant code in _deferToConnect 9 years ago
Minwoo Jung f3c3b23d55 doc: fix comments in tls_wrap.cc and _http_client.js 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
James M Snell 936c9ffb0f doc: multiple documentation updates cherry picked from v0.12 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Evan Lucas d4726cde57 http,net,tls: return this from setTimeout methods 10 years ago
Rod Vagg 702997c1f0 Revert "url: significantly improve the performance of the url module" 10 years ago
Petka Antonov 3fd7fc429c url: significantly improve the performance of the url module 10 years ago
Brendan Ashworth 718059777c Revert "http: don't bother making a copy of the options" 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Fedor Indutny 1a3ca8223e http_client: ensure empty socket on error 10 years ago