Commit Graph

  • b3b3cfe007 Move memoryUsage() into C on Linux Ryan Dahl 2009-11-03 13:00:42 +0100
  • 3a70129a9c Add sys.memoryUsage() Ryan Dahl 2009-11-03 01:30:01 +0100
  • f481183140 Add process.platform Ryan Dahl 2009-11-03 00:21:00 +0100
  • f97d339ce7 Add requires to google example in docs. Ryan Dahl 2009-11-02 22:55:39 +0100
  • 43d651daef The return of relative module loading Felix Geisendörfer 2009-11-02 21:21:02 +0100
  • 7069bee982 The return of absolute Module loading Felix Geisendörfer 2009-11-02 00:34:16 +0100
  • 2e40a9e15f Add mediacoder's logo to website Ryan Dahl 2009-11-02 12:28:08 +0100
  • 8fd472b9a1 The return of remote module loading Felix Geisendörfer 2009-11-01 15:34:46 +0100
  • 9bd2717e74 require.paths aliased as process.path Ryan Dahl 2009-11-01 09:27:21 +0100
  • cf652b82a3 Update webpage with new module api Ryan Dahl 2009-10-31 20:26:03 +0100
  • d582599c14 Upgrade benchmark scripts for new module API Ryan Dahl 2009-10-31 20:06:46 +0100
  • f230e45183 Update deprecation errors. Ryan Dahl 2009-10-31 19:56:27 +0100
  • 9a7321ebb0 Don't call process.exit() on missing module. Ryan Dahl 2009-10-31 19:53:07 +0100
  • f683867b98 module.name renamed to module.id for commonjs compat Ryan Dahl 2009-10-31 19:47:41 +0100
  • f5c95c388c Fix search-replace errors in api.txt Ryan Dahl 2009-10-31 19:14:24 +0100
  • 7a2e784ad7 Module refactor - almost CommonJS compatible now Ryan Dahl 2009-10-31 19:02:30 +0100
  • 36f3bc33a3 forgot to add lib/dns.js in c53672 Ryan Dahl 2009-10-31 12:19:23 +0100
  • 57890465bd A few more node->process changes Ryan Dahl 2009-10-29 23:59:35 +0100
  • ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL Ryan Dahl 2009-10-29 23:34:10 +0100
  • 6959a1d6d1 Upgrade v8 to 1.3.18 Ryan Dahl 2009-10-29 16:11:05 +0100
  • 659954d842 The return of Promise.cancel() with some additional tests & docs Felix Geisendörfer 2009-10-29 11:19:47 +0100
  • 7b2fdc098b Clean up posix module docs Ryan Dahl 2009-10-29 11:17:26 +0100
  • c536728335 Move node.dns.* into /dns.js Ryan Dahl 2009-10-28 23:02:52 +0100
  • 3d8b14e6f7 node.fs.* moved into "/posix.js" Ryan Dahl 2009-10-28 22:45:40 +0100
  • ae7c9909be fix error from v8 upgrade Ryan Dahl 2009-10-28 21:35:49 +0100
  • 50f45d14b4 Upgrade v8 to 1.3.17 Ryan Dahl 2009-10-28 19:25:22 +0100
  • 3558952899 DRY up the open, write, read, and close methods on the File prototype. Tim Caswell 2009-10-28 11:49:22 -0500
  • eca2de73ed bump version v0.1.15 Ryan Dahl 2009-10-28 16:36:44 +0100
  • 910c627fc6 Revert "Change HTTP back to a 1.1 client." Ryan Dahl 2009-10-28 15:37:58 +0100
  • efe34f5023 Only allow a promise to fire once, remove promise.cancel() Ryan Dahl 2009-10-16 14:55:30 +0200
  • fc937aa3e5 Use full path to link to libv8.a and libudns.a Ryan Dahl 2009-10-27 22:50:46 +0100
  • 122e74b49b Link to objects instead of shlibs for evcom, http_parser, coupling Ryan Dahl 2009-10-27 22:26:53 +0100
  • 5f466c8762 fix make install (was broken from node_ prefix change) Ryan Dahl 2009-10-27 20:17:03 +0100
  • c779647600 Link libev and libeio as a normal .o instead of as .a Ryan Dahl 2009-10-27 18:50:41 +0100
  • 132d685796 Add symlinks in root directory to executables after build. Ryan Dahl 2009-10-27 18:11:07 +0100
  • 2b743aa5bb Enable large file support. Ryan Dahl 2009-10-27 12:05:38 +0100
  • a5df0f6a65 Prefix all source files with node_ Ryan Dahl 2009-10-27 11:46:58 +0100
  • 2bac299aed Remove unused macro Ryan Dahl 2009-10-27 11:08:50 +0100
  • 9a70abbf13 Change HTTP back to a 1.1 client. Ryan Dahl 2009-10-26 23:07:37 +0100
  • 7d9d881e22 Correctly guess x64 architecture Ryan Dahl 2009-10-26 22:27:52 +0100
  • 04e53cab90 Rename node.libraryPaths to require.paths Ryan Dahl 2009-10-25 22:51:10 +0100
  • 4bcb01c8bf Add work-around for configure --debug with Python 2.4.3 Ryan Dahl 2009-10-16 22:53:44 +0200
  • cfe5876350 Add v8 patch to fix mac x64 build. Ryan Dahl 2009-10-16 17:59:54 +0200
  • 8e6d978bba Upgrade v8 to 1.3.16 Ryan Dahl 2009-10-16 14:05:12 +0200
  • 5f82c4baf0 Improve webpage Ryan Dahl 2009-10-16 13:46:16 +0200
  • b893859c34 Upgrade http parser, change node as needed. Ryan Dahl 2009-10-15 19:18:18 +0200
  • 3456a16f71 Accept string representations of signals in node.kill and child.kill Ryan Dahl 2009-10-15 15:45:04 +0200
  • 334d56d2be Added external interface for signal handlers. Brandon Beacher 2009-10-14 17:56:12 -0400
  • 0283e68129 Upgrade http_parser, allows quotes in URI Ryan Dahl 2009-10-14 19:28:51 +0200
  • 2dbd0d3806 Add node.fs.sendfile() Connor Dunn 2009-10-14 18:50:51 +0200
  • a1e5089d9b Add connection.fd getter. Ryan Dahl 2009-10-14 17:07:50 +0200
  • d2f5094096 Fix the link to the new Contribute section Tim Caswell 2009-10-13 13:08:53 -0500
  • fd189c8a73 New section about contributing for the homepage Felix Geisendörfer 2009-10-13 19:45:13 +0200
  • 2b9a9f9140 Clean up many of the reccommendations from jslint in the file.js library Timothy Caswell 2009-09-22 10:48:29 -0500
  • 8bf9a42c70 Cleanup node.fs.cat to follow the newer style to match the code of file.writeFile Timothy Caswell 2009-09-22 10:58:14 -0500
  • 2b8ab7e24f utils.js links to sys.js instead of other way around Ryan Dahl 2009-10-13 13:26:00 +0200
  • 0329468e73 Fix for confusing deprecation message Felix Geisendörfer 2009-10-12 22:13:58 +0200
  • 12c2ea05ca Bugfix: 'data' event for stdio should emit a string Ryan Dahl 2009-10-12 21:09:18 +0200
  • f09d0cd93c Documentation for Promise.timeout() and Promise.cancel() Felix Geisendörfer 2009-10-12 17:03:16 +0200
  • d949074014 Add some code comments to net.cc Ryan Dahl 2009-10-12 16:46:18 +0200
  • 0dbf2d7792 Implemented Promise.timeout() and Promise.cancel() Felix Geisendörfer 2009-10-12 16:09:15 +0200
  • e7d0dcee10 Use bundle flags for osx in node-waf Ryan Dahl 2009-10-12 16:01:22 +0200
  • 8b62e8616b Fix tabs in changelog Ryan Dahl 2009-10-10 11:58:36 +0200
  • d79b6e9f7f bump version v0.1.14 Ryan Dahl 2009-10-09 18:10:59 +0200
  • e7096fd769 ACTUALLY remove node_version.h from node.h Ryan Dahl 2009-10-09 17:49:29 +0200
  • 0ae02c9f04 Internalize node_version.h. Ryan Dahl 2009-10-09 17:47:04 +0200
  • 388145546d Add comments to node.cc Ryan Dahl 2009-10-09 17:15:47 +0200
  • 962e9291f7 'git-describe' to 'git describe' Ryan Dahl 2009-10-09 16:16:27 +0200
  • d979ac9c7f Put git revision into version string Ryan Dahl 2009-10-09 15:00:12 +0200
  • 78d06eec06 Clean up README. Ryan Dahl 2009-10-09 14:53:53 +0200
  • 2060e32ec9 Kill -Werror in V8 for GCC 4.4.1 users. Ryan Dahl 2009-10-09 14:21:41 +0200
  • 335d9af71f Update docs to use sys.js and not so much mixin(). Ryan Dahl 2009-10-09 14:18:10 +0200
  • 349200bd1c symlink sys.js to utils.js Ryan Dahl 2009-10-09 14:09:42 +0200
  • 6325878d43 Raise helpful error when include() is called. Ryan Dahl 2009-10-09 13:30:27 +0200
  • e742d077e0 Enable debugging. Ryan Dahl 2009-10-09 13:25:04 +0200
  • 59b7a1bf26 More updates to wscripts v8 building. Ryan Dahl 2009-10-09 12:49:48 +0200
  • d85724d741 Fix wscript for python 2.4 Ryan Dahl 2009-10-09 00:34:39 +0200
  • 53ebe75930 Improve build for V8 Ryan Dahl 2009-10-08 23:20:14 +0200
  • e46a832ded Use /bin/sh from exec() Ryan Dahl 2009-10-08 01:30:26 +0200
  • 6219f2a2be Removed getHeader() function thanks to f623f Felix Geisendörfer 2009-10-07 17:21:39 +0200
  • f623fd7658 Normalize HTTP headers. Ryan Dahl 2009-10-07 16:56:19 +0200
  • d03b67669c Upgrade v8 to 1.3.15 Ryan Dahl 2009-10-07 16:02:34 +0200
  • b404996cf3 Fix --v8-options command line argument. Ryan Dahl 2009-10-07 16:01:03 +0200
  • b76d853f0d Fix test-signal-handler.js on macintosh - pause before exit. Ryan Dahl 2009-10-07 15:39:39 +0200
  • be2ca1ec80 Fix build. Ryan Dahl 2009-10-07 12:56:55 +0200
  • e982349b16 Fix 'make distclean' Ryan Dahl 2009-10-07 12:43:21 +0200
  • 1f31a7dbfe Upgrade v8 to 1.3.14 Ryan Dahl 2009-10-07 11:53:03 +0200
  • 1a2762b78e Update benchmarks with new createChildProcess API Ryan Dahl 2009-10-07 10:24:50 +0200
  • abbc624f52 Multipart test now uses a fixture instead of CURL Felix Geisendörfer 2009-10-06 21:38:35 +0200
  • 3fd1cba073 Fixed bad indention in multipart.js Felix Geisendörfer 2009-10-06 20:53:05 +0200
  • 1817d4b062 ev_unref() the signal handlers. Ryan Dahl 2009-10-07 01:35:21 +0200
  • f068251494 Added signal handler. Brandon Beacher 2009-10-05 20:56:33 -0400
  • 82465fc4b1 Do not use /bin/sh to create child processes. Ryan Dahl 2009-10-07 01:04:27 +0200
  • 39c61367a7 Only arguments before -- should be passed to V8. Ryan Dahl 2009-10-06 16:28:52 +0200
  • 2b994d9e37 Also accept 'utf-8' to specify utf8 encodings. Ryan Dahl 2009-10-06 10:45:18 +0200
  • ae6a172308 Simplify 'make distclean' by just doing 'rm -rf build' Ryan Dahl 2009-10-06 00:43:56 +0200
  • d67288b643 Add __module to reference current node.Module object. Ryan Dahl 2009-10-05 21:01:30 +0200
  • 78f8b6771c Add require.async(). Ryan Dahl 2009-10-05 20:35:48 +0200
  • d703813c27 Remove target argument from node.Module#newChild. Ryan Dahl 2009-10-05 20:35:05 +0200
  • a0c464638c Remove old references to node.loadingModules Ryan Dahl 2009-10-05 20:29:59 +0200