Commit Graph

319 Commits (dce072a67e0f83e6ef45c5624e7a4410c8f796fb)

Author SHA1 Message Date
Ryan dce072a67e lint 2009-06-22 13:12:47 +02:00
Ryan 115c4942db Create tools directory
Users will need to "make distclean" to recompile from scratch since I've
moved a lot of the core build tools around.
2009-06-22 13:08:32 +02:00
Ryan 00d9b886c1 Remove unnecessary Detach 2009-06-21 23:28:12 +02:00
Ryan f17b76afa4 Fix up docs. 2009-06-21 23:27:36 +02:00
Urban Hafner ea290e727d Finished remote module loading 2009-06-21 16:59:11 +02:00
Urban Hafner ad15067ea0 Tests and implementation of node.cat() 2009-06-21 16:40:08 +02:00
Urban Hafner c192a1b5df Update to use the new parseUri() 2009-06-21 16:28:58 +02:00
Urban Hafner 6550e8cfa0 Remove empty parts of the parsed URI. 2009-06-21 16:28:23 +02:00
Urban Hafner 3a44efea69 Merge branch 'master' of git://github.com/ry/node 2009-06-21 16:10:20 +02:00
Ryan da03a02a98 Add documentation for node.Process 2009-06-21 14:37:25 +02:00
Ryan c5b5815ae7 fix error in test-process-simple 2009-06-21 14:07:52 +02:00
Ryan 145072e736 Add test-process-kill.js 2009-06-21 14:06:03 +02:00
Ryan e71b089cd7 Add test-process-simple.js 2009-06-21 14:02:01 +02:00
Ryan 0f76d3e6d8 define signal constants 2009-06-21 13:50:13 +02:00
Ryan e39923a3d7 Add process.kill(sig = SIGTERM) 2009-06-21 13:41:03 +02:00
Ryan 2fd4958698 Add pid accessor 2009-06-21 13:29:15 +02:00
Ryan a78ea510a2 Add onExit callback 2009-06-21 13:18:00 +02:00
Ryan 03c5772ce4 Get stdin/stdout working. Add process->Close(). 2009-06-21 13:10:00 +02:00
Ryan 83cb156b6f skelton of node.Process 2009-06-20 16:55:40 +02:00
Ryan 25d14bd001 Bug: Add HTTPConnection->size() and HTTPServer->size()
Need this for proper garbage collection.
2009-06-20 15:17:54 +02:00
Urban Hafner fc63f840b0 Merge branch 'master' of git://github.com/ry/node 2009-06-19 09:03:24 +02:00
Ryan ec5f3dbae1 bump version 2009-06-18 23:22:31 +02:00
Ryan 7ec90dbfd0 Clean up debug code in net.cc 2009-06-18 15:35:02 +02:00
Ryan 2b557c467f Namespace trimming: remove node.constants 2009-06-18 14:58:17 +02:00
Ryan 89d891f912 Small clean up in test-http-client-race 2009-06-18 14:50:10 +02:00
Ryan 61fcbb1cd6 Add benchmark dir with ruby script 2009-06-18 14:36:30 +02:00
Ryan e30e4415ee Fixes for ipv6 2009-06-18 14:34:49 +02:00
Urban Hafner 5ad5d89e3f Merge branch 'master' of git://github.com/ry/node 2009-06-18 09:27:12 +02:00
Ryan 84f9178e66 upgrade v8 to 1.2.8 2009-06-17 18:15:28 +02:00
Ryan 27b268b8c1 Clean ups 2009-06-17 15:05:44 +02:00
Ryan b3b6f8c02e Accept ports represented as strings 2009-06-17 10:16:48 +02:00
Urban Hafner ce85f84d15 Implementation of node.http.cat 2009-06-17 08:52:47 +02:00
Urban Hafner 79010540fc Test case for node.http.cat 2009-06-17 08:01:28 +02:00
Urban Hafner b581749255 Merge branch 'master' of git://github.com/ry/node 2009-06-16 21:09:37 +02:00
Ryan d77f757745 Fix test-http-client-race bug 2009-06-16 20:53:15 +02:00
Ryan 194eeac0d9 Add failing test for HTTP Client
Reported by Hagen:
http://groups.google.com/group/nodejs/browse_thread/thread/335b565360437b36
2009-06-16 19:56:00 +02:00
Ryan 40ee852425 Only run debug tests if the build debug was built 2009-06-16 19:32:31 +02:00
Ryan 193283bc38 Fix memleak: freeaddrinfo() after Server resolve address. 2009-06-16 17:47:59 +02:00
Ryan 225637a15c Resolve should default to IPv4 address. 2009-06-16 17:43:40 +02:00
Ryan 3b05cf260e Add "opening" readyState for the resolve period. 2009-06-16 15:50:52 +02:00
Ryan 7bad9dea51 Add electric fence option to configure process 2009-06-16 15:47:57 +02:00
Urban Hafner 6b9e5eedf2 Test for remote module loading 2009-06-16 08:20:00 +02:00
Ryan 7cce31d4e4 Add global print() function. 2009-06-15 16:57:10 +02:00
Ryan 870b5db46c Bugfix+Refactor: accessing HTTP connection remoteAddress 2009-06-15 15:29:32 +02:00
Ryan dcf5e72036 Fiddle with remoteAddress 2009-06-15 14:35:02 +02:00
Ryan 9bcbcc4a7f test default build too 2009-06-13 16:50:37 +02:00
Ryan 6697cd0725 small superficial clean-ups 2009-06-13 16:47:09 +02:00
Ryan f76c3dc3ca bump version 2009-06-13 14:13:42 +02:00
Ryan 916b9ca715 Add Request objects on the HTTP server can be interrupted. 2009-06-12 17:37:43 +02:00
Ryan 825d7a8be8 Remove unused HTTPConnection destructor 2009-06-12 17:30:37 +02:00