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-11-25src: elevate v8 namespaces for node_url.ccJayasankar
2018-11-23n-api: handle reference delete before finalizeMichael Dawson
2018-11-23src: enable detailed source positions in V8Yang Guo
2018-11-22tls: add min/max protocol version optionsSam Roberts
2018-11-22net,dgram: add ipv6Only option for net and dgramOuyang Yadong
2018-11-22src: add include for standalone compileGary Hsu
2018-11-21http2: set js callbacks onceJames M Snell
2018-11-21net,http2: merge after-write codeAnna Henningsen
2018-11-21src: elevate namespaces for repeated entitiesSarath Govind K K
2018-11-21src: elevate namespaces of repeated artifactsMaya Anilson
2018-11-21tls: include RSA bit size in X.509 public key infoSam Roberts
2018-11-21tls: include elliptic curve X.509 public key infoSam Roberts
2018-11-20src: elevate v8 namespaces of node_trace_events.ccJayasankar
2018-11-19doc: describe secureProtocol and CLI interactionSam Roberts
2018-11-19tls: support TLS_client_method, TLS_server_methodSam Roberts
2018-11-19src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-19src: elevate v8 namespaces of repeated referencesleeight
2018-11-18src: elevate repeated use of v8 namespaced typeShubham Urkade
2018-11-18http2: elevate v8 namespaces of repeated referencesGagandeep Singh
2018-11-18crypto: remove unnecessary fully qualified namesGagandeep Singh
2018-11-18src: factor out Node.js-agnostic N-APIsGabriel Schulhof
2018-11-17src: elevate v8 namespaces of referenced artifactsKanika Singhal
2018-11-17Revert "src: enable detailed source positions in V8"Refael Ackermann
2018-11-16src: emit warnings from V8Gus Caplan
2018-11-16src: re-sort the symbol macrosSam Roberts
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-16src: fix compiler warning in node_osDaniel Bevenius
2018-11-16src: remove unused variablesDaniel Bevenius
2018-11-14src: compile native modules and their code cache in C++Joyee Cheung
2018-11-14src: enable detailed source positions in V8Yang Guo
2018-11-14tls: get the local certificate after tls handshakeSam Roberts
2018-11-13src: remove pushValueToArray and SetupProcessObjectJoyee Cheung
2018-11-13os: do not call into JS to push values to an array in GetCPUInfoJoyee Cheung
2018-11-13process: remove pushValueToArray in GetActiveHandlesJoyee Cheung
2018-11-13process: remove pushValueToArray in GetActiveRequestsJoyee Cheung
2018-11-13process: remove pushValueToArray in EnvEnumeratorJoyee Cheung
2018-11-13http: remove pushValueToArray in Parser::CreateHeaders()Joyee Cheung
2018-11-13http2: remove pushValueToArray in Http2Session::HandleOriginFrameJoyee Cheung
2018-11-13http2: remove pushValueToArray in Http2Session::HandleHeadersFrameJoyee Cheung
2018-11-13tls: disable TLS v1.0 and v1.1 by defaultBen Noordhuis
2018-11-13async_hooks: add HandleScopes to C++ embedder/addon APIAnna Henningsen
2018-11-13src: bundle persistent-to-local methods as classGabriel Schulhof
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-11-11deps: introduce `llhttp`Fedor Indutny
2018-11-10tracing: fix static destruction order issueAnna Henningsen
2018-11-10src: reuse std::make_uniquealyssaq
2018-11-09benchmark: add dir and withFileTypes option readdir benchmarksJoyee Cheung
2018-11-09fs: replace pushValueToArray with pure C++ APIJoyee Cheung
2018-11-08src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-08crypto: add support for chacha20-poly1305 for AEADchux0519