summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-11-30src: elevate v8 namespaces for node_process.ccJayasankar
2018-11-30src: remove unused context variable in node_serdesDaniel Bevenius
2018-11-30src: elevate v8 namespaces referencedJuan José Arboleda
2018-11-30src: move C++ binding/addon related code into node_binding{.h, .cc}Joyee Cheung
2018-11-29src: remove unused variables in node_util.ccDaniel Bevenius
2018-11-29process: fix omitting `--` from `process.execArgv`Anna Henningsen
2018-11-29src: simplify LibuvStreamWrap::DoWriteAnna Henningsen
2018-11-29src: replace create new Arraykohta ito
2018-11-28src: migrate to new V8 array APIYoshiya Hinosawa
2018-11-28src: use NativeModuleLoader to compile per_context.jsJoyee Cheung
2018-11-28http: reset headers_nread_ on llhttp parser reuseRod Vagg
2018-11-28http: fix header limit errors and test for llhttpFedor Indutny
2018-11-28deps,http: llhttp set max header size to 8KBRod Vagg
2018-11-27src: simplify uptime and ppid return valuescjihrig
2018-11-26src: replace array implementationkazuya kawaguchi
2018-11-26src: replace new Array creationkohta ito
2018-11-24src: 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-21src: 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-20src: elevate namespaces for repeated entitiesSarath Govind K K
2018-11-20src: elevate namespaces of repeated artifactsMaya Anilson
2018-11-20tls: include RSA bit size in X.509 public key infoSam Roberts
2018-11-20tls: 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-20src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-18src: elevate v8 namespaces of repeated referencesleeight
2018-11-18src: elevate repeated use of v8 namespaced typeShubham Urkade
2018-11-17http2: elevate v8 namespaces of repeated referencesGagandeep Singh
2018-11-17crypto: remove unnecessary fully qualified namesGagandeep Singh
2018-11-17src: 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-15src: compile native modules and their code cache in C++Joyee Cheung
2018-11-13src: enable detailed source positions in V8Yang Guo
2018-11-13tls: get the local certificate after tls handshakeSam Roberts
2018-11-14src: remove pushValueToArray and SetupProcessObjectJoyee Cheung
2018-11-14os: do not call into JS to push values to an array in GetCPUInfoJoyee Cheung
2018-11-14process: remove pushValueToArray in GetActiveHandlesJoyee Cheung