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
path: root/src
AgeCommit message (Expand)Author
2011-01-05Merge branch 'master' of git://github.com/ry/nodeBert Belder
2011-01-04realpath files during module loadMihai Călin Bazon
2011-01-04NODE_DEBUG uses strings instead of bitflagsRyan Dahl
2011-01-03Merge branch 'debugger'Ryan Dahl
2011-01-03Now working on v0.3.4-preRyan Dahl
2011-01-03Bump version to v0.3.3v0.3.3Ryan Dahl
2011-01-03Fix the OS module for win32Bert Belder
2011-01-03Merge remote branch 'origin/master'Bert Belder
2011-01-02Add openssl version to process.versionsRyan Dahl
2011-01-02Fix typosRyan Dahl
2011-01-02add process.stdinRyan Dahl
2011-01-02Syntax error hack for modules.Ryan Dahl
2011-01-02Fix solaris buildRyan Dahl
2011-01-02Make syntax error display optionalRyan Dahl
2011-01-02Lint node_script.ccRyan Dahl
2010-12-30start debug agent on SIGUSR1Ryan Dahl
2010-12-30Rather have the debugger be parent processRyan Dahl
2010-12-30Start on frame zero - don't do extra breakRyan Dahl
2010-12-30Disable OPOSTRyan Dahl
2010-12-30Fork out to debugger on debugger statementsRyan Dahl
2010-12-30Add beginning of build-in debuggerRyan Dahl
2010-12-30start debug agent on SIGUSR1Ryan Dahl
2010-12-25Free (ref-counted) private key.Tom Hughes
2010-12-23Fix Cygwin compatibility in the os moduleBrian White
2010-12-22Add more functionality to the os moduleBrian White
2010-12-22Fix memory leak in node_crypto.cc.Tom Hughes
2010-12-22Fix memory corruption with unnamed AF_UNIX sockets.Tom Hughes
2010-12-22process.kill coerces args to integersRyan Dahl
2010-12-21The following error can be thrown from accept on ECONNABORT. Instead, it shou...Theo Schlossnagle
2010-12-21Port GetHostNameBert Belder
2010-12-21Fixes to child processBert Belder
2010-12-21Child processesBert Belder
2010-12-21Make using winsock extension functions possibleBert Belder
2010-12-21Support for non-overlapped socketsBert Belder
2010-12-21_Partial_ backslash support in node.js argv directory mungingBert Belder
2010-12-21Port socketerrorBert Belder
2010-12-21Fix connect bugBert Belder
2010-12-21Fix whitespace errors introduced by porting effortsBert Belder
2010-12-21node_net: IsIP and CreateErrnoException just workBert Belder
2010-12-21Bugfixes, more consistency in node_net error handlingBert Belder
2010-12-21Make node_net Connect workBert Belder
2010-12-21Make node_net Shutdown work on windowsBert Belder
2010-12-21Re-enable stat watchers on windowsBert Belder
2010-12-21Use unicode and bigfile aware stat/fstatBert Belder
2010-12-21Fix error reporting and EAGAIN handling bug in net WriteBert Belder
2010-12-21Don't break the linux buildBert Belder
2010-12-21Make Read and Write in node_net.cc actually work on socketsBert Belder
2010-12-21Make Socket, Bind, Listen, Accept work for windowsBert Belder
2010-12-21Make SetNonBlock and SetSockFlags work on FDs instead of socketsBert Belder
2010-12-21Use the c-ares pton/ntop hack in node_net.cc as wellBert Belder