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
AgeCommit message (Expand)Author
2022-02-11child_process: kHideConsoleWindows for spawnSyncRaymond Zhao
2020-08-24src: fix abort on uv_loop_init() failureBen Noordhuis
2020-07-14src,doc,test: remove String::New default parameterAnna Henningsen
2020-04-11src: remove duplicated codehimself65
2020-03-11src: fix spawnSync CHECK when SIGKILL failsBen Noordhuis
2020-02-15src: prefer 3-argument Array::New()Anna Henningsen
2020-01-24src: add C++-style sprintf utilityAnna Henningsen
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-01-31src: turn ROUND_UP into an inline functionAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-09src: use isolate version of BooleanValue()cjihrig
2018-12-04src: fix type mismatch warnings from missing privSam Roberts
2018-10-17src: changed stdio_pipes_ to std::vectorSteven Auger
2018-10-15src: use default initializers over settings fields on the constructorAndrew J D McCann
2018-09-15child_process: move process.binding('spawn_sync') to internalBindingAnto Aravinth
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-09-02src: rework (mostly internal) functions to use MaybesUjjwal Sharma
2018-09-02src: remove calls to deprecated v8 functions (ToString)Ujjwal Sharma
2018-07-29src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma
2018-06-13worker,src: display remaining handles if `uv_loop_close` failsAnna Henningsen
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-03-20src: remove unused stdlib.h includeDaniel Bevenius
2017-11-16src: make ownership of stdio_pipes explicitFranziska Hinkelmann
2017-11-14src: explicitly register built-in modulesYihong Wang
2017-10-18src: combine loops in CopyJsStringArray()cjihrig
2017-10-18src: increase usage of context in spawn_sync.cccjihrig
2017-10-16child_process: add windowsHide optioncjihrig
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-14child_process: exit spawnSync with null on signalcjihrig
2017-01-17child_process: allow Infinity as maxBuffer valuecjihrig
2016-12-25src: remove redundant spawn/spawnSync type checkscjihrig
2016-12-25src: add handle check to spawn_synccjihrig
2016-06-29src: fix bad logic in uid/gid checksBen Noordhuis
2016-06-28src: fix readability/nolint cpplint warningsBen Noordhuis
2015-09-17src: Add ABORT macroEvan Lucas
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-04buffer: switch API to return MaybeLocal<T>Trevor Norris
2015-05-18core: implement runtime flag to trace sync ioTrevor Norris
2015-05-05src: fix minor inefficiency in Buffer::New() callBen Noordhuis
2015-04-30src: fix deprecation warningsBen Noordhuis
2015-03-28src: ignore ENOTCONN on shutdown race with childBen Noordhuis
2015-01-13Remove excessive copyright/license boilerplateisaacs
2015-01-08src: pass Isolate to additional locationsTrevor Norris
2014-12-09lib,src: fix spawnSync ignoring its 'env' optionJuanjo
2014-10-24src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis