Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-20worker: correct (de)initialization orderAnna Henningsen
2018-09-20trace_events: avoid flusing uninitialized tracesAli Ijaz Sheikh
2018-09-20n-api: add generic finalizer callbackGabriel Schulhof
2018-09-20crypto: fix public key encryption internalsTobias Nießen
2018-09-11net: port isIPv6 to JSWeijia Wang
2018-09-10src: make `FIXED_ONE_BYTE_STRING` an inline fnAnna Henningsen
2018-09-10src: remove trace_sync_io_ from envDaniel Bevenius
2018-09-09src: remove abort_on_uncaught_exception node.ccDaniel Bevenius
2018-09-07src: fix trace-event-file-pattern descriptionAndreas Madsen
2018-09-07util: add util.types.isBoxedPrimitiveRuben Bridgewater
2018-09-07Working on v10.10.1Michaël Zasso
2018-09-062018-09-06, Version 10.10.0 (Current)v10.10.0Michaël Zasso
2018-09-06zlib: fix memory leak for invalid inputAnna Henningsen
2018-09-06src: remove calls to deprecated V8 functions (Equals)Michaël Zasso
2018-09-06src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma
2018-09-06src: promote v8 name spaces with usingGireesh Punathil
2018-09-06src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-09-06src: skip warnings for our own deprecated APIsAnna Henningsen
2018-09-06src: remove editing leftovers from options help textAnna Henningsen
2018-09-06src: allow UTF-16 in generic StringBytes decode callAnna Henningsen
2018-09-06src: warn about odd UTF-16 decoding function signatureAnna Henningsen
2018-09-06src: fix a typo in the commentGireesh Punathil
2018-09-06src: disable debug options when inspector is unavailableAnna Henningsen
2018-09-06src: add `NODE_EXTERN` to class definitionAnna Henningsen
2018-09-06src: add trace points to dnsChin Huang
2018-09-06cli: generate --help text in JSAnna Henningsen
2018-09-06src: make CLI options programatically accesibleAnna Henningsen
2018-09-06src: fix node::FatalExceptionTobias Nießen
2018-09-06src: deprecate option variables in public APIAnna Henningsen
2018-09-06src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma
2018-09-06src: rework (mostly internal) functions to use MaybesUjjwal Sharma
2018-09-06src: remove calls to deprecated v8 functions (ToString)Ujjwal Sharma
2018-09-06crypto: improve setAuthTagTobias Nießen
2018-09-06src: fix external memory usage going negativeMathias Buus
2018-09-06src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma
2018-09-06n-api: clean up thread-safe functionGabriel Schulhof
2018-09-06crypto: deduplicate public key parsingTobias Nießen
2018-09-06src: do not pass code to ScriptCompiler::CreateCodeCacheForFunctionMichaël Zasso
2018-09-06vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma
2018-09-06src: use String::Utf8Length with isolateMichaël Zasso
2018-09-06src: use String::Write{OneByte,Utf8} with isolateMichaël Zasso
2018-09-06src: use StackFrame::GetFrame with isolateMichaël Zasso
2018-09-06crypto: add support for OCB mode for AEADTobias Nießen
2018-09-06src,deps: add isolate parameter to String::ConcatMichaël Zasso
2018-09-06src: add missing `NODE_WANT_INTERNALS` guardsAnna Henningsen
2018-09-06n-api: remove idle_running from TsFnLars-Magnus Skog
2018-09-06src: fix NODE_OPTIONS parsing bugAnna Henningsen
2018-09-06process: add allowedNodeEnvironmentFlags propertyChristopher Hiller
2018-09-06src: fix --without-ssl buildIan McKellar
2018-09-06src: move more to node_process.cc from node.ccJames M Snell