summaryrefslogtreecommitdiff
path: root/lib/_http_client.js
Commit message (Expand)AuthorAgeFilesLines
* http: make timeout event work with agent timeoutLuigi Pinca2019-01-311-1/+4
* http: make ClientRequest#setTimeout() noop at endTim De Pauw2019-01-221-0/+4
* lib: remove internal `util._extends()` usageRuben Bridgewater2018-12-201-4/+3
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-1/+1
* http: make parser choice a runtime flagAnna Henningsen2018-12-061-2/+2
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+1
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-3/+1
* lib: change anonymous function to arrow functiontakato2018-11-261-1/+1
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-10-101-1/+2
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* src: deprecate global COUNTER_* and remove perfctrJames M Snell2018-09-191-2/+0
* http: move process.binding('http_parser') to internalBindingJames M Snell2018-08-181-1/+2
* http: fix request with option timeout and agentkillagu2018-07-131-35/+39
* http: allow url and options to be passed to http*.request and http*.getSam Ruby2018-07-131-10/+19
* http: do not rely on the 'agentRemove' eventLuigi Pinca2018-05-221-0/+1
* http: make client `.aborted` booleanRobert Nagy2018-05-141-6/+2
* http: fix client response close & abortedRobert Nagy2018-05-131-16/+23
* http,https,tls: switch to WHATWG URL parserHackzzila2018-04-291-5/+17
* http: added aborted property to requestRobert Nagy2018-04-261-1/+5
* http: cleanup parser propertiesAnatoli Papirovski2018-04-231-4/+0
* http: relax requirements on upgrade listenerAnatoli Papirovski2018-04-161-2/+6
* http: fix `request` when `setHost` is `true`XadillaX2018-04-031-1/+1
* tools: add 'spaced-comment' into eslint rulesWeijia Wang2018-04-011-1/+1
* lib: improve error handlingRuben Bridgewater2018-03-251-2/+3
* tools,lib: forbid native Error constructorsMichaël Zasso2018-03-211-0/+1
* async_hooks,process: remove internalNextTickAnatoli Papirovski2018-03-081-3/+3
* lib: port remaining errors to new systemMichaël Zasso2018-03-071-13/+20
* http: emit timeout duration overflow warning syncAnna Henningsen2018-03-041-0/+2
* src: Remove lttng support.Glen Keane2018-03-011-2/+0
* http: prevent aborted event when already completedAndrew Johnston2018-03-021-1/+1
* http: remove default 'drain' listener on upgradeLuigi Pinca2018-02-221-1/+2
* http: process 100, 102-199 according to specs.Miles Elam2018-02-151-7/+22
* http: remove domain specific codeAnatoli Papirovski2018-02-041-6/+0
* http: process headers after setting up agentRod Vagg2018-02-011-43/+48
* http: use strict comparisonleeseean2018-01-211-2/+2
* http: free the parser before emitting 'upgrade'Luigi Pinca2018-01-211-1/+1
* http: fix parsing of binary upgrade response bodyBen Noordhuis2018-01-211-15/+9
* async_hooks: rename initTriggerIdAndreas Madsen2017-12-191-1/+1
* stream: add flow and buffer properties to streamsCalvin Metcalf2017-12-151-3/+1
* http: disallow two-byte characters in URL pathBenno Fünfstück2017-12-121-34/+2
* lib: replace string concatenation with templateVijayalakshmi Kannan2017-11-171-1/+1
* lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang2017-11-121-1/+1
* http: use 'connect' event only if socket is connectingLuigi Pinca2017-11-061-2/+6
* http: do not blindly destroy UNIX domain socketsLuigi Pinca2017-10-231-1/+1
* http: support generic `Duplex` streamsAnna Henningsen2017-10-231-1/+4
* http: emit close as the last event in the clientRobert Nagy2017-10-181-1/+1
* lib: use destructuring for some constantsWeijia Wang2017-10-161-11/+13
* http: client keep-alive for UNIX domain socketsBryan English2017-09-271-18/+2
* http: set socket timeout when socket connectsLuigi Pinca2017-09-201-1/+3
* http: don't double-fire the req error eventfengmk22017-08-161-4/+4