1535 Commits (fea524e145d7bd8d3f76d6f0fd266187144cc08c)

Author SHA1 Message Date
Ryan d428eff023 Snakecase events . 16 years ago
Ryan c2bdc01870 Bad array index in AfterStat() 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 5ab93502d0 Fix issue in 5b7fb10 16 years ago
Ryan 7363ccd273 bugfix: Properly exit a process. 16 years ago
Ryan 0e67b34c27 Fix thread pool unref issue. 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 dce072a67e lint 16 years ago
Ryan 00d9b886c1 Remove unnecessary Detach 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
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
Ryan 83cb156b6f skelton of node.Process 16 years ago
Ryan 25d14bd001 Bug: Add HTTPConnection->size() and HTTPServer->size() 16 years ago
Ryan 7ec90dbfd0 Clean up debug code in net.cc 16 years ago
Ryan 2b557c467f Namespace trimming: remove node.constants 16 years ago
Ryan e30e4415ee Fixes for ipv6 16 years ago
Ryan 27b268b8c1 Clean ups 16 years ago
Ryan b3b6f8c02e Accept ports represented as strings 16 years ago
Urban Hafner ce85f84d15 Implementation of node.http.cat 16 years ago
Ryan d77f757745 Fix test-http-client-race bug 16 years ago
Ryan 193283bc38 Fix memleak: freeaddrinfo() after Server resolve address. 16 years ago
Ryan 225637a15c Resolve should default to IPv4 address. 16 years ago
Ryan 3b05cf260e Add "opening" readyState for the resolve period. 16 years ago
Ryan 7cce31d4e4 Add global print() function. 16 years ago
Ryan 870b5db46c Bugfix+Refactor: accessing HTTP connection remoteAddress 16 years ago
Ryan dcf5e72036 Fiddle with remoteAddress 16 years ago
Ryan 6697cd0725 small superficial clean-ups 16 years ago
Ryan 916b9ca715 Add Request objects on the HTTP server can be interrupted. 16 years ago
Ryan 825d7a8be8 Remove unused HTTPConnection destructor 16 years ago
Ryan 3a0de007aa onBodyComplete was not getting called in HTTP server 16 years ago