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-05-09src: minor refactor to string_search.hAnna Henningsen
2018-05-09src: don't create Undefined if not neededDaniel Bevenius
2018-05-09src: rename handle parameter objectDaniel Bevenius
2018-05-07src: add public API to expose the main V8 PlatformAllen Yonghuang Wang
2018-05-06http2: rename http2_state class to Http2StateDaniel Bevenius
2018-05-05src: removed unnecessary prototypes from Environment::SetProtoMethodBrandon Ruggles
2018-05-05src: fix inconsistency in extern declarationYang Guo
2018-05-05src: more automatic memory management in node_crypto.ccAnna Henningsen
2018-05-04crypto: allocate more memory for cipher.update()Yihong Wang
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-05-04src: access `ContextifyContext*` more directly in property cbsAnna Henningsen
2018-05-04src: remove `kFlagNoShutdown` flagAnna Henningsen
2018-05-02http2: remove unnecessary v8 qualified namesDaniel Bevenius
2018-05-02http2: remove unused using declarations node_http2Daniel Bevenius
2018-04-30crypto: use new OpenSSL constants in CipherBaseTobias Nießen
2018-04-30src: avoid `std::make_unique`Anna Henningsen
2018-04-28http2: fix responses to long payload reqsAnatoli Papirovski
2018-04-28tls: fix getEphemeralKeyInfo to support X25519Shigeki Ohtsu
2018-04-28src: remove unnecessary copy operations in tracingAnna Henningsen
2018-04-27src: improve fatal exceptionRuben Bridgewater
2018-04-26inspector: allow concurrent inspector sessionsEugene Ostroukhov
2018-04-26crypto: support authTagLength in GCM encryptionTobias Nießen
2018-04-26src: remove SecureContext `_external` getterAnna Henningsen
2018-04-26src: create per-isolate strings after platform setupUlan Degenbaev
2018-04-26process: migrate methods to throw errors with codeMichaël Zasso
2018-04-26inspector: Use default uv_listen backlog sizeEugene Ostroukhov
2018-04-25crypto: add using directives for v8::Int32, Uint32Tobias Nießen
2018-04-25crypto: use kNoAuthTagLength in InitAuthenticatedTobias Nießen
2018-04-25src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung
2018-04-25src: fix Systemtap node_gc_stop probeWilliam Cohen
2018-04-25src: limit foreground tasks draining loopUlan Degenbaev
2018-04-242018-04-24, Version 10.0.0 (Current)James M Snell
2018-04-24src: fix node_crypto.cc compiler warningsDaniel Bevenius
2018-04-24src: rename return var in VerifySpkac functionsDaniel Bevenius
2018-04-24src: prefer false instead of bool zeroDaniel Bevenius
2018-04-24Revert "src: make process.env.TZ setter clear tz cache"Ruben Bridgewater
2018-04-24n-api: initialize a module via a special symbolGabriel Schulhof
2018-04-23src: make process.env.TZ setter clear tz cacheBen Noordhuis
2018-04-23src: cover extra load-via-special-symbol scenarioGabriel Schulhof
2018-04-23fs: return stats to JS in sync methodsJoyee Cheung
2018-04-23crypto: allow to restrict valid GCM tag lengthTobias Nießen
2018-04-23crypto: fix explanation in CipherBase::SetAuthTagTobias Nießen
2018-04-22src: CancelTerminateExecution before throwing errorsJoyee Cheung
2018-04-22src: remove `MarkIndependent()` callsAnna Henningsen
2018-04-20Revert "process: add version constants and compare"Rod Vagg
2018-04-20src: move v8::HandleScope call to EmitUjjwal Sharma
2018-04-19src: throw ERR_MISSING_ARGS in node_crypto.ccJoyee Cheung
2018-04-19src: throw ERR_INVALID_ARG_VALUE in node_crypto.ccJoyee Cheung
2018-04-19src: throw ERR_MISSING_MODULE in module_wrap.ccJoyee Cheung
2018-04-19src: throw ERR_BUFFER_OUT_OF_BOUNDS in node_buffer.ccJoyee Cheung