summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fs: encapsulate FSReqWrap moreJames M Snell2018-01-182-113/+66
* http: simplify parser lifetime trackingAnna Henningsen2018-01-181-23/+1
* src: refactor callback #defines into C++ templatesAnna Henningsen2018-01-131-33/+31
* http2: refactor read mechanismAnna Henningsen2018-01-182-109/+93
* src: introduce internal buffer slice constructorAnna Henningsen2018-01-182-29/+32
* timers: allow Immediates to be unrefedAnatoli Papirovski2018-01-185-43/+80
* buffer: throw when filling with empty bufferscjihrig2018-01-171-7/+7
* src,doc,test: Fix common misspellingsRoman Reiss2018-01-161-2/+2
* fs: throw fs.fstat{Sync} errors in JSJoyee Cheung2018-01-171-5/+10
* fs: throw fs.lstat{Sync} errors in JSJoyee Cheung2018-01-171-4/+9
* fs: throw fs.stat{Sync} errors in JSJoyee Cheung2018-01-171-4/+9
* fs: return errno and take fs_req_wrap in SyncCallJoyee Cheung2018-01-171-5/+7
* n-api: throw RangeError napi_create_typedarray()Jinho Bang2018-01-161-9/+42
* fs: migrate ASYNC_CALL to AsyncCallJoyee Cheung2018-01-171-125/+147
* tls: migrate C++ errors to internal/errors.jsJoyee Cheung2018-01-171-19/+6
* tls: migrate argument type-checking errorsJoyee Cheung2018-01-171-14/+9
* crypto: assign deprecation code for setAuthTag/GCMTobias Nießen2018-01-141-4/+5
* src: remove declarations for missing functionsAnna Henningsen2018-01-141-18/+0
* src: harden JSStream callbacksAnna Henningsen2018-01-141-13/+44
* tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen2018-01-144-718/+1
* src: use `DoTryWrite()` for not-all-Buffer writev()s tooAnna Henningsen2018-01-141-0/+7
* src: remove `HasWriteQueue()`Anna Henningsen2018-01-144-16/+3
* n-api: expose n-api version in process.versionsMichael Dawson2018-01-113-2/+9
* 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