summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tools, test: fix prof polyfill readlinekillagu2018-08-161-0/+7
* child_process: fix stdio sockets creationSantiago Gimeno2018-08-161-11/+1
* perf_hooks: add warning when too many entries in the timelineJames M Snell2018-08-161-4/+45
* cluster: add cwd to cluster.settingscjihrig2018-08-161-0/+1
* cluster: support windowsHide option for workersTodd Wong2018-08-161-0/+1
* http, http2: add 103 Early Hints status codeYosuke Furukawa2018-08-161-0/+1
* tls: accept array of protocols in TLSSocketMark S. Everitt2018-08-161-11/+12
* src: refactor bootstrap to use bootstrap objectJames M Snell2018-08-164-24/+32
* http: do not rely on the 'agentRemove' eventLuigi Pinca2018-08-162-1/+1
* lib: re-fix v8_prof_processorAnna Henningsen2018-08-161-2/+2
* lib: replace `eval` with `vm.runInThisContext`Myles Borins2018-08-161-4/+7
* http2: destroy the socket properly and add testsMathias Buus2018-08-161-1/+1
* http2: refer to stream errors by nameAnna Henningsen2018-08-161-2/+3
* net: use `_final` instead of `on('finish')`Anna Henningsen2018-08-162-12/+18
* async_hooks: remove runtime deprecationAli Ijaz Sheikh2018-08-161-13/+0
* lib: provide proper deprecation codeRuben Bridgewater2018-08-161-1/+1
* async_hooks: deprecate unsafe emit{Before,After}Ali Ijaz Sheikh2018-08-161-0/+24
* stream: delete redundant code陈刚2018-08-161-5/+3
* stream: delete redundant code陈刚2018-08-161-2/+1
* module: Set dynamic import callbackJan Krems2018-08-163-4/+26
* http: simplify parser lifetime trackingAnna Henningsen2018-08-161-1/+4
* http2: remove duplicate words in commentsTobias Nießen2018-08-161-2/+2
* lib, src: use process.config instead of regexJon Moss2018-08-161-4/+1
* url: added space to class string of iterator objectsHaejin Jo2018-08-161-1/+1
* tls: use correct class name in deprecation messageAnna Henningsen2018-08-161-1/+1
* errors: make message non-enumerableRuben Bridgewater2018-08-161-18/+18
* errors: move error creation helpers to errors.jsJoyee Cheung2018-08-1610-86/+141
* util: skip type checks in internal getSystemErrorNameJoyee Cheung2018-08-162-6/+9
* errors: lazy load util in internal/errors.jsJoyee Cheung2018-08-161-3/+9
* util: implement util.getSystemErrorName()Joyee Cheung2018-08-163-7/+19
* http2: add req and res options to server creationPeter Marton2018-08-162-5/+13
* http2: add http fallback options to .createServerPeter Marton2018-08-161-1/+14
* http: add options to http.createServer()Peter Marton2018-08-163-8/+33
* timers: fix a bug in error handlingAnatoli Papirovski2018-05-151-23/+37
* http2: emit session connect on next tickPieter Mees2018-05-151-2/+2
* http2: callback valid check before closing requestTrivikram2018-05-151-2/+2
* http2: destroy() stream, upon errnoExceptionSarat Addepalli2018-05-151-2/+2
* http2: remove some unnecessary next ticksJames M Snell2018-05-151-9/+9
* http2: use original error for cancelling pending streamsAnna Henningsen2018-05-151-0/+5
* http2: send error text in case of ALPN mismatchAnna Henningsen2018-05-151-2/+11
* http2: fix condition where data is lostMatteo Collina2018-05-151-14/+41
* http2: use `_final` instead of `on('finish')`Anna Henningsen2018-05-151-13/+24
* http2: refactor read mechanismAnna Henningsen2018-05-021-18/+12
* http2: remember sent headersJames M Snell2018-05-021-0/+24
* perf_hooks,http2: add performance.clear()James M Snell2018-05-021-0/+4
* http2: use aliased buffer for perf stats, add statsJames M Snell2018-05-021-0/+68
* http2: implement maxSessionMemoryJames M Snell2018-05-021-1/+7
* http2: add initial support for originSetJames M Snell2018-05-021-1/+57
* tls: set servername on client side tooJames M Snell2018-05-021-1/+1
* http2: add altsvc supportJames M Snell2018-05-022-0/+68