summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-12-20src: port GetLoadedLibraries for freebsdGireesh Punathil
2018-12-20src: mark options parsers as constAnna Henningsen
2018-12-20os: move process.binding('os') to internalBindingbriete
2018-12-19src: unload addons when environment quitsGabriel Schulhof
2018-12-19src: handle empty Maybe in uv binding initializeAnna Henningsen
2018-12-19worker: fix nullptr deref after MessagePort deser failureAnna Henningsen
2018-12-18src: schedule destroy hooks in BeforeExit early during bootstrapJoyee Cheung
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-18src: remove code cache integrity checkJoyee Cheung
2018-12-17process: move environment variable proxy code into node_env_var.ccJoyee Cheung
2018-12-17src: extract common Bind methodJon Moss
2018-12-17tls: re-define max supported version as 1.2Sam Roberts
2018-12-16src: mark some global state as constAnna Henningsen
2018-12-17perf_hooks: make GC tracking state per-EnvironmentAnna Henningsen
2018-12-15src: pass isMainThread into bootstrap/node.js directlyJoyee Cheung
2018-12-15src: remove icuDataDir from node configGauthamBanasandra
2018-12-14lib: remove internalBinding('config').pendingDeprecationJoyee Cheung
2018-12-13src: emit 'params' instead of 'data' for NodeTracing.dataCollectedKelvin Jin
2018-12-14src: add GetLoadedLibraries routineGireesh Punathil
2018-12-13src: remove internalBinding('config').warningFileJoyee Cheung
2018-12-13src: include node_internals.h in node_metadata.ccDaniel Bevenius
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-12src: create env->inspector_console_api_object earlierJoyee Cheung
2018-12-11tls: support "BEGIN TRUSTED CERTIFICATE" for ca:Sam Roberts
2018-12-11src: remove use of CallOnForegroundThread()cjihrig
2018-12-11src: use Local version of ToBoolean()cjihrig
2018-12-11test: do not lint macros files (again)cclauss
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-09http: switch default parser to llhttpAnna Henningsen
2018-12-08src: use isolate version of BooleanValue()cjihrig
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-12-07src: do not alias new and old signal masksSam Roberts
2018-12-07src: fix warning for potential snprintf truncationSam Roberts
2018-12-07src: remove finalized_ member from Hash classDaniel Bevenius
2018-12-07src: remove unused env variables in node_utilDaniel Bevenius
2018-12-06src: explicitly allow JS in ReadHostObjectYang Guo
2018-12-06src: update postmortem constantcjihrig
2018-12-06src: update NODE_MODULE_VERSION to 68Michaƫl Zasso
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-12-03src: move version metadata into node_metadata{.h, .cc}Joyee Cheung
2018-12-03src: move READONLY_* macros into util.hJoyee Cheung
2018-12-04src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung
2018-12-03src: use custom TryCatch subclassGus Caplan
2018-12-03tls: add code for ERR_TLS_INVALID_PROTOCOL_METHODSam Roberts
2018-12-03crypto: harden bignum-to-binary conversionsBen Noordhuis
2018-12-02http: fix error return in `Finish()`Fedor Indutny
2018-12-01src: use arraysize instead of hardcode numberleeight