351 Commits (d428eff023046831bd40ca7b2e0ec9fb62c404fa)
 

Author SHA1 Message Date
Ryan d428eff023 Snakecase events . 16 years ago
Ryan c2bdc01870 Bad array index in AfterStat() 16 years ago
Ryan e763efdadf Upgrade v8 to 1.2.10 and libev to 3.6 16 years ago
Ryan e876d6629e Fix unused variable warnings. 16 years ago
Ryan 89320036a8 Timer::RepeatSetter wasn't getting the right value 16 years ago
Ryan 4787a41b84 Fix Process::MaybeShutdown's return type 16 years ago
Ryan c9cb41cf80 Wrong number of arguments being passed to emit in AfterOpen 16 years ago
Ryan 65324866bc Implement Promises for file i/o 16 years ago
Ryan 7cd09874c6 Add Promise class 16 years ago
Ryan ed926da691 Remove onEvent compatibility 16 years ago
Ryan 80bf451e6e Use EventEmitter for node.Process 16 years ago
Ryan 70fe920fb5 Use events for all HTTP messages. 16 years ago
Ryan 20c0e1fdfb events for http.Server 16 years ago
Ryan ed3d6a63d5 Further expand EventEmitter to TCP and HTTP 16 years ago
Ryan b4af3b9fb5 Timers on Events 16 years ago
Ryan 2ecd7ffe54 in the middle putting in event code. broken. 16 years ago
Ryan bd952ac61e Add some notes about extent of HTTP API 16 years ago
Ryan b77e603e04 add irc channel to website 16 years ago
Ryan 9615c93d2d Add make test-all 16 years ago
Ryan be963d68af add more detail to req.uri documentation 16 years ago
Ryan 5ab93502d0 Fix issue in 5b7fb10 16 years ago
Ryan 5b7fb1003c Add failing test. Process spawning loop. 16 years ago
Ryan fbe0be19eb bump version 16 years ago
Ryan bdad5e7333 test-process-kill: start process after onLoad 16 years ago
Ryan 7363ccd273 bugfix: Properly exit a process. 16 years ago
Ryan 0e67b34c27 Fix thread pool unref issue. 16 years ago
Ryan b9f3ae23cf Fix some typos in the docs 16 years ago
Ryan 0ff62b2ea0 Move oi_buf creation to node.cc 16 years ago
Ryan f56309deee Remove eio_warmup. Use ev_ref instead. 16 years ago
Ryan cc67d8efc7 Fix bug waf problem with HAVE_CLOCK_SYSCALL 16 years ago
Ryan 7703a4cacb Add scons to LICENSE 16 years ago
Ryan 3fed1a0954 Use v8's test runner 16 years ago
Ryan dce072a67e lint 16 years ago
Ryan 115c4942db Create tools directory 16 years ago
Ryan 00d9b886c1 Remove unnecessary Detach 16 years ago
Ryan f17b76afa4 Fix up docs. 16 years ago
Urban Hafner ea290e727d Finished remote module loading 16 years ago
Urban Hafner ad15067ea0 Tests and implementation of node.cat() 16 years ago
Urban Hafner c192a1b5df Update to use the new parseUri() 16 years ago
Urban Hafner 6550e8cfa0 Remove empty parts of the parsed URI. 16 years ago
Urban Hafner 3a44efea69 Merge branch 'master' of git://github.com/ry/node 16 years ago
Ryan da03a02a98 Add documentation for node.Process 16 years ago
Ryan c5b5815ae7 fix error in test-process-simple 16 years ago
Ryan 145072e736 Add test-process-kill.js 16 years ago
Ryan e71b089cd7 Add test-process-simple.js 16 years ago
Ryan 0f76d3e6d8 define signal constants 16 years ago
Ryan e39923a3d7 Add process.kill(sig = SIGTERM) 16 years ago
Ryan 2fd4958698 Add pid accessor 16 years ago
Ryan a78ea510a2 Add onExit callback 16 years ago
Ryan 03c5772ce4 Get stdin/stdout working. Add process->Close(). 16 years ago