summaryrefslogtreecommitdiff
path: root/src/node.h
AgeCommit message (Expand)Author
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-26src: move trace_event.h include to internal headerBen Noordhuis
2017-01-24crypto: ability to select cert store at runtimeAdam Majer
2016-12-20src: Node Tracing Controllermisterpoe
2016-10-19crypto: fix openssl.cnf FIPS handling & testingRod Vagg
2016-10-19node: --openssl-config cli argumentFedor Indutny
2016-06-28build: configure --sharedStefan Budeanu
2016-06-19src: alias BINARY to LATIN1Ben Noordhuis
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-06-01src: make IsolateData creation explicitBen Noordhuis
2016-05-19src: add node::FreeEnvironment public APICheng Zhao
2016-04-18src: don't set non-primitive values on templatesBen Noordhuis
2016-03-03src: replace usage of deprecated ForceSetMichaël Zasso
2016-02-25crypto: Improve control of FIPS modeStefan Budeanu
2015-12-14src: fix deprecation message for ErrnoExceptionMartin von Gagern
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-23node: rename from io.js to nodecjihrig
2015-05-07src: export the ParseEncoding function on WindowsIvan Kozik
2015-05-06src: fix pedantic cpplint whitespace warningsBen Noordhuis
2015-05-05src: fix NODE_DEPRECATED macro with old compilersBen Noordhuis
2015-04-30src: fix NODE_DEPRECATED macroBen Noordhuis
2015-02-27src: add check for already defined macro NOMINMAXPavel Medvedev
2015-02-11src: cleanup `Isolate::GetCurrent()`Vladimir Kurchatkin
2015-01-31fs: improve error messagesBert Belder
2015-01-30node: speed up ParseEncodingFedor Indutny
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-10src: check if NODE_WANT_INTERNALS is definedFedor Indutny
2014-12-14src: move BE/LE buffer conversion to StringSlice()Ben Noordhuis
2014-12-14src: redo unaligned access workaroundBen Noordhuis
2014-12-04modules: adding load linked modules featureThorsten Lorenz
2014-10-23src: remove STATIC_ASSERT() macroBen Noordhuis
2014-10-08src, test: fixup after v8 updateFedor Indutny
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-08-11node: set names for prototype methodsTrevor Norris
2014-07-23src: export additional startup functionsDean McNamee
2014-05-22src: NODE_UNIXTIME_V8 needs to use an IsolateRohini Harendra
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-03-13node: fix exported signatures of MakeCallbackFedor Indutny
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-03-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-03-05src: add default visibility to NODE_MODULEBen Noordhuis
2014-02-25windows: fix module registrationAlexis Campailla
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-06node: do not print SyntaxError hints to stderrFedor Indutny
2014-02-05src: update MakeCallback() function prototypeBen Noordhuis
2014-01-29src: move header inclusion out of namespaceTimothy J Fontaine
2014-01-28src: only define ssize_t on windows if undefinedTimothy J Fontaine
2014-01-28node: explicitly include `sys/types.h` for size_tFedor Indutny
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski
2014-01-17src: don't mark addon_register_func as dllimportBen Noordhuis