summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-22src: move more to node_process.cc from node.ccJames M Snell
2018-08-23repl: tab auto complete big arraysRuben Bridgewater
2018-08-22src: refactor options parsingAnna Henningsen
2018-08-22os: add os.{get,set}Priority()cjihrig
2018-08-21perf_hooks: move strings to envJames M Snell
2018-08-20src: implement v8::Platform::CallDelayedOnWorkerThreadAlexey Kozyatinskiy
2018-08-20util,assert: improve performanceRuben Bridgewater
2018-08-19src: move process.binding('signal_wrap') to internalBindingJames M Snell
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-08-18v8: move process.binding('v8') to internalBindingJames M Snell
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-08-18http2: move process.binding('http2') to internalBindingJames M Snell
2018-08-18src: encode 0x27 (') for special URLsTimothy Gu
2018-08-19src: implement the new EmbedderGraph::AddEdge()Joyee Cheung
2018-08-18doc: add doc for --loader optionSarat Addepalli
2018-08-18src: perform integrity checks on built-in code cacheJoyee Cheung
2018-08-17trace_events: add trace category enabled trackingJames M Snell
2018-08-16src: fix race on modpendingRyan Petrich
2018-08-16cli: fix flags on help outputGus Caplan
2018-08-16buffer: avoid overrun on UCS-2 string writeRod Vagg
2018-08-15test: remove harmony flagsRuben Bridgewater
2018-08-14inspector: tie objects lifetime to the thread they belong toEugene Ostroukhov
2018-08-13fs: readdir optionally returning type informationBryan English
2018-08-13perf_hooks: avoid memory leak on gc observerJames M Snell
2018-08-13http2: avoid race condition in OnHeaderCallbackJames M Snell
2018-08-12src: yield empty maybes for failed AsyncWrap::MakeCallback callsAnna Henningsen
2018-08-12src: remove unnecessary writes in tls_wrap.ccAnna Henningsen
2018-08-12src: avoid possible race during NodeBIO initializationAnna Henningsen
2018-08-12src: use smart pointers for NodeBIOAnna Henningsen
2018-08-11src: fix integer overflow in GetNowAnatoli Papirovski
2018-08-11src: add READONLY_STRING_PROPERTY and simplify configJon Moss
2018-08-11crypto: remove unused SSLWrap handle methodsJon Moss
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-08-10src: remove old process.binding('trace_events').emitJames M Snell
2018-08-10trace_events,async_hooks: use intrinsic traceJames M Snell
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-08-09trace_events: move trace_events to internalBindingJames M Snell
2018-08-09src: move process.binding('performance') to internalBindingJames M Snell
2018-08-09tls: preallocate SSL cipher arrayTobias Nießen
2018-08-09src: fix up doc comment for experimental-worker boolAnna Henningsen
2018-08-09worker: fix deadlock when calling terminate from exit handlerAnna Henningsen
2018-08-08v8: move serdes to internalBindingGus Caplan
2018-08-08crypto: simplify state failure handlingTobias Nießen
2018-08-08crypto: simplify Hmac::HmacUpdateTobias Nießen
2018-08-08src: remove calls to deprecated v8 functions (NumberValue)Ujjwal Sharma
2018-08-07trace_events: add node.promises category, rejection counterJames M Snell
2018-08-06dgram: implement socket.bind({ fd })Ouyang Yadong
2018-08-05src: remove unused env stringsJon Moss
2018-08-05process: use owner_symbol for `_getActive*`Anna Henningsen
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen