1297 Commits (36ef5643c3a3dc1a43e80ede442d4d1cd29b6a68)

Author SHA1 Message Date
Bert Belder f9fea12555 Fix windows build 14 years ago
Ryan Dahl 068b733583 Land Cantrill's DTrace patch 14 years ago
Felix Geisendörfer 91cc2d8c4b Restructure src/node.js startup code 14 years ago
Ryan Dahl cc5e9130bb fs.open should set FD_CLOEXEC 14 years ago
Ryan Dahl 9e976abad9 lint 14 years ago
Bert Belder f263b29141 Windows: better net support 14 years ago
Bert Belder 25d0e38048 Workaround for libev handle caching bug on windows 14 years ago
Felix Geisendörfer 5a49f96505 Move commonjs module system into lib/module.js 14 years ago
Ryan Dahl 7892918353 Now working on v0.3.7 14 years ago
Ryan Dahl bb3e71466e Bump version to v0.3.6 14 years ago
Ryan Dahl 0866ecaf3f ... 14 years ago
Bert Belder a763a4f4d9 Fix memory corruption bug on Windows 14 years ago
Bert Belder 8ca0b9a3c5 Fix ev_async misuse in node_child_process_win32.cc 14 years ago
Bert Belder e6e6e87463 Windows: fix window size getter bug 14 years ago
Bert Belder 0b5bf70bff Use tty.ReadStream and tty.WriteStream for stdio when appropriate 14 years ago
Bert Belder 4fddca09f1 New stdio functions to aid new readline interface 14 years ago
Bert Belder b0eed65584 Windows: watcher for tty events 14 years ago
Ryan Dahl 4f8dd28f7e wscript chooses win32 source files, not cpp 14 years ago
Bert Belder 6ad629895d Make child_process.kill always work on windows 14 years ago
Bert Belder bb3bf091d4 Fix several child process bugs on windows 14 years ago
Bert Belder 5087c62f18 Fix detection of socket errors 14 years ago
Bert Belder 2ce0961de1 Improve error reporting on windows 14 years ago
Bert Belder 0eb4c2157d Define winsock error numbers 14 years ago
Bert Belder c99962e4cd Misc. cleanups 14 years ago
Bert Belder e0f47be9d0 Clean up the way windows headers are included 14 years ago
Bert Belder 43d75952ff Windows: get rid of most NO_IMPL related macros 14 years ago
Bert Belder dc99aa0c8c Windows: implement missing stdio methods 14 years ago
Ryan Dahl 082a4b6033 Now working on v0.3.6 14 years ago
Ryan Dahl b622bc6305 Bump version to v0.3.5 14 years ago
Felix Geisendörfer 0263f01475 Fix test-require-cache-without-stat.js 14 years ago
Felix Geisendörfer f39fdf2610 Isolate native module system again 14 years ago
Ryan Dahl d9087c10ad style 14 years ago
Ryan Dahl 9bcfc0745c Revert "Implement os.isWindows" 14 years ago
Ryan Dahl 496be457b6 Allow third party hooks before main module load 14 years ago
Ryan Dahl 4fa712c48f debugger: error out without script 14 years ago
Felix Geisendörfer f5fbb707b2 Fix NODE_PATH, was broken after cleanup 14 years ago
Felix Geisendörfer f61277ecb0 Always init module paths 14 years ago
Felix Geisendörfer 2e5dfafcb0 Cleanup node module system code 14 years ago
isaacs 435ece5058 child_process: Support setting uid/gid by name 14 years ago
isaacs 6f5d95de6d child_process: Add gid/uid flags to spawn config 14 years ago
Ryan Dahl b9cfd9527a getWindowSize/setWindowSize 14 years ago
Ryan Dahl 63bd237892 typo setuid -> setsid 14 years ago
Ryan Dahl 202dd8387f Add setsid option to child_process 14 years ago
Ryan Dahl 5342e3e925 expose module wrapper to native modules 14 years ago
Ryan Dahl 318b1a0a03 Now working on v0.3.5-pre 14 years ago
Ryan Dahl 73f53e12e4 Bump version to v0.3.4 14 years ago
Mihai Călin Bazon 0853730c35 realpath files during module load 14 years ago
Ryan Dahl 5a05992155 Lint 14 years ago
Bert Belder 1ac133ea6f Replace string magic + path.join by path.resolve 14 years ago
isaacs 48334dc0b1 Fix regression introduced in fe804d9b 14 years ago