summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-18src: silence compiler warning in node_report.ccDaniel Bevenius
2019-01-18src: merge into coreGireesh Punathil
2019-01-18worker: enable passing command line flagsYael Hermon
2019-01-17process: allow reading umask in workerscjihrig
2019-01-17policy: manifest with subresource integrity checksBradley Farias
2019-01-17src: fix FIPS section in Sign::SignFinalDaniel Bevenius
2019-01-16src: call `Environment::Exit()` for fatal exceptionsAnna Henningsen
2019-01-16src: reset `StopTracingAgent()` before platform teardownAnna Henningsen
2019-01-16src: remove unused `internalBinding('config')` propertiesJoyee Cheung
2019-01-16src: pass cli options to bootstrap/loaders.js lexicallyJoyee Cheung
2019-01-15src: remove unused variablecjihrig
2019-01-16process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-14src: move node::errno_string into node_errors.h/ccJoyee Cheung
2019-01-14os: improve networkInterfaces() performanceBrian White
2019-01-12src: dispose of V8 platform in `process.exit()`Anna Henningsen
2019-01-12src: simplify NativeModule caching and remove redundant dataJoyee Cheung
2019-01-11process: move C++ process events into node_process_events.ccJoyee Cheung
2019-01-11src: declare process-related C++ methods in node_process.hJoyee Cheung
2019-01-11src: move process object creation into node_process_object.ccJoyee Cheung
2019-01-11src: clean up `node::Init()` wrt embedder scenariosAnna Henningsen
2019-01-10buffer: move initialization of buffer prototype into node.jsJoyee Cheung
2019-01-09src: move InternalMakeCallback and MakeCallbackJoyee Cheung
2019-01-09src: initialize `Environment` members in class definitionAnna Henningsen
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2019-01-09src: use generic helper for splitting stringsAnna Henningsen
2019-01-08src: check curve ID existence instead of asn flagsSam Roberts
2019-01-08src: trace_events: fix race with metadata eventsAli Ijaz Sheikh
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2019-01-08crypto: always accept private keys as public keysTobias Nießen
2019-01-07src: remove unused method declarationBen Noordhuis
2019-01-06src: remove unused isolate variableDaniel Bevenius
2019-01-06src: move arch, platform and release into node_metadata.ccJoyee Cheung
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2019-01-06src: refactor tickInfo accessJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2019-01-06worker: enable transferring WASM modulesAnna Henningsen
2019-01-06v8: enable inline WASM in serialization APIAnna Henningsen
2019-01-05zlib: add brotli supportAnna Henningsen
2019-01-04src: add NAPI_VERSION_EXPERIMENTALMichael Dawson
2019-01-05src: use `internalBinding('config').hasInspector` in JS landJoyee Cheung
2019-01-03worker: use engine-provided deleter for `SharedArrayBuffer`sAnna Henningsen
2019-01-02src: simplify JS Array creationAnna Henningsen
2019-01-02src: improve ToV8Value() functionsAnna Henningsen
2018-12-31src: fix warning in cares_wrap.cccjihrig
2018-12-31process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung
2018-12-30src: remove unused variable from string_search.hAnna Henningsen
2018-12-31process: move process.features initialization into node.jsJoyee Cheung
2018-12-31buffer: fix crash for invalid index typesAnna Henningsen
2018-12-31src: pass along MaybeLocal<> state from `URL::ToObject()`Anna Henningsen