summaryrefslogtreecommitdiff
path: root/src/node.h
AgeCommit message (Expand)Author
2012-08-02node: tag Encode and friends NODE_EXTERNBen 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
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-02process.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-19Display 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-24Move 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-28Move MakeCallback and SetErrno to node.ccRyan Dahl
2011-05-23Batch of ev -> uv changesBert Belder
2011-05-07Merge branch 'v0.4'isaacs
2011-04-22Fix timeouts with floating point numbers bugRyan Dahl
2011-03-18Export more functions for initializing and starting node.Dean McNamee
2011-03-14Merge branch 'v0.4'Ryan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-03-09Add missing v8:: namespace prefixRyan Dahl
2011-02-19Closes GH-695 Add 'hex' encoding to Bufferisaacs
2011-02-07UCS-2 supportKonstantin Käfer
2010-12-20Use unicode and bigfile aware stat/fstatBert Belder
2010-11-23Saner, yet still ugly, fix to displaying syntax errorsRyan Dahl
2010-09-29Safe constructor for ObjectWrapped classesBen Noordhuis
2010-09-19Add node::Start()Ryan Dahl