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
2020-04-28src: add AsyncWrapObject constructor template factoryStephen Belanger
2020-04-28src: do not compare against wide charactersChristopher Beeson
2020-04-28src: fix empty-named env var assertion failureChristopher Beeson
2020-04-28worker: fix process.env var empty key accessChristopher Beeson
2020-04-28buffer,n-api: fix double ArrayBuffer::Detach() during cleanupAnna Henningsen
2020-04-28src: assignment to valid typeYash Ladha
2020-04-28inspector: only write coverage in fully bootstrapped EnvironmentsJoyee Cheung
2020-04-28src: delete MicroTaskPolicy namespaceJuan José Arboleda
2020-04-28src: use using NewStringTyperickyes
2020-04-28module: partial doc removal of --experimental-modulesMyles Borins
2020-04-28src: fix null deref in AllocatedBuffer::clearMatt Kulukundis
2020-04-28src: remove validation of unreachable codeJuan José Arboleda
2020-04-28src: elevate v8 namespacesNimit
2020-04-28src: remove redundant v8::HeapSnapshot namespaceJuan José Arboleda
2020-04-28src: remove unused using in node_worker.ccDaniel Bevenius
2020-04-28src: use basename(argv0) for --trace-uncaught suggestionAnna Henningsen
2020-04-28src: ignore GCC -Wcast-function-type for v8.hDaniel Bevenius
2020-04-28tls: provide default cipher list from command lineAnna Henningsen
2020-04-28src: remove unused v8 Array namespaceJuan José Arboleda
2020-04-28worker: fix type check in receiveMessageOnPortAnna Henningsen
2020-04-28n-api: detect deadlocks in thread-safe functionGabriel Schulhof
2020-04-28Revert "n-api: detect deadlocks in thread-safe function"Gabriel Schulhof
2020-04-14Working on 13.13.1Michaël Zasso
2020-04-142020-04-14, Version 13.13.0 (Current)v13.13.0Michaël Zasso
2020-04-13src: removes unused v8::Integer and v8::Array namespaceJesus Hernandez
2020-04-13src: remove unused v8::TryCatch namespaceJuan José Arboleda
2020-04-12src: remove duplicated codehimself65
2020-04-12perf_hooks: allow omitted parameters in 'performance.measure'himself65
2020-04-11n-api: detect deadlocks in thread-safe functionGabriel Schulhof
2020-04-11src: sync access for report and openssl optionsSam Roberts
2020-04-11src: refactor to avoid goto in node_file.ccTobias Nießen
2020-04-11src: munmap(2) upon class instance destructorGabriel Schulhof
2020-04-11net: fix crash if POLLHUP is receivedSantiago Gimeno
2020-04-11src: fix warnings on SPrintFhimself65
2020-04-11src: replace goto with lambda in options parserTobias Nießen
2020-04-11src,test: add regression test for nested Worker terminationAnna Henningsen
2020-04-11src: fix extra includes of "env.h" and "env-inl.h"Nick Kreeger
2020-04-11src: avoid using elevated v8 namespaces in node_perf.hJames M Snell
2020-04-11src: avoid using elevated v8 namespaces in node_errors.hJames M Snell
2020-04-11src: minor http2 refactoringsJames M Snell
2020-04-11src: rename http2 class and suppress compile warningsJames M Snell
2020-04-11src: use smart pointers for nghttp2 objectsJames M Snell
2020-04-11src: remove loop_init_failed_ from Worker classAnna Henningsen
2020-04-11src: clean up worker thread creation codeAnna Henningsen
2020-04-11report: add missing locks for report_on_fatalerror accessorsAnna Henningsen
2020-04-11src: move JSONWriter into its own fileAnna Henningsen
2020-04-11src: align PerformanceState class name with conventionsAnna Henningsen
2020-04-11http: fix incorrect headersTimeout measurementAlex R
2020-04-11worker: do not emit 'exit' events during process.exit()Anna Henningsen
2020-04-11tracing: do not attempt to call into JS when disallowedAnna Henningsen