summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-12n-api: add napi_get_node_versionAnna Henningsen
2017-08-11src: add comments for cares library init refcountAnna Henningsen
2017-08-11src: remove duplicate loopAnna Henningsen
2017-08-11src: use local isolate instead of args.GetIsolateDaniel Bevenius
2017-08-11inspector: support extra contextsEugene Ostroukhov
2017-08-10zlib: check cleanup return valuesAnna Henningsen
2017-08-10src: add overlooked handle to cleanupAnna Henningsen
2017-08-10async_hooks: CHECK that resource is not emptyAnna Henningsen
2017-08-10src: remove unused http2_socket_buffer from envAnna Henningsen
2017-08-10src,http2: DRY header/trailer handling code upAnna Henningsen
2017-08-09zlib: fix crash when initializing failedAnna Henningsen
2017-08-08http2: rename some nghttp2 stream flagsKelvin Jin
2017-08-07src: adjust windows abort behaviorJared Kantrowitz
2017-08-07n-api: optimize number API performanceJason Ginchereau
2017-08-07src: reuse 'ondone' string in node_crypto.ccTobias Nießen
2017-08-07src: use existing strings over creating new onesAnna Henningsen
2017-08-07src: remove unused Connection::ClearError()Ben Noordhuis
2017-08-07src: replace assert with CHECK_LE in node_api.ccBen Noordhuis
2017-08-07src: properly manage timer in cares ChannelWrapAnna Henningsen
2017-08-07build: enable C++ linting for src/*/*jeyanthinath
2017-08-07inspector: allow require in Runtime.evaluateJan Krems
2017-08-06src: avoid dereference without existence checkTimothy Gu
2017-08-04http2: fix flakiness in timeoutJames M Snell
2017-08-04http2: fix compilation error after V8 updateJames M Snell
2017-08-04http2: minor cleanupJames M Snell
2017-08-04http2: use static allocated arraysJames M Snell
2017-08-04http2: refactor trailers APIJames M Snell
2017-08-04http2: address initial pr feedbackJames M Snell
2017-08-04http2: add range support for respondWith{File|FD}James M Snell
2017-08-04http2: fix socketOnTimeout and a segfaultJames M Snell
2017-08-04http2: fix abort when client.destroy inside end eventJames M Snell
2017-08-04http2: introducing HTTP/2James M Snell
2017-08-02src: return MaybeLocal in AsyncWrap::MakeCallbackTobias Nießen
2017-08-02crypto: change segmentation faults to CHECKsTobias Nießen
2017-08-01src: fix new V8 compiler warningsMichaël Zasso
2017-08-01src: update NODE_MODULE_VERSION to 57Myles Borins
2017-08-01build: fix build without icuJimmy Thomson
2017-08-01dns: add channel.cancel()Anna Henningsen
2017-08-01src,dns: refactor cares_wrap to avoid global stateAnna Henningsen
2017-07-30src: replace deprecated ForceSet() methodFranziska Hinkelmann
2017-07-29buffer: remove a wrongly added attribute specifierJiajie Hu
2017-07-27async_hooks: remove deprecated APIsAnna Henningsen
2017-07-27src: replace ASSERT with CHECKBen Noordhuis
2017-07-27n-api: add support for DataViewShivanth MP
2017-07-27n-api: re-use napi_env between modulesGabriel Schulhof
2017-07-26inspector: implement V8Inspector timerEugene Ostroukhov
2017-07-26inspector: send messages after the Node is doneEugene Ostroukhov
2017-07-26http: reset stream to unconsumed in `unconsume()`Anna Henningsen
2017-07-26n-api: directly create Local from PersistentKyle Farnung
2017-07-24util: implement WHATWG Encoding Standard APIJames M Snell