Commit Graph

  • 3e9dd0e2e3 Remove include() from website. Ryan Dahl 2009-10-05 19:15:38 +0200
  • 8185e1fd25 Remove include() add node.mixin() Ryan Dahl 2009-10-05 15:46:31 +0200
  • 522909bcbf Parse queryString into req.uri.params Ryan Dahl 2009-10-05 14:51:41 +0200
  • 4c51af882d Fix typo Ryan Dahl 2009-10-05 13:16:56 +0200
  • bac16bd8ac Remove node.pc Ryan Dahl 2009-10-05 13:04:21 +0200
  • e2b7902469 Don't use parseUri for HTTP server Ryan Dahl 2009-10-04 12:17:50 +0200
  • 7b8842b619 Modify node_addon configure api Ryan Dahl 2009-10-04 11:50:53 +0200
  • 5c9fe1fce1 Update addon documentation Ryan Dahl 2009-10-04 11:14:39 +0200
  • 39e6d959d7 Add node-waf to help with building addons. Ryan Dahl 2009-10-04 10:33:39 +0200
  • 13793aed20 Add Makefiles which were forgotten. Ryan Dahl 2009-10-03 22:43:54 +0200
  • bf0d278a45 Improve "make dist" remove generated doc from repo. Ryan Dahl 2009-10-03 22:42:03 +0200
  • 861f28f37a Don't unnecessarily output the makefile from the configure script. Ryan Dahl 2009-10-03 21:46:59 +0200
  • 6f17ca51c3 Install wafadmin into $PREFIX/lib/node/wafadmin Ryan Dahl 2009-10-03 19:08:05 +0200
  • eeaa267cbe Documentation for Multipart parser Felix Geisendörfer 2009-10-03 16:40:06 +0200
  • 602f9dbf3f SetClassName on internal classes. Ryan Dahl 2009-10-03 15:08:03 +0200
  • b66c5c9808 Replace DEFINE_SIMPLE_CALLBACK macros with explicit functions Ryan Dahl 2009-10-03 14:45:35 +0200
  • 84d2966377 Use waf-light instead of waf Ryan Dahl 2009-10-02 17:05:42 +0200
  • 763137e705 chat.tinyclouds.org -> chat.nodejs.org Ryan Dahl 2009-10-02 16:24:49 +0200
  • bc9b343fd3 Add note about symbol visibility in V8 to wscript Ryan Dahl 2009-10-02 14:10:40 +0200
  • 9c9d67eb6c bump version v0.1.13 Ryan Dahl 2009-09-30 23:21:25 +0200
  • 7b337096c9 Add a third argument to http.cat to specify req headers. Ryan Dahl 2009-09-30 11:54:14 +0200
  • 45f5402446 Pass the Host header in http.cat calls, if it was specified in the URL passed to http.cat. isaacs 2009-09-29 16:38:07 -0700
  • a8c0211e73 Bugfix: require() and include() should work in callbacks. Ryan Dahl 2009-09-29 19:28:54 +0200
  • 1ae69a68a4 Clean up some text in documentation. Ryan Dahl 2009-09-29 18:06:36 +0200
  • cda659a8c8 Camel-case all http events Ryan Dahl 2009-09-29 18:06:14 +0200
  • 18da8ffaee Copy Python's shutil.copytree into wscript. Ryan Dahl 2009-09-28 22:39:00 +0200
  • 4ba5b7e24b Add doc for node.compile() Ryan Dahl 2009-09-28 22:16:43 +0200
  • e972add0ea Update module loading docs Ryan Dahl 2009-09-28 19:44:40 +0200
  • b7526eb324 Add warning when coroutine stack size grows too large. Ryan Dahl 2009-09-28 18:10:25 +0200
  • 9f07a690c6 docs: Reference node.libraryPaths in helpers section. Ryan Dahl 2009-09-28 18:03:43 +0200
  • 27738d8e60 Clean up some things in the repl, add docs. Ryan Dahl 2009-09-28 17:37:34 +0200
  • 835554c92b Error message on bad module load. Ryan Dahl 2009-09-28 17:12:28 +0200
  • 23c7f472d0 API: Move node.exit() to process.exit(). Ryan Dahl 2009-09-28 16:50:19 +0200
  • c27d9f986a include utils in the repl. Ryan Dahl 2009-09-28 16:50:03 +0200
  • 459d644a5a Don't delete timer object on clearTimeout. Ryan Dahl 2009-09-28 16:13:33 +0200
  • 095470854b Move tcp library to /tcp.js Ryan Dahl 2009-09-28 16:08:09 +0200
  • 0955b0c8de Add forgotten file lib/utils.js Ryan Dahl 2009-09-28 17:44:52 +0200
  • 83c9e64889 http.js license reference Ryan Dahl 2009-09-28 18:47:45 +0200
  • f6657c3c9d Move http library to /http.js Ryan Dahl 2009-09-28 12:36:36 +0200
  • 7abad8b7b3 API: Move node.puts(), node.exec() and others to /utils.js Ryan Dahl 2009-09-28 12:06:30 +0200
  • c35dfdfd5e Remove api.xml from gitignore Ryan Dahl 2009-09-28 11:46:09 +0200
  • 27c750154e Multipart stream parser Felix Geisendörfer 2009-09-27 16:52:33 +0200
  • 3e7f0deef9 Add docbook documentation Ryan Dahl 2009-09-27 12:52:28 +0200
  • 4f69871c17 Add node.inspect() and deprecate p(). Ryan Dahl 2009-09-27 12:33:44 +0200
  • 9cd7864fd9 readFile/writeFile to read/write in file library. Ryan Dahl 2009-09-27 11:07:54 +0200
  • 5e7a8dc75e Fixes for libeio wscript on Debian. Jeremy Lal 2009-09-27 10:45:52 +0200
  • 45ea62a0f6 Changes to compile on Andrew Miller's very old machine Ryan Dahl 2009-09-26 15:10:56 +0200
  • 0eb8d880f8 Remove -Werror on v8, for compiling on GCC 4.4 Ryan Dahl 2009-09-25 08:40:34 +0200
  • 028e24c9f5 When printing, check to see if value is undefined. If so, print nothing. RayMorgan 2009-09-24 22:16:07 -0700
  • 7674bd5004 Added _ that is te result of the previous command. RayMorgan 2009-09-24 19:53:11 -0700
  • 6915188a46 Enhanced the repl library. RayMorgan 2009-09-24 18:56:37 -0700
  • 2f56ccb45e bump version v0.1.12 Ryan Dahl 2009-09-24 13:51:10 +0200
  • cfffa0bdd8 Clean up website a bit. Ryan Dahl 2009-09-24 13:44:25 +0200
  • ffded5ac86 Extract the good parts of node-repl into standalone library. Ryan Dahl 2009-09-24 00:56:24 +0200
  • 55a2e8271e Decrease default TCP backlog to 128 Ryan Dahl 2009-09-23 17:54:38 +0200
  • 2d256f34c5 Change example at beginning of api.txt Ryan Dahl 2009-09-23 17:00:20 +0200
  • 8c7babdf10 Syntax highlighting for <tt> elements. Ryan Dahl 2009-09-23 16:58:28 +0200
  • a3229ed7b7 Add documentation about requiring system modules. Ryan Dahl 2009-09-23 16:53:31 +0200
  • 106287c368 Tighten window on timer test. Ryan Dahl 2009-09-23 16:39:43 +0200
  • 8a5194b7cf cpplint.js file.{cc,h} Ryan Dahl 2009-09-23 16:33:24 +0200
  • c53aeb5a02 Call "connection" event after connection object is fully formed. Ryan Dahl 2009-09-23 16:09:40 +0200
  • e0ec0036ca Add connection.setNoDelay() to disable Nagle algorithm. Ryan Dahl 2009-09-23 15:35:03 +0200
  • 2df13c7310 Upgrade v8 to 1.3.13 Ryan Dahl 2009-09-23 14:49:51 +0200
  • be3dddeec9 Syntax highlighting for api.html. Felix Geisendörfer 2009-09-23 00:46:56 +0200
  • 76f4962636 Bugfix: EIOPromise::Create was allocating two EIOPromise objects Ryan Dahl 2009-09-23 00:14:28 +0200
  • 663deb3828 delete[] instead of delete for arrays. Ryan Dahl 2009-09-22 18:35:15 +0200
  • 8549994c4b Add readFile to '/file.js' Ryan Dahl 2009-09-22 17:27:50 +0200
  • a02ca7a590 Add writeFile() to /file.js Ryan Dahl 2009-09-22 12:15:45 +0200
  • 07792afe0a Remove "raw" encoding. Rename "raws" to "binary". Ryan Dahl 2009-09-21 12:27:22 +0200
  • 2db7d6755e Move node-repl to bin/node-repl Ryan Dahl 2009-09-20 20:54:19 +0200
  • cd70d4a9c0 Add "/file.js" buffered disk I/O object. Ryan Dahl 2009-09-20 20:40:20 +0200
  • 4b8f503fac Move mjsunit.js to system module directory. Ryan Dahl 2009-09-20 18:19:33 +0200
  • 7ddf1f569a Improve error message for requiring system modules. Ryan Dahl 2009-09-20 18:03:55 +0200
  • 949f24305b Add node.error(); p() outputs to stderr. Ryan Dahl 2009-09-20 17:40:14 +0200
  • 3311122ccb Throw ret value from wait() only if it's there. Ryan Dahl 2009-09-20 17:35:07 +0200
  • 389c80aece return error from cat_promise in node.fs.cat Ryan Dahl 2009-09-20 17:34:27 +0200
  • c8b143bf30 Absolute path names for require() refer to node.libraryPaths Ryan Dahl 2009-09-18 15:45:47 +0200
  • 5ddc4f5d0c bump version v0.1.11 Ryan Dahl 2009-09-18 18:32:25 +0200
  • ab530bb211 Upgrade v8 to 1.3.11 Ryan Dahl 2009-09-17 16:16:41 +0200
  • 605b7e9763 Add node.installPrefix Ryan Dahl 2009-09-17 15:36:31 +0200
  • 6f31a3763d Add more explanation to docs for request.finish(). Ryan Dahl 2009-09-17 15:15:05 +0200
  • b54fad9b3f Bugfix: node.fs.write() was stack allocating buffer. Ryan Dahl 2009-09-17 14:58:18 +0200
  • e57c16bc2d Add failing spec for node.fs.write Jon Crosby 2009-09-16 23:28:31 -0700
  • 9db2e5f375 Default to utf8 encoding for node.fs.cat() Ryan Dahl 2009-09-15 22:41:25 +0200
  • 16185ae57e update doc for node.fs.write() Ryan Dahl 2009-09-15 22:32:37 +0200
  • 083d150bc4 Add node.exec() Ryan Dahl 2009-09-15 15:42:16 +0200
  • fdc136df69 Add documentation for promise.emitSuccess and emitError Ryan Dahl 2009-09-15 15:25:06 +0200
  • 7fa694a3b6 fix typo on website Ryan Dahl 2009-09-14 22:44:25 +0200
  • 5fdf9bbaa9 Remove unused variable in http.cc Ryan Dahl 2009-09-14 16:34:31 +0200
  • 4f98e2deb3 Fix buffering logic for HTTP outgoing messages. Ryan Dahl 2009-09-14 16:25:41 +0200
  • f389f923b8 Remove erroneously placed EV_DEFAULT_UC_ Ryan Dahl 2009-09-13 23:44:56 +0200
  • 0d1ec5fdbe API: node.fs.read() takes a normal encoding parameter. Ryan Dahl 2009-09-13 18:31:17 +0200
  • d1a13bdd35 Fix default encoding for outgoing HTTP messages Ryan Dahl 2009-09-13 18:19:03 +0200
  • ef300d19cb Bugfix: ReportException shouldn't forget the top frame. Ryan Dahl 2009-09-13 17:43:19 +0200
  • 8eb1294f87 Bugfix: sendBody wasn't setting encoding Ryan Dahl 2009-09-13 12:38:59 +0200
  • 69e8a01c58 Fix broken asciidoc section Ryan Dahl 2009-09-12 19:14:16 +0200
  • bc6f381c98 Use "platform.architecture()" to find the proper architecture. Jeff Smick 2009-09-12 12:40:27 +0200
  • 227638bac1 Lint Ryan 2009-09-12 14:18:42 +0200
  • dbe116ddfe API: Change arguments of emit(), emitSuccess(), emitError() Ryan 2009-09-12 13:01:03 +0200
  • 97355f3613 spell check api.txt Ryan 2009-09-11 21:27:20 +0200