summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-02src: simplify JS Array creationAnna Henningsen
2019-01-02src: improve ToV8Value() functionsAnna Henningsen
2018-12-31src: fix warning in cares_wrap.cccjihrig
2018-12-31process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung
2018-12-30src: remove unused variable from string_search.hAnna Henningsen
2018-12-31process: move process.features initialization into node.jsJoyee Cheung
2018-12-31buffer: fix crash for invalid index typesAnna Henningsen
2018-12-31src: pass along MaybeLocal<> state from `URL::ToObject()`Anna Henningsen
2018-12-31src: ignore termination exceptions in fatal TryCatchAnna Henningsen
2018-12-30src: fulfill Maybe contract in InlineDecoderAnna Henningsen
2018-12-30crypto: fix zero byte allocation assertion failureTobias Nießen
2018-12-29src: lazily load internalBinding('uv') and build the errmap lazilyJoyee Cheung
2018-12-29process: make internal/queue_microtask.js more self-containedJoyee Cheung
2018-12-28tls: do not confuse session and session IDSam Roberts
2018-12-28tls: remove unused ocsp extension parsingSam Roberts
2018-12-27src: add .code and SSL specific error propertiesSam Roberts
2018-12-26src: introduce DCHECK macrocjihrig
2018-12-26src: use DCHECK_* macros where possiblecjihrig
2018-12-26src: fix compiler warnings in node_crypto.cccjihrig
2018-12-26src: do not leak NodeTraceStateObserverAnna Henningsen
2018-12-26dns: fix TTL value for AAAA replies to `resolveAny()`Anna Henningsen
2018-12-24crypto: always accept certificates as public keysTobias Nießen
2018-12-24crypto: add key object APITobias Nießen
2018-12-24src: add DCHECK macroskiyomizumia
2018-12-24src: fix compiler warningscjihrig
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-24src: move symbols binding into node_symbols.ccJoyee Cheung
2018-12-21crypto: update root certificatesSam Roberts
2018-12-21trace_events: move SetupTraceCategoryState into node_trace_events.ccJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-21src,lib: prefer internal/options over process._fooAnna Henningsen
2018-12-21src: use std::vector for setting up process.execPathAnna Henningsen
2018-12-21src: initialize ICU version in per_process::metadata.versionsJoyee Cheung
2018-12-21src: move the declaration of http parser versions into node_metadata.hJoyee Cheung
2018-12-21src: move GetOpenSSLVersion into node_metadata.ccJoyee Cheung
2018-12-20os: use uv_os_gethostname() in hostname()cjihrig
2018-12-20cli: add --max-http-header-size flagcjihrig
2018-12-20src: add kUInteger parsingMatteo Collina
2018-12-20src: port GetLoadedLibraries for freebsdGireesh Punathil
2018-12-20src: mark options parsers as constAnna Henningsen
2018-12-20os: move process.binding('os') to internalBindingbriete
2018-12-19src: unload addons when environment quitsGabriel Schulhof
2018-12-19src: handle empty Maybe in uv binding initializeAnna Henningsen
2018-12-19worker: fix nullptr deref after MessagePort deser failureAnna Henningsen
2018-12-18src: schedule destroy hooks in BeforeExit early during bootstrapJoyee Cheung
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-18src: remove code cache integrity checkJoyee Cheung
2018-12-17process: move environment variable proxy code into node_env_var.ccJoyee Cheung
2018-12-17src: extract common Bind methodJon Moss