767 Commits (cff1df1f9ba2117dfcdcc4ab6cee8854da569761)
 

Author SHA1 Message Date
Ryan Dahl 132d685796 Add symlinks in root directory to executables after build. 15 years ago
Ryan Dahl 2b743aa5bb Enable large file support. 15 years ago
Ryan Dahl a5df0f6a65 Prefix all source files with node_ 15 years ago
Ryan Dahl 2bac299aed Remove unused macro 15 years ago
Ryan Dahl 9a70abbf13 Change HTTP back to a 1.1 client. 15 years ago
Ryan Dahl 7d9d881e22 Correctly guess x64 architecture 15 years ago
Ryan Dahl 04e53cab90 Rename node.libraryPaths to require.paths 15 years ago
Ryan Dahl 4bcb01c8bf Add work-around for configure --debug with Python 2.4.3 15 years ago
Ryan Dahl cfe5876350 Add v8 patch to fix mac x64 build. 15 years ago
Ryan Dahl 8e6d978bba Upgrade v8 to 1.3.16 15 years ago
Ryan Dahl 5f82c4baf0 Improve webpage 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
Ryan Dahl 0283e68129 Upgrade http_parser, allows quotes in URI 15 years ago
Connor Dunn 2dbd0d3806 Add node.fs.sendfile() 15 years ago
Ryan Dahl a1e5089d9b Add connection.fd getter. 15 years ago
Tim Caswell d2f5094096 Fix the link to the new Contribute section 15 years ago
Felix Geisendörfer fd189c8a73 New section about contributing for the homepage 15 years ago
Timothy Caswell 2b9a9f9140 Clean up many of the reccommendations from jslint in the file.js library 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
Felix Geisendörfer f09d0cd93c Documentation for Promise.timeout() and Promise.cancel() 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 e7d0dcee10 Use bundle flags for osx in node-waf 15 years ago
Ryan Dahl 8b62e8616b Fix tabs in changelog 15 years ago
Ryan Dahl d79b6e9f7f bump version 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 962e9291f7 'git-describe' to 'git describe' 15 years ago
Ryan Dahl d979ac9c7f Put git revision into version string 15 years ago
Ryan Dahl 78d06eec06 Clean up README. 15 years ago
Ryan Dahl 2060e32ec9 Kill -Werror in V8 for GCC 4.4.1 users. 15 years ago
Ryan Dahl 335d9af71f Update docs to use sys.js and not so much mixin(). 15 years ago
Ryan Dahl 349200bd1c symlink sys.js to utils.js 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 59b7a1bf26 More updates to wscripts v8 building. 15 years ago
Ryan Dahl d85724d741 Fix wscript for python 2.4 15 years ago
Ryan Dahl 53ebe75930 Improve build for V8 15 years ago
Ryan Dahl e46a832ded Use /bin/sh from exec() 15 years ago
Felix Geisendörfer 6219f2a2be Removed getHeader() function thanks to f623f 15 years ago
Ryan Dahl f623fd7658 Normalize HTTP headers. 15 years ago
Ryan Dahl d03b67669c Upgrade v8 to 1.3.15 15 years ago
Ryan Dahl b404996cf3 Fix --v8-options command line argument. 15 years ago
Ryan Dahl b76d853f0d Fix test-signal-handler.js on macintosh - pause before exit. 15 years ago