summaryrefslogtreecommitdiff
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2009-06-20skelton of node.ProcessRyan1-0/+1
2009-06-18bump versionv0.0.5Ryan1-1/+1
2009-06-16Add electric fence option to configure processRyan1-7/+13
2009-06-13bump versionRyan1-1/+1
2009-06-11bump versionv0.0.3Ryan1-1/+1
2009-06-11comment out gnutls check in wscript until it's usedRyan1-5/+7
2009-05-31bump version to v0.0.2v0.0.2Ryan1-1/+1
2009-05-27Change to build on FreeBSDv0.0.1Ryan1-4/+7
2009-05-26Add errno constants. Move all constants to `node.constants` namespace.Ryan1-0/+1
2009-05-14Don't need librt.Ryan1-11/+0
2009-05-14Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature.Ryan1-1/+2
2009-05-13Rename main.js to node.js.Ryan1-1/+1
2009-05-12liboi should include libevRyan1-1/+1
2009-05-05link to google profilerRyan1-3/+5
2009-05-05update oi_socket - modify node code to matchRyan1-1/+1
2009-05-03extract headers, status_code, path, http version from http messages.Ryan1-1/+1
2009-05-03Begin refactor of http.cc. Remove libebb add http_parser.Ryan1-15/+10
2009-04-29remove process.{cc,h} process.exit() now exit()Ryan1-1/+0
2009-04-29Refactor setTimeout to be a Timer object.Ryan1-1/+1
2009-04-23get 'make install' workingRyan1-2/+9
2009-04-23fix the waf configure --debug options. seems to work now.Ryan1-19/+24
2009-04-23WAF: fix the debug variant.Ryan1-25/+40
2009-04-22add scons local for v8. check for librt in wscriptRyan1-8/+11
2009-04-22import full versions of dependency libraries!Ryan1-9/+9
2009-04-22update eio. add EIO_STACKSIZE define for getaddrinfo problemRyan1-8/+9
2009-04-22add framework for tcp server. change eio stacksize to 16kb.Ryan1-2/+2
2009-04-21add async dns for SocketRyan1-2/+2
2009-04-21begin clean up of SocketRyan1-0/+1
2009-04-21add 'make test'Ryan1-6/+6
2009-04-18rename a few files to remove node_ prefixRyan1-8/+27
2009-04-16file operations are queued.Ryan1-1/+1
2009-04-16add file.write()Ryan1-3/+11
2009-04-15everything is changed. i've waited much too long to commit.Ryan1-4/+24
2009-04-04enable support for the thread poolRyan1-3/+1
2009-04-04use the WAF build systemRyan1-0/+103