aboutsummaryrefslogtreecommitdiff
path: root/src/node.h
AgeCommit message (Expand)Author
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
2012-07-27node: bump NODE_MODULE_VERSIONBen Noordhuis
2012-06-21Externalize node::no_deprecationisaacs
2012-06-21node: replace NODE_STAT_STRUCT with uv_statbuf_tBen Noordhuis
2012-06-19node: fix namespacing issue in ev-emul.hBen Noordhuis
2012-06-19node: preemptively unbreak windows buildBen Noordhuis
2012-06-19build: install eio-emul.hBen Noordhuis
2012-06-19build: install ev-emul.hBen Noordhuis
2012-06-06add NODE_EXTERN to node::StartJoel Brandt
2012-05-03addon: add AtExit() functionBen Noordhuis
2012-04-18Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-04-17MakeCallback: Return the callback return valueisaacs
2012-04-17MakeCallback: Accept Function or Symbol argumentisaacs
2012-04-05windows: use 64bit offsets for uv_fs apisIgor Zinkovsky
2012-03-10core: use proper #include directivesBen Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-30add node::SetMethod and node::SetPrototypeMethodRoman Shtylman