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
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
2011-03-15Merge branch 'v0.4'Ryan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-03-09Add missing v8:: namespace prefixRyan Dahl
2011-02-20Closes GH-695 Add 'hex' encoding to Bufferisaacs
2011-02-08UCS-2 supportKonstantin Käfer
2010-12-21Use unicode and bigfile aware stat/fstatBert Belder
2010-11-24Saner, yet still ugly, fix to displaying syntax errorsRyan Dahl
2010-09-30Safe constructor for ObjectWrapped classesBen Noordhuis
2010-09-20Add node::Start()Ryan Dahl
2010-08-30Constants should be readOnly and DontDeleteFedor Indutny
2010-07-28Buffer: adjust buffer size so the base64-decoded input fits snugly.Ben Noordhuis
2010-07-14Register builtin extensions via a macro, rather than a manual strcmpPaul Querna
2010-07-13Add basic structure and macros for node modules.Paul Querna
2010-05-15Added better error messages for async and sync fs calls with pathsvisionmedia
2010-04-29Properly handle child process exit codesFelix Geisendörfer
2010-04-24Remove http_old tcp_oldRyan Dahl
2010-04-23Unify ErrnoException creationRyan Dahl
2009-12-29Move cb_persist functions out of dns moduleRyan Dahl
2009-12-09Statically define symbolsRyan Dahl
2009-11-28Stat::Callback has 2 arguments for callback: current stat info and previous s...choonkeat
2009-10-27Prefix all source files with node_Ryan Dahl
2009-10-09ACTUALLY remove node_version.h from node.hRyan Dahl
2009-09-21Remove "raw" encoding. Rename "raws" to "binary".Ryan Dahl
2009-09-11cpplint.py node.cc and node.hRyan
2009-09-09Introduce "raws" encoding. Raw String.Ryan
2009-09-09Byte stream to V8 decoding and encoding.Ryan
2009-09-07Create NODE_UNIXTIME macrosRyan
2009-09-01Revert static library build.Ryan
2009-08-27Add command line arguments for accessing build flags.Ryan
2009-08-27First attempt at node.dlopenRyan
2009-08-27bump versionv0.1.7Ryan
2009-08-27lintRyan
2009-08-25Experimental support for Promise.block()Ryan
2009-08-25Refactor node.Process to take advantage of evcom_reader/writer.Ryan
2009-08-22bump versionv0.1.6Ryan
2009-08-21bump versionv0.1.5Ryan
2009-08-13bump versionv0.1.4Ryan
2009-08-06bump versionv0.1.3Ryan
2009-08-03Add node.versionRyan
2009-07-25Rename evnet to evcom.Ryan
2009-07-13Upgrade liboi, which is now called evnet.Ryan
2009-07-10Simplify and cleanup ObjectWrap.Ryan
2009-06-28Implement Promises for file i/oRyan