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
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
2009-06-22Move oi_buf creation to node.ccRyan
2009-06-22Remove eio_warmup. Use ev_ref instead.Ryan
2009-06-13small superficial clean-upsRyan
2009-05-26Rename fatal_exception to FatalExceptionRyan
2009-05-26Clean up outgoing encoding API. Generally: send(chunk, encoding).Ryan
2009-05-26Large refactor of file code.Ryan
2009-05-15Inform V8 of external allocations.Ryan
2009-05-14Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature.Ryan
2009-05-05Reference counting. Network bugs.Ryan
2009-05-03Begin refactor of http.cc. Remove libebb add http_parser.Ryan
2009-04-29remove process.{cc,h} process.exit() now exit()Ryan
2009-04-29Use ObjectWrap base class for File, Socket, Server.Ryan
2009-04-29Create a node namespaceRyan