summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-12-03src: move version metadata into node_metadata{.h, .cc}Joyee Cheung
2018-12-03src: move READONLY_* macros into util.hJoyee Cheung
2018-12-04src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung
2018-12-03src: use custom TryCatch subclassGus Caplan
2018-12-03tls: add code for ERR_TLS_INVALID_PROTOCOL_METHODSam Roberts
2018-12-03crypto: harden bignum-to-binary conversionsBen Noordhuis
2018-12-02http: fix error return in `Finish()`Fedor Indutny
2018-12-01src: use arraysize instead of hardcode numberleeight
2018-12-01url: reuse existing context in href setterTimothy Gu
2018-12-01src: set HAS_USERNAME/PASSWORD more strictlyTimothy Gu
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