summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-19http2: remove unused nghttp2 error listAnna Henningsen
2018-07-19src: use offset calc. instead of `req->data` in node_fileAnna Henningsen
2018-07-19src: prepare for V8 Swallowed Rejection HookBenedikt Meurer
2018-07-18trace_events: add more process metadataJames M Snell
2018-07-18util: improve display of iterators and weak entriesRuben Bridgewater
2018-07-18src: avoid unnecessarily formatting a warningTobias Nießen
2018-07-18crypto: add support for OCB mode for AEADTobias Nießen
2018-07-17buffer: remove superfluous assignmentTobias Nießen
2018-07-17src: include cwd in chdir error messageAnna Henningsen
2018-07-16http2: fix issues with aborted `respondWithFile()`sAnna Henningsen
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-07-16console,util: avoid pair array generation in C++Anna Henningsen
2018-07-16src: fix async hooks crashing when there is no node contextJavier Gonzalez
2018-07-15src: make heap snapshot & embedder graph accessible for testsAnna Henningsen
2018-07-15src: use V8 graph heap snapshot APIAnna Henningsen
2018-07-15src: add iteration over all base objects to EnvironmentAnna Henningsen
2018-07-15src: remove defunct timer_wrap fileJon Moss
2018-07-14process: fix process.exitCode handling for fatalExceptionDenys Otrishko
2018-07-14src,tools: use https://nodejs.org URL when possible.XhmikosR
2018-07-14src: add comment on CallbackScope exception behaviourAnna Henningsen
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-07-13src: add HandleWrap::AddWrapMethodsJon Moss
2018-07-12napi: add bigint supportGus Caplan
2018-07-12trace_events: add traced_value.cc/traced_value.hJames M Snell
2018-07-12crypto: handle OpenSSL error queue in CipherBaseTobias Nießen
2018-07-12zlib: instance-ify two methodsJon Moss
2018-07-11src: make Environment::is_stopping_worker inlineJon Moss
2018-07-10src: add --title command line argumentJames M Snell
2018-07-10trace_events: add process_name metadataJames M Snell
2018-07-10zlib: track memory allocated by zlibAnna Henningsen
2018-07-09n-api: remove experimental gate from status codesGabriel Schulhof
2018-07-09n-api: create functions directlyGabriel Schulhof
2018-07-05n-api: restrict exports by versionKyle Farnung
2018-07-05src: remove using directives from spawn_sync.hDaniel Bevenius
2018-07-03messaging: fix edge cases with transferring portsTimothy Gu
2018-07-03messaging: use actual DOMException for DataCloneErrorTimothy Gu
2018-07-03src: add context-aware init macro and docGabriel Schulhof
2018-07-03tls: throw error on bad ciphers optionBrian White
2018-07-03zlib: fix memory leak for unused zlib instancesAnna Henningsen
2018-07-02n-api: fix compiler warningcjihrig
2018-06-30src: remove StreamBase::kFlagHasWritevAnna Henningsen
2018-06-30src: remove extra `ReadStop()` callAnna Henningsen
2018-06-29n-api: add API for asynchronous functionsGabriel Schulhof
2018-06-29src: slightly simplify `FSEventWrap`Anna Henningsen
2018-06-28src: add null check to GetCategoryGroupEnabled()cjihrig
2018-06-28inspector: use js_app.html as the landing page for chrome devtoolsGauthamBanasandra
2018-06-27src: move context bootstrap to jsGus Caplan
2018-06-27fs: undeprecate lchown()cjihrig
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung