summaryrefslogtreecommitdiff
path: root/wscript
Commit message (Expand)AuthorAgeFilesLines
* Add electric fence option to configure processRyan2009-06-161-7/+13
* bump versionRyan2009-06-131-1/+1
* bump versionv0.0.3Ryan2009-06-111-1/+1
* comment out gnutls check in wscript until it's usedRyan2009-06-111-5/+7
* bump version to v0.0.2v0.0.2Ryan2009-05-311-1/+1
* Change to build on FreeBSDv0.0.1Ryan2009-05-271-4/+7
* Add errno constants. Move all constants to `node.constants` namespace.Ryan2009-05-261-0/+1
* Don't need librt.Ryan2009-05-141-11/+0
* Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature.Ryan2009-05-141-1/+2
* Rename main.js to node.js.Ryan2009-05-131-1/+1
* liboi should include libevRyan2009-05-121-1/+1
* link to google profilerRyan2009-05-051-3/+5
* update oi_socket - modify node code to matchRyan2009-05-051-1/+1
* extract headers, status_code, path, http version from http messages.Ryan2009-05-031-1/+1
* Begin refactor of http.cc. Remove libebb add http_parser.Ryan2009-05-031-15/+10
* remove process.{cc,h} process.exit() now exit()Ryan2009-04-291-1/+0
* Refactor setTimeout to be a Timer object.Ryan2009-04-291-1/+1
* get 'make install' workingRyan2009-04-231-2/+9
* fix the waf configure --debug options. seems to work now.Ryan2009-04-231-19/+24
* WAF: fix the debug variant.Ryan2009-04-231-25/+40
* add scons local for v8. check for librt in wscriptRyan2009-04-221-8/+11
* import full versions of dependency libraries!Ryan2009-04-221-9/+9
* update eio. add EIO_STACKSIZE define for getaddrinfo problemRyan2009-04-221-8/+9
* add framework for tcp server. change eio stacksize to 16kb.Ryan2009-04-221-2/+2
* add async dns for SocketRyan2009-04-211-2/+2
* begin clean up of SocketRyan2009-04-211-0/+1
* add 'make test'Ryan2009-04-211-6/+6
* rename a few files to remove node_ prefixRyan2009-04-181-8/+27
* file operations are queued.Ryan2009-04-161-1/+1
* add file.write()Ryan2009-04-161-3/+11
* everything is changed. i've waited much too long to commit.Ryan2009-04-151-4/+24
* enable support for the thread poolRyan2009-04-041-3/+1
* use the WAF build systemRyan2009-04-041-0/+103