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
2009-06-11bump versionv0.0.3Ryan
2009-06-11comment out gnutls check in wscript until it's usedRyan
2009-05-31bump version to v0.0.2v0.0.2Ryan
2009-05-27Change to build on FreeBSDv0.0.1Ryan
2009-05-26Add errno constants. Move all constants to `node.constants` namespace.Ryan
2009-05-14Don't need librt.Ryan
2009-05-14Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature.Ryan
2009-05-13Rename main.js to node.js.Ryan
2009-05-12liboi should include libevRyan
2009-05-05link to google profilerRyan
2009-05-05update oi_socket - modify node code to matchRyan
2009-05-03extract headers, status_code, path, http version from http messages.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-29Refactor setTimeout to be a Timer object.Ryan
2009-04-23get 'make install' workingRyan
2009-04-23fix the waf configure --debug options. seems to work now.Ryan
2009-04-23WAF: fix the debug variant.Ryan
2009-04-22add scons local for v8. check for librt in wscriptRyan
2009-04-22import full versions of dependency libraries!Ryan
2009-04-22update eio. add EIO_STACKSIZE define for getaddrinfo problemRyan
2009-04-22add framework for tcp server. change eio stacksize to 16kb.Ryan
2009-04-22add async dns for SocketRyan
2009-04-21begin clean up of SocketRyan
2009-04-21add 'make test'Ryan
2009-04-18rename a few files to remove node_ prefixRyan
2009-04-16file operations are queued.Ryan
2009-04-16add file.write()Ryan
2009-04-15everything is changed. i've waited much too long to commit.Ryan
2009-04-04enable support for the thread poolRyan
2009-04-04use the WAF build systemRyan