995 Commits (1b42276851c9d91709073e1ae3e9ce2710fc3127)
 

Author SHA1 Message Date
Ryan Dahl 2e40a9e15f Add mediacoder's logo to website 15 years ago
Felix Geisendörfer 8fd472b9a1 The return of remote module loading 15 years ago
Ryan Dahl 9bd2717e74 require.paths aliased as process.path 15 years ago
Ryan Dahl cf652b82a3 Update webpage with new module api 15 years ago
Ryan Dahl d582599c14 Upgrade benchmark scripts for new module API 15 years ago
Ryan Dahl f230e45183 Update deprecation errors. 15 years ago
Ryan Dahl 9a7321ebb0 Don't call process.exit() on missing module. 15 years ago
Ryan Dahl f683867b98 module.name renamed to module.id for commonjs compat 15 years ago
Ryan Dahl f5c95c388c Fix search-replace errors in api.txt 15 years ago
Ryan Dahl 7a2e784ad7 Module refactor - almost CommonJS compatible now 15 years ago
Ryan Dahl 36f3bc33a3 forgot to add lib/dns.js in c53672 15 years ago
Ryan Dahl 57890465bd A few more node->process changes 15 years ago
Ryan Dahl ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL 15 years ago
Ryan Dahl 6959a1d6d1 Upgrade v8 to 1.3.18 15 years ago
Felix Geisendörfer 659954d842 The return of Promise.cancel() with some additional tests & docs 15 years ago
Ryan Dahl 7b2fdc098b Clean up posix module docs 15 years ago
Ryan Dahl c536728335 Move node.dns.* into /dns.js 15 years ago
Ryan Dahl 3d8b14e6f7 node.fs.* moved into "/posix.js" 15 years ago
Ryan Dahl ae7c9909be fix error from v8 upgrade 15 years ago
Ryan Dahl 50f45d14b4 Upgrade v8 to 1.3.17 15 years ago
Tim Caswell 3558952899 DRY up the open, write, read, and close methods on the File prototype. 15 years ago
Ryan Dahl eca2de73ed bump version 15 years ago
Ryan Dahl 910c627fc6 Revert "Change HTTP back to a 1.1 client." 15 years ago
Ryan Dahl efe34f5023 Only allow a promise to fire once, remove promise.cancel() 15 years ago
Ryan Dahl fc937aa3e5 Use full path to link to libv8.a and libudns.a 15 years ago
Ryan Dahl 122e74b49b Link to objects instead of shlibs for evcom, http_parser, coupling 15 years ago
Ryan Dahl 5f466c8762 fix make install (was broken from node_ prefix change) 15 years ago
Ryan Dahl c779647600 Link libev and libeio as a normal .o instead of as .a 15 years ago
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