Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-08process: expose NODE_MODULE_VERSION in process.versionsRod Vagg
2013-02-11node: don't malloc in FromConstructorTemplateBen Noordhuis
2013-01-26addon: 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-17node: remove eio-emul.hBen Noordhuis
2012-09-18crypto: bring module into modern ageFedor Indutny
2012-08-04Merge 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-22Externalize node::no_deprecationisaacs
2012-06-21node: replace NODE_STAT_STRUCT with uv_statbuf_tBen Noordhuis
2012-06-20node: 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-06windows: 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
2012-01-23fix windows buildIgor Zinkovsky
2011-12-29Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl
2011-12-29Remove node_isolate.h from node.hRyan Dahl
2011-12-29build: move internals to separate header fileBen Noordhuis
2011-12-29isolates: isolate-ify the main loopBen Noordhuis
2011-12-02Rename FSError to UVException and move to node.ccBert Belder
2011-11-17Fixes #2140. Fix illumos build.Ryan Dahl
2011-11-04Windows: ErrnoException shouldn't mix up crt and win32 errorsBert Belder
2011-11-03process.kill to use uv_killIgor Zinkovsky
2011-10-29Export some functions from node.hBert Belder
2011-10-29Support native extension loading on WindowsBert Belder
2011-10-29Wrap long lines, strip trailing whitespaceBert Belder
2011-10-29Remove outdated commentBert Belder
2011-10-20Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-09-27crypto: implement randomBytes() and pseudoRandomBytes()Ben Noordhuis
2011-08-30Use new uv_fs_ apisIgor Zinkovsky
2011-08-25Move ARRAY_SIZE macro to node.hBen Noordhuis
2011-08-06Basic VC++ compatibility work.Peter Bright
2011-07-04Adding missing v8 namespace to NODE_PSYMBOLMariano Iglesias
2011-06-28Fix test-net-pingpong.js on windowsHenry Rawas
2011-05-29Move MakeCallback and SetErrno to node.ccRyan Dahl
2011-05-24Batch of ev -> uv changesBert Belder
2011-05-08Merge branch 'v0.4'isaacs
2011-04-23Fix timeouts with floating point numbers bugRyan Dahl
2011-03-18Export more functions for initializing and starting node.Dean McNamee