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
2021-10-05src: use `As()` instead of `Cast()` for conversionsDarshan Sen
2021-08-17build: add option to hide console windowCheng Zhao
2021-01-04child_process: add 'overlapped' stdio flagThiago Padilha
2021-01-03src: reduce duplicated boilerplate with new env utility fnJames M Snell
2020-03-30src: replace handle dereference with ContainerOfHarshitha KP
2020-03-02src: improve handling of internal field countingJames M Snell
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-04src: fix type mismatch warnings from missing privSam Roberts
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-05src: remove calls to deprecated V8 functions (Equals)Michaël Zasso
2018-09-05src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-08-28child_process: make process_wrap binding internalcjihrig
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-07-13src: add HandleWrap::AddWrapMethodsJon Moss
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-10src: make CleanupHandles() tear down handles/reqsAnna Henningsen
2018-04-12src: add node_internal.h includes for arraysizeDaniel Bevenius
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2017-12-01src: use non-deprecated versions of `->To*()` utilsLeko
2017-11-14src: explicitly register built-in modulesYihong Wang
2017-11-07src: CHECK() for argument overflow in Spawn()cjihrig
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-18src: increase usage of context in process_wrap.cccjihrig
2017-10-16child_process: add windowsHide optioncjihrig
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2016-12-25src: remove redundant spawn/spawnSync type checkscjihrig
2016-08-08src: remove unused using declsHaojian Wu
2016-06-29src: fix bad logic in uid/gid checksBen Noordhuis
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-12handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel
2016-05-12Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel
2016-04-26handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel
2016-04-20child_process: add nullptr checks after allocsAnna Henningsen
2016-04-07handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-01-13Remove excessive copyright/license boilerplateisaacs
2015-01-08src: pass Isolate to node::Utf8Value constructorTrevor Norris