1212 Commits (b29f78772ec183b4e4aee0f67f95c599a7d8060b)
 

Author SHA1 Message Date
Zoka b29f78772e Eliminate debug(x) statements from src/node.js and lib/*.js for release build 15 years ago
Herbert Vojcik 9e8afe9133 DRY loading native module 15 years ago
Carson McDonald e5cbe73a82 Better EventEmitter modify-in-emit 15 years ago
Scott Taylor 39f0ef9d4a Remove duplicate shebang filtering 15 years ago
Tim-Smart df8164c1c3 node.cc: EvalCX: Third argument as filename 15 years ago
Ryan Dahl 2d7e86ef58 Upgrade V8 to 2.1.5 15 years ago
pyrotechnick 8aaffe71ee Fixing a typo in the fs.readFile example. 15 years ago
Krishna Rajendran 84277ea845 Check for callback argument in PTR lookup 15 years ago
isaacs 31ed37fdf0 evalcx shouldn't be too fancy 15 years ago
Ryan Dahl 217e4b40d4 Check for callback argument in DNS functions 15 years ago
Krishna Rajendran 3c97a4391a Update test-dns.js to work with latest api 15 years ago
Krishna Rajendran 3847add943 Fix calls to dns bindings in dns.js 15 years ago
isaacs 943b2c61a8 Make evalcx work like it's supposed to. 15 years ago
Ryan Dahl 5d5c8cf04a Fix StatWatcher typo 15 years ago
Ryan Dahl 6befc72f82 Add missing lib/events.js 15 years ago
Ryan Dahl c90546f138 Move native js files into binding object 15 years ago
Ryan Dahl 8492c52e15 Use uniform watcher names 15 years ago
Ryan Dahl 627fb5adbb Load c++ modules on demand 15 years ago
Ryan Dahl 3994340a45 Fix gcc warnings in node.cc 15 years ago
Ryan Dahl 5c712a7da5 Lazy load fs.readFile 15 years ago
Ryan Dahl 1256df76bc remove whitespace 15 years ago
Ryan Dahl d96c52694a Upgrade V8 to 2.1.4 15 years ago
Ryan Dahl a6f904cab7 Tests should use compiled-in modules not build-dir modules 15 years ago
Ryan Dahl 1395cba6ce Remove require.paths from process object 15 years ago
Ryan Dahl 4ccdc501d4 Include lib/ directory in node executable. Compile on demand. 15 years ago
Krishna Rajendran 0d5a1fed33 Use gai_strerror when tcp.Server fails to resolve its address or service. 15 years ago
Jed Schmidt 004faf3846 Added check to make sure writeHead() is called before write(), to prevent silent failure. 15 years ago
Herbert Vojčík 49d30c6478 Only Ref in idle watcher when wasn't already active. 15 years ago
Ryan Dahl 7be0d06238 FreeBsd->Solaris on homepage 15 years ago
Scott González d2ec5c23cf Fixed typo in comment for require.registerExtension(). 15 years ago
Ryan Dahl ffeb4722d4 small wscript error 15 years ago
Ryan Dahl 61c8014135 bump version 15 years ago
Ryan Dahl d7efb0fdb2 Factor out TryCatch in ReallyEmit 15 years ago
Ryan Dahl 2c7cbbc1b0 Optimize event emitter for single listener 15 years ago
Ryan Dahl c1613e6ebb Deprecate process.mixin 15 years ago
Tim-Smart ae10a48383 Initial implementation of process.evalcx 15 years ago
Ryan Dahl 6ec2f877c2 Depreciation -> Deprecation 15 years ago
Vanilla Hsu b13081691e use getpagesize() to get PAGE_SIZE on FreeBSD. 15 years ago
Vanilla Hsu 116dfb8740 1: sync wscript with libeio.m4 2: try to enable macosx's sendfile. 15 years ago
Ryan Dahl c96b7e5ca0 Missing EOL semicolons 15 years ago
Ryan Dahl dd857f9fdf .addon -> .node 15 years ago
Tim-Smart 0c17067d87 Add require.registerExtension 15 years ago
Ryan Dahl 6bd11f147a Fix undefined reference in fs.js 15 years ago
Ryan Dahl ff2457754c Upgrade libeio 15 years ago
Jérémy Lal c93bab141c Add --system option to configure, so make uses V8, EV, UDNS system libraries and headers. 15 years ago
Ryan Dahl 6d9227b79a Make relative ref to sys in fs module. 15 years ago
Ryan Dahl 358b7516c7 Adjust process.compile documentation 15 years ago
isaacs 976983960d More ini parser features. 15 years ago
Ryan Dahl 70b2a44579 Remove -Werror from V8 15 years ago
Ryan Dahl 073947c150 Upgrade V8 to 2.1.3 15 years ago