summaryrefslogtreecommitdiff
path: root/lib/_http_client.js
Commit message (Expand)AuthorAgeFilesLines
* http: simplify timeout handlingRobert Nagy2019-08-311-7/+11
* http: fix event listener leakRobert Nagy2019-08-231-0/+2
* http: simplify drain()Robert Nagy2019-08-191-5/+10
* http: replace superfluous connection property with getter/setterRobert Nagy2019-08-171-2/+1
* http: follow symbol naming conventionRobert Nagy2019-08-141-3/+3
* http: avoid extra listenerRobert Nagy2019-07-181-6/+1
* http: expose headers on an http.ClientRequest "information" eventAustin Wright2019-07-151-1/+9
* Revert "http: fix test where aborted should not be emitted"Rich Trott2019-07-151-12/+4
* http: fix test where aborted should not be emittedRobert Nagy2019-07-141-4/+12
* http: improve parser error messagesAnna Henningsen2019-07-051-0/+2
* http: remove default 'timeout' listener on upgradeLuigi Pinca2019-06-081-0/+4
* http: fix deferToConnect commentsRobert Nagy2019-06-021-4/+4
* errors: create internal connResetExceptionRich Trott2019-05-311-12/+4
* http: do not default to chunked encoding for TRACELuigi Pinca2019-05-201-0/+1
* async_hooks: fixup do not reuse HTTPParserGerhard Stoebich2019-05-031-1/+9
* src: do not reuse async resource in http parsersDaniel Beckert2019-04-221-2/+1
* lib: enforce the use of Object from primordialsMichaƫl Zasso2019-04-121-0/+2
* lib: faster FreeListAnatoli Papirovski2019-04-111-2/+2
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-28/+28
* timers: rename validateTimerDuration to getTimerDurationRuben Bridgewater2019-03-271-3/+3
* lib: use Array#includes instead of Array#indexOfWeijia Wang2019-03-211-1/+1
* lib: move DTRACE_* probes out of global scopeJames M Snell2019-03-121-0/+4
* http: validate timeout in ClientRequest()cjihrig2019-02-261-1/+3
* timers: support name in validateTimerDuration()cjihrig2019-02-221-1/+1
* http: reduce multiple output arrays into oneWeijia Wang2019-02-111-4/+2
* lib: replace 'assert' with 'internal/assert' for many built-insRich Trott2019-02-081-1/+1
* 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