summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* n-api: throw RangeError in napi_create_dataview() with invalid rangeJinho Bang2018-01-091-0/+8
* http2: use aliased buffer for perf stats, add statsJames M Snell2018-01-093-60/+147
* perf_hooks: fix scheduling regressionAnatoli Papirovski2018-01-091-7/+17
* http2: verify flood error and unsolicited framesJames M Snell2018-01-081-2/+38
* trace_events: stop tracing agent in process.exit()Andreas Madsen2018-01-081-0/+3
* tls: remove cleartext input data queueAnna Henningsen2018-01-074-54/+25
* tls: refactor write queues awayAnna Henningsen2018-01-072-27/+12
* lib: remove queue implementation from JSStreamWrapAnna Henningsen2018-01-072-8/+1
* http2: implement maxSessionMemoryJames M Snell2018-01-053-12/+89
* src: silence http2 -Wunused-result warningscjihrig2018-01-041-7/+11
* src: inline HostentToAddresses()Ben Noordhuis2018-01-031-24/+9
* src: remove unused GetHostByNameWrapBen Noordhuis2018-01-031-27/+0
* http2: properly handle already closed stream errorJames M Snell2018-01-032-0/+32
* http2: add aligned padding strategyJames M Snell2018-01-032-5/+40
* http2: add altsvc supportJames M Snell2018-01-033-0/+84
* http2: strictly limit number on concurrent streamsJames M Snell2018-01-022-1/+20
* http2: perf_hooks integrationJames M Snell2018-01-025-10/+194
* timers: refactor setImmediate error handlingAnatoli Papirovski2018-01-024-22/+71
* src: remove duplicate words in commentsTobias Nießen2018-01-024-4/+4
* src: use AliasedBuffer for TickInfoAnatoli Papirovski2017-12-303-28/+14
* http2: keep session objects alive during Http2ScopeAnna Henningsen2017-12-272-0/+8
* http2: fix compiling with `--debug-http2`Anna Henningsen2017-12-271-6/+6
* fs: throw fs.close errors in JSJoyee Cheung2017-12-281-5/+13
* fs: simplify the error context collection in C++Joyee Cheung2017-12-281-16/+26
* src: expose uv.errmap to bindingJoyee Cheung2017-12-281-2/+23
* async_hooks: use typed array stack as fast pathAnna Henningsen2017-12-276-48/+101
* buffer: optimize readDouble and readFloat methodsBen Noordhuis2017-12-271-48/+0
* crypto: add ocsp_request ClientHelloParser::ResetDaniel Bevenius2017-12-271-0/+1
* perf_hooks: refactor internalsJames M Snell2017-12-272-243/+150
* inspector: make Coverity happyEugene Ostroukhov2017-12-271-0/+1
* timers: make setImmediate() immune to tamperingBen Noordhuis2017-12-264-17/+25
* async_hooks: use CHECK instead of throwing errorJon Moss2017-12-241-2/+1
* module: print better message on esm import errorMichaël Zasso2017-12-241-0/+8
* process: refactor nextTick for clarityAnatoli Papirovski2017-12-243-31/+27
* lib, src: use process.config instead of regexJon Moss2017-12-231-0/+3
* vm: allow modifying context name in inspectorTimothy Gu2017-12-235-22/+70
* http2: convert Http2Settings to an AsyncWrapJames M Snell2017-12-225-88/+191
* fs: move type checking to jsJames M Snell2017-12-222-128/+59
* crypto: warn on invalid authentication tag lengthTobias Nießen2017-12-221-2/+10
* src: remove redundant `JSStream::DoAfterWrite`Anna Henningsen2017-12-212-13/+0
* crypto: reuse variable instead of reevaluationTobias Nießen2017-12-201-2/+2
* src: remove unused async hooks methodsAnna Henningsen2017-12-202-11/+0
* http2: refactor outgoing write mechanismAnna Henningsen2017-12-192-115/+231
* http2: remove redundant write indirectionAnna Henningsen2017-12-192-57/+19
* async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen2017-12-199-57/+73
* async_hooks: separate missing from default contextAndreas Madsen2017-12-191-2/+8
* async_hooks: rename initTriggerIdAndreas Madsen2017-12-197-28/+30
* crypto: remove unused header in clienthello.hDaniel Bevenius2017-12-191-1/+0
* src: remove nonexistent method from header fileAnna Henningsen2017-12-191-1/+0
* n-api: fix memory leak in napi_async_destroy()alnyan2017-12-181-0/+2