640 Commits (861f28f37a2db115f598fc61553ac6e71853c495)
 

Author SHA1 Message Date
Ryan Dahl 861f28f37a Don't unnecessarily output the makefile from the configure script. 15 years ago
Ryan Dahl 6f17ca51c3 Install wafadmin into $PREFIX/lib/node/wafadmin 15 years ago
Felix Geisendörfer eeaa267cbe Documentation for Multipart parser 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 84d2966377 Use waf-light instead of waf 15 years ago
Ryan Dahl 763137e705 chat.tinyclouds.org -> chat.nodejs.org 15 years ago
Ryan Dahl bc9b343fd3 Add note about symbol visibility in V8 to wscript 15 years ago
Ryan Dahl 9c9d67eb6c bump version 15 years ago
Ryan Dahl 7b337096c9 Add a third argument to http.cat to specify req headers. 15 years ago
isaacs 45f5402446 Pass the Host header in http.cat calls, if it was specified in the URL passed to http.cat. 15 years ago
Ryan Dahl a8c0211e73 Bugfix: require() and include() should work in callbacks. 15 years ago
Ryan Dahl 1ae69a68a4 Clean up some text in documentation. 15 years ago
Ryan Dahl cda659a8c8 Camel-case all http events 15 years ago
Ryan Dahl 18da8ffaee Copy Python's shutil.copytree into wscript. 15 years ago
Ryan Dahl 4ba5b7e24b Add doc for node.compile() 15 years ago
Ryan Dahl e972add0ea Update module loading docs 15 years ago
Ryan Dahl b7526eb324 Add warning when coroutine stack size grows too large. 15 years ago
Ryan Dahl 9f07a690c6 docs: Reference node.libraryPaths in helpers section. 15 years ago
Ryan Dahl 27738d8e60 Clean up some things in the repl, add docs. 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 c27d9f986a include utils in the repl. 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 0955b0c8de Add forgotten file lib/utils.js 15 years ago
Ryan Dahl 83c9e64889 http.js license reference 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 c35dfdfd5e Remove api.xml from gitignore 15 years ago
Felix Geisendörfer 27c750154e Multipart stream parser 15 years ago
Ryan Dahl 3e7f0deef9 Add docbook documentation 15 years ago
Ryan Dahl 4f69871c17 Add node.inspect() and deprecate p(). 15 years ago
Ryan Dahl 9cd7864fd9 readFile/writeFile to read/write in file library. 15 years ago
Jeremy Lal 5e7a8dc75e Fixes for libeio wscript on Debian. 15 years ago
Ryan Dahl 45ea62a0f6 Changes to compile on Andrew Miller's very old machine 15 years ago
Ryan Dahl 0eb8d880f8 Remove -Werror on v8, for compiling on GCC 4.4 15 years ago
RayMorgan 028e24c9f5 When printing, check to see if value is undefined. If so, print nothing. 15 years ago
RayMorgan 7674bd5004 Added _ that is te result of the previous command. 15 years ago
RayMorgan 6915188a46 Enhanced the repl library. 15 years ago
Ryan Dahl 2f56ccb45e bump version 15 years ago
Ryan Dahl cfffa0bdd8 Clean up website a bit. 15 years ago
Ryan Dahl ffded5ac86 Extract the good parts of node-repl into standalone library. 15 years ago
Ryan Dahl 55a2e8271e Decrease default TCP backlog to 128 15 years ago
Ryan Dahl 2d256f34c5 Change example at beginning of api.txt 15 years ago
Ryan Dahl 8c7babdf10 Syntax highlighting for <tt> elements. 15 years ago
Ryan Dahl a3229ed7b7 Add documentation about requiring system modules. 15 years ago
Ryan Dahl 106287c368 Tighten window on timer test. 15 years ago
Ryan Dahl 8a5194b7cf cpplint.js file.{cc,h} 15 years ago
Ryan Dahl c53aeb5a02 Call "connection" event after connection object is fully formed. 15 years ago