summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-01-18timers: allow Immediates to be unrefedAnatoli Papirovski
2018-01-17buffer: throw when filling with empty bufferscjihrig
2018-01-16src,doc,test: Fix common misspellingsRoman Reiss
2018-01-17fs: throw fs.fstat{Sync} errors in JSJoyee Cheung
2018-01-17fs: throw fs.lstat{Sync} errors in JSJoyee Cheung
2018-01-17fs: throw fs.stat{Sync} errors in JSJoyee Cheung
2018-01-17fs: return errno and take fs_req_wrap in SyncCallJoyee Cheung
2018-01-16n-api: throw RangeError napi_create_typedarray()Jinho Bang
2018-01-17fs: migrate ASYNC_CALL to AsyncCallJoyee Cheung
2018-01-17tls: migrate C++ errors to internal/errors.jsJoyee Cheung
2018-01-17tls: migrate argument type-checking errorsJoyee Cheung
2018-01-14crypto: assign deprecation code for setAuthTag/GCMTobias Nießen
2018-01-14src: remove declarations for missing functionsAnna Henningsen
2018-01-14src: harden JSStream callbacksAnna Henningsen
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2018-01-14src: use `DoTryWrite()` for not-all-Buffer writev()s tooAnna Henningsen
2018-01-14src: remove `HasWriteQueue()`Anna Henningsen
2018-01-11n-api: expose n-api version in process.versionsMichael Dawson
2018-01-09n-api: throw RangeError in napi_create_dataview() with invalid rangeJinho Bang
2018-01-09http2: use aliased buffer for perf stats, add statsJames M Snell
2018-01-09perf_hooks: fix scheduling regressionAnatoli Papirovski
2018-01-08http2: verify flood error and unsolicited framesJames M Snell
2018-01-08trace_events: stop tracing agent in process.exit()Andreas Madsen
2018-01-07tls: remove cleartext input data queueAnna Henningsen
2018-01-07tls: refactor write queues awayAnna Henningsen
2018-01-07lib: remove queue implementation from JSStreamWrapAnna Henningsen
2018-01-05http2: implement maxSessionMemoryJames M Snell
2018-01-04src: silence http2 -Wunused-result warningscjihrig
2018-01-03src: inline HostentToAddresses()Ben Noordhuis
2018-01-03src: remove unused GetHostByNameWrapBen Noordhuis
2018-01-03http2: properly handle already closed stream errorJames M Snell
2018-01-03http2: add aligned padding strategyJames M Snell
2018-01-03http2: add altsvc supportJames M Snell
2018-01-02http2: strictly limit number on concurrent streamsJames M Snell
2018-01-02http2: perf_hooks integrationJames M Snell
2018-01-02timers: refactor setImmediate error handlingAnatoli Papirovski
2018-01-02src: remove duplicate words in commentsTobias Nießen
2017-12-30src: use AliasedBuffer for TickInfoAnatoli Papirovski
2017-12-27http2: keep session objects alive during Http2ScopeAnna Henningsen
2017-12-27http2: fix compiling with `--debug-http2`Anna Henningsen
2017-12-28fs: throw fs.close errors in JSJoyee Cheung
2017-12-28fs: simplify the error context collection in C++Joyee Cheung
2017-12-28src: expose uv.errmap to bindingJoyee Cheung
2017-12-27async_hooks: use typed array stack as fast pathAnna Henningsen
2017-12-27buffer: optimize readDouble and readFloat methodsBen Noordhuis
2017-12-27crypto: add ocsp_request ClientHelloParser::ResetDaniel Bevenius
2017-12-27perf_hooks: refactor internalsJames M Snell
2017-12-27inspector: make Coverity happyEugene Ostroukhov
2017-12-26timers: make setImmediate() immune to tamperingBen Noordhuis
2017-12-24async_hooks: use CHECK instead of throwing errorJon Moss