1184 Commits (c7f0341d887eb23552778a193748c64660a03a3b)

Author SHA1 Message Date
Ryan Dahl 879a9e0548 solaris -> sunos 14 years ago
Ryan Dahl 00a1d61cc8 Fix OS::GetExecutablePath for platform_none 14 years ago
Ryan Dahl 183f6c2077 Add .node_moudles to lookup path again 14 years ago
Ryan Dahl a375c6ae9a Revert node_module lookup commits 14 years ago
Ryan Dahl de6e88c428 Fix segfault on test-crypto 14 years ago
Ryan Dahl c7b24efd21 Move ev_loop out of javascript 14 years ago
Guillaume Tuton 07da49b095 Set FD_CLOEXEC flag on stdio FDs before spawning. 14 years ago
Ryan Dahl a3750a9833 Remove unnecessary ref/unref in iowatcher cb 14 years ago
Ben Noordhuis b4def4806c Make writes to process.env update the real environment. Tests included. 14 years ago
Ryan Dahl 41c1563584 Remove old buffer api 14 years ago
Ryan Dahl 9c2969253b Make sure watcher.set() isn't being called when active 14 years ago
Ryan Dahl 016fdab43e Fix argv[6] comment in node_file 14 years ago
Micheil Smith 98e7d3506f Rewrite libeio After callback to use req->result instead of req->errorno for error checking 14 years ago
Ryan Dahl ccdd979a69 Changes to compile on solaris 14 years ago
isaacs 4c514a723c Let exit listeners know the exit code 14 years ago
Jorge Chamorro Bieling fd70d30a9c make "node --eval" eval in the global scope. 14 years ago
Tim-Smart 79ecc8e9b7 Style changes. 14 years ago
Ryan Dahl 79944006e2 Move setTimeout and friends into timers module 14 years ago
Ryan Dahl dcc4fffe4d Add C++ API for constructing fast buffer from string 14 years ago
Paul Querna 6ea61acf29 remove old todo. 14 years ago
Paul Querna 1ce4684a27 Centralize error handling in SecureStream 14 years ago
Micheil Smith 8da020d39e Update node_net.cc to make us of node_constants.cc 14 years ago
Ryan Dahl bb85e7751f Now working on v0.3.1 14 years ago
Ryan Dahl 1582cfebd6 bump version to 0.3.0 14 years ago
Stéphan Kochen dd52737476 Provide a C++ Buffer constructor for external storage. 14 years ago
Stéphan Kochen b3e60c7b25 Generalize Buffer::Copy to work with all unsigned byte external data. 14 years ago
Stéphan Kochen d5e966154c Simplify things by using `*ArrayData` everywhere. 14 years ago
Stéphan Kochen d9b08d66d6 Remove old interface remains from Buffer. 14 years ago
Ryan Dahl b2969a9155 Don't call AtExit twice 14 years ago
Vitali Lovich fb8830a64f Fix parsing of linux memory 15 years ago
Jorge Chamorro Bieling 99e19aa398 Remove unneeded function wrappers 14 years ago
Ryan Dahl 2629296c25 Add isatty for isaacs 14 years ago
Ryan Dahl ceb5331a64 Force exit on SIGINT but still reset flags on stdio fds 14 years ago
Tom Hughes 78da9cb052 Add --max-stack-size flag. 14 years ago
isaacs 5e14c8bec0 Add ~/.node_modules as well as ~/.node_libraries 14 years ago
isaacs b0adaff67e require looks in node_modules folders 14 years ago
isaacs 492fc0d752 Split out modulePaths and defaultPaths 14 years ago
isaacs 226eff5104 Add require.resolve. 14 years ago
Jorge Chamorro Bieling c735b4663a unbase64 skips over *any* illegal chars 14 years ago
Ryan Dahl cf1db4f304 base64 decode should handle whitespace 14 years ago
Tom Hughes f61b110cf6 Add signal handlers so we clean up before exiting. 14 years ago
Ryan Dahl 0fcb3bd3a9 Add .js to native script's filename 14 years ago
Ryan Dahl c4636a578c Dynamically load native scripts 14 years ago
Micheil Smith 83db91be41 Removed deprecated alias to lib/fs.js 14 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 14 years ago
Rasmus Andersson 50443f08e0 environ symbol fix for Mac OS X 14 years ago
Ryan Dahl cdd1d675a7 Remove old tcp module 14 years ago
Ryan Dahl 9d248f690a Fix return in Buffer::New 14 years ago
Ryan Dahl 0cf03ab800 Add char* constructor for Buffer 14 years ago
Ryan Dahl bc695475b9 Add Stream base class with stream.pipe 14 years ago