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-01-08typed arrays: don't declare as moduleDean McNamee
2012-08-21process: use uv_signal instead of ev_signalBert Belder
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-05typed arrays: add Buffer -> TypedArray constructorMikael Bourges-Sevenier
2011-12-29move isolate V8 functions out of node.ccRyan Dahl
2011-10-12Remove tty_legacyRyan Dahl
2011-10-12Remove dns_legacyRyan Dahl
2011-10-12Remove child_process_legacyRyan Dahl
2011-10-12Remove net_legacy timers_legacyRyan Dahl
2011-10-06Upgrade libuv to 60c639fRyan Dahl
2011-09-23fs watcher bindingIgor Zinkovsky
2011-09-21Add TTYWrapRyan Dahl
2011-09-18Initial pass at zlib bindingsisaacs
2011-08-25dgram: integrate libuv UDP supportBen Noordhuis
2011-08-07Make MSVS build.Peter Bright
2011-08-02Complete removal of node_child_process_win32.ccRyan Dahl
2011-07-30add wrapper for uv_spawnRyan Dahl
2011-07-27stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky
2011-07-18Add pipe_wrapRyan Dahl
2011-07-05Bindings for libuv-integrated c-aresBert Belder
2011-06-10Initial binding to uv_tcp_tRyan Dahl
2011-06-08Build on windows againBert Belder
2011-05-25Implement new wrap for uv timerRyan Dahl
2011-03-15Update copyright headersRyan Dahl
2010-12-21Child processesBert Belder
2010-12-21There is no child process support for windows yetBert Belder
2010-12-11Add os module and getHostnameBrian White
2010-07-14Move evals to extension module.Paul Querna
2010-07-14Move the Stat structure functions to node_file.ccPaul Querna
2010-07-14Move Buffer to extension model.Paul Querna
2010-07-14Move child process to extension model.Paul Querna
2010-07-14Move http parser to extension model.Paul Querna
2010-07-14Move signal_watcher to extension model.Paul Querna
2010-07-14Move cares to extension modelPaul Querna
2010-07-14Move stdio to extension model.Paul Querna
2010-07-14Register builtin extensions via a macro, rather than a manual strcmpPaul Querna