summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-01-23src: fix fs.write() externalized string handlingBen Noordhuis
2018-01-21async_wrap: schedule destroy hook as unrefAnatoli Papirovski
2018-01-21promises: refactor rejection handlingAnatoli Papirovski
2018-01-20src: clean up argument assertions in node_file.ccJoyee Cheung
2018-01-20util: implement util.getSystemErrorName()Joyee Cheung
2018-01-19src: validate args length in Access and CloseSakthipriyan Vairamani (thefourtheye)
2018-01-19src: fix -Wimplicit-fallthrough warningBen Noordhuis
2018-01-19src: fix -Wunused-but-set-variable warningsBen Noordhuis
2018-01-18fs: encapsulate FSReqWrap moreJames M Snell
2018-01-18http: simplify parser lifetime trackingAnna Henningsen
2018-01-13src: refactor callback #defines into C++ templatesAnna Henningsen
2018-01-18http2: refactor read mechanismAnna Henningsen
2018-01-18src: introduce internal buffer slice constructorAnna Henningsen
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