815 Commits (cbbf9e43d1770047e98fe65d5f710815f432a5b4)

Author SHA1 Message Date
Ryan Dahl 2bac299aed Remove unused macro 15 years ago
Ryan Dahl 04e53cab90 Rename node.libraryPaths to require.paths 15 years ago
Ryan Dahl cfe5876350 Add v8 patch to fix mac x64 build. 15 years ago
Ryan Dahl b893859c34 Upgrade http parser, change node as needed. 15 years ago
Ryan Dahl 3456a16f71 Accept string representations of signals in node.kill and child.kill 15 years ago
Brandon Beacher 334d56d2be Added external interface for signal handlers. 15 years ago
Connor Dunn 2dbd0d3806 Add node.fs.sendfile() 15 years ago
Ryan Dahl a1e5089d9b Add connection.fd getter. 15 years ago
Timothy Caswell 8bf9a42c70 Cleanup node.fs.cat to follow the newer style to match the code of file.writeFile 15 years ago
Ryan Dahl 2b8ab7e24f utils.js links to sys.js instead of other way around 15 years ago
Felix Geisendörfer 0329468e73 Fix for confusing deprecation message 15 years ago
Ryan Dahl 12c2ea05ca Bugfix: 'data' event for stdio should emit a string 15 years ago
Ryan Dahl d949074014 Add some code comments to net.cc 15 years ago
Felix Geisendörfer 0dbf2d7792 Implemented Promise.timeout() and Promise.cancel() 15 years ago
Ryan Dahl e7096fd769 ACTUALLY remove node_version.h from node.h 15 years ago
Ryan Dahl 0ae02c9f04 Internalize node_version.h. 15 years ago
Ryan Dahl 388145546d Add comments to node.cc 15 years ago
Ryan Dahl 6325878d43 Raise helpful error when include() is called. 15 years ago
Ryan Dahl e742d077e0 Enable debugging. 15 years ago
Ryan Dahl 53ebe75930 Improve build for V8 15 years ago
Ryan Dahl f623fd7658 Normalize HTTP headers. 15 years ago
Ryan Dahl b404996cf3 Fix --v8-options command line argument. 15 years ago
Ryan Dahl 1f31a7dbfe Upgrade v8 to 1.3.14 15 years ago
Ryan Dahl 1817d4b062 ev_unref() the signal handlers. 15 years ago
Brandon Beacher f068251494 Added signal handler. 15 years ago
Ryan Dahl 82465fc4b1 Do not use /bin/sh to create child processes. 15 years ago
Ryan Dahl 39c61367a7 Only arguments before -- should be passed to V8. 15 years ago
Ryan Dahl 2b994d9e37 Also accept 'utf-8' to specify utf8 encodings. 15 years ago
Ryan Dahl d67288b643 Add __module to reference current node.Module object. 15 years ago
Ryan Dahl 78f8b6771c Add require.async(). 15 years ago
Ryan Dahl d703813c27 Remove target argument from node.Module#newChild. 15 years ago
Ryan Dahl a0c464638c Remove old references to node.loadingModules 15 years ago
Ryan Dahl 8185e1fd25 Remove include() add node.mixin() 15 years ago
Ryan Dahl bac16bd8ac Remove node.pc 15 years ago
Ryan Dahl e2b7902469 Don't use parseUri for HTTP server 15 years ago
Ryan Dahl 6f17ca51c3 Install wafadmin into $PREFIX/lib/node/wafadmin 15 years ago
Ryan Dahl 602f9dbf3f SetClassName on internal classes. 15 years ago
Ryan Dahl b66c5c9808 Replace DEFINE_SIMPLE_CALLBACK macros with explicit functions 15 years ago
Ryan Dahl a8c0211e73 Bugfix: require() and include() should work in callbacks. 15 years ago
Ryan Dahl cda659a8c8 Camel-case all http events 15 years ago
Ryan Dahl b7526eb324 Add warning when coroutine stack size grows too large. 15 years ago
Ryan Dahl 835554c92b Error message on bad module load. 15 years ago
Ryan Dahl 23c7f472d0 API: Move node.exit() to process.exit(). 15 years ago
Ryan Dahl 459d644a5a Don't delete timer object on clearTimeout. 15 years ago
Ryan Dahl 095470854b Move tcp library to /tcp.js 15 years ago
Ryan Dahl f6657c3c9d Move http library to /http.js 15 years ago
Ryan Dahl 7abad8b7b3 API: Move node.puts(), node.exec() and others to /utils.js 15 years ago
Ryan Dahl 4f69871c17 Add node.inspect() and deprecate p(). 15 years ago
Ryan Dahl 45ea62a0f6 Changes to compile on Andrew Miller's very old machine 15 years ago
Ryan Dahl 55a2e8271e Decrease default TCP backlog to 128 15 years ago