summaryrefslogtreecommitdiff
path: root/src/node.h
Commit message (Expand)AuthorAgeFilesLines
* src: add internalBindings for binding isolationBradley Farias2017-10-121-5/+3
* async_hooks: consistent internal namingAndreas Madsen2017-09-261-1/+1
* n-api: change async resource name to napi_valueJason Ginchereau2017-09-141-0/+15
* src: refactor async callback handlingAnna Henningsen2017-09-141-0/+40
* src: refactor `#include` handlingAnna Henningsen2017-09-141-4/+0
* http2: address initial pr feedbackJames M Snell2017-08-041-1/+3
* http2: introducing HTTP/2James M Snell2017-08-041-0/+19
* async_hooks: remove deprecated APIsAnna Henningsen2017-07-271-14/+0
* async_hooks: C++ Embedder API overhaulAndreas Madsen2017-07-061-32/+40
* async_hooks: rename currentId and triggerIdAndreas Madsen2017-06-141-20/+28
* src: merge `fn_name` in NODE_SET_PROTOTYPE_METHODXadillaX2017-06-101-1/+1
* async_hooks: implement C++ embedder APIAnna Henningsen2017-05-271-7/+126
* src: expose `node::AddPromiseHook`Anna Henningsen2017-04-271-0/+11
* src: remove invalid commentcjihrig2017-04-251-1/+0
* src: make AtExit callback's per EnvironmentDaniel Bevenius2017-04-121-0/+6
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: move trace_event.h include to internal headerBen Noordhuis2017-01-261-1/+0
* crypto: ability to select cert store at runtimeAdam Majer2017-01-241-1/+4
* src: Node Tracing Controllermisterpoe2016-12-201-0/+1
* crypto: fix openssl.cnf FIPS handling & testingRod Vagg2016-10-191-5/+2
* node: --openssl-config cli argumentFedor Indutny2016-10-191-2/+5
* build: configure --sharedStefan Budeanu2016-06-281-4/+10
* src: alias BINARY to LATIN1Ben Noordhuis2016-06-191-1/+3
* buffer: introduce latin1 encoding termTrevor Norris2016-06-071-9/+9
* src: make IsolateData creation explicitBen Noordhuis2016-06-011-13/+7
* src: add node::FreeEnvironment public APICheng Zhao2016-05-191-0/+1
* src: don't set non-primitive values on templatesBen Noordhuis2016-04-181-5/+16
* src: replace usage of deprecated ForceSetMichaël Zasso2016-03-031-1/+5
* crypto: Improve control of FIPS modeStefan Budeanu2016-02-251-0/+4
* src: fix deprecation message for ErrnoExceptionMartin von Gagern2015-12-141-1/+1
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-27/+27
* node: rename from io.js to nodecjihrig2015-08-231-10/+10
* src: export the ParseEncoding function on WindowsIvan Kozik2015-05-071-3/+4
* src: fix pedantic cpplint whitespace warningsBen Noordhuis2015-05-061-2/+2
* src: fix NODE_DEPRECATED macro with old compilersBen Noordhuis2015-05-051-4/+23
* src: fix NODE_DEPRECATED macroBen Noordhuis2015-04-301-1/+10
* src: add check for already defined macro NOMINMAXPavel Medvedev2015-02-271-1/+3
* src: cleanup `Isolate::GetCurrent()`Vladimir Kurchatkin2015-02-111-1/+1
* fs: improve error messagesBert Belder2015-01-311-0/+6
* node: speed up ParseEncodingFedor Indutny2015-01-301-3/+3
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: check if NODE_WANT_INTERNALS is definedFedor Indutny2015-01-101-1/+1
* src: move BE/LE buffer conversion to StringSlice()Ben Noordhuis2014-12-141-0/+1
* src: redo unaligned access workaroundBen Noordhuis2014-12-141-2/+16
* modules: adding load linked modules featureThorsten Lorenz2014-12-041-0/+2
* src: remove STATIC_ASSERT() macroBen Noordhuis2014-10-231-8/+0
* src, test: fixup after v8 updateFedor Indutny2014-10-081-1/+1
* deps: re-implement debugger-agentFedor Indutny2014-10-081-0/+17
* node: set names for prototype methodsTrevor Norris2014-08-111-2/+4
* src: export additional startup functionsDean McNamee2014-07-231-0/+16