aboutsummaryrefslogtreecommitdiff
path: root/src/node.h
AgeCommit message (Expand)Author
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
2013-11-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-12src: add HandleScope in HandleWrap::OnCloseTimothy J Fontaine
2013-10-29src: Remove unused refs to node_object_wrap.hScott Blomquist
2013-09-06src: add multi-context supportBen Noordhuis
2013-09-02src: clean up CLI argument parserBen Noordhuis
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-07-31src: more lint after cpplint tighteningBen Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-24src: move NODE_MODULE_VERSION to node_version.hBen Noordhuis
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-07-19node: always set function nameTrevor Norris
2013-07-11build: fix windows buildBen Noordhuis
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-06-26src: break on uncaught exceptionMiroslav Bajtos
2013-06-07src: unexport node_isolateBen Noordhuis
2013-04-08process: expose NODE_MODULE_VERSION in process.versionsRod Vagg
2013-03-23fs: uv_[fl]stat now reports subsecond resolutionTimothy J Fontaine
2013-03-20src: bump NODE_MODULE_VERSION after abi changeBen Noordhuis
2013-03-20bindings: update apiTrevor Norris
2013-02-11node: don't malloc in FromConstructorTemplateBen Noordhuis
2013-01-25addon: Pass module object to NODE_MODULE init functionisaacs
2013-01-03node: remove ev-emul.hBen Noordhuis
2012-11-22constants: fix wrapping of large constantsBen Noordhuis
2012-11-16node: remove eio-emul.hBen Noordhuis
2012-09-18crypto: bring module into modern ageFedor Indutny
2012-08-03Merge remote-tracking branch 'ry/v0.8'isaacs
2012-08-02node: tag Encode and friends NODE_EXTERNBen Noordhuis