664 Commits (1a2762b78e496dac4cc9fd0fb4ffb1d4f036692b)
 

Author SHA1 Message Date
Ryan Dahl 1a2762b78e Update benchmarks with new createChildProcess API 15 years ago
Felix Geisendörfer abbc624f52 Multipart test now uses a fixture instead of CURL 15 years ago
Felix Geisendörfer 3fd1cba073 Fixed bad indention in multipart.js 15 years ago
Ryan Dahl 1817d4b062 ev_unref() the signal handlers. 15 years ago
Brandon Beacher f068251494 Added signal handler. 15 years ago
Ryan Dahl 82465fc4b1 Do not use /bin/sh to create child processes. 15 years ago
Ryan Dahl 39c61367a7 Only arguments before -- should be passed to V8. 15 years ago
Ryan Dahl 2b994d9e37 Also accept 'utf-8' to specify utf8 encodings. 15 years ago
Ryan Dahl ae6a172308 Simplify 'make distclean' by just doing 'rm -rf build' 15 years ago
Ryan Dahl d67288b643 Add __module to reference current node.Module object. 15 years ago
Ryan Dahl 78f8b6771c Add require.async(). 15 years ago
Ryan Dahl d703813c27 Remove target argument from node.Module#newChild. 15 years ago
Ryan Dahl a0c464638c Remove old references to node.loadingModules 15 years ago
Ryan Dahl 3e9dd0e2e3 Remove include() from website. 15 years ago
Ryan Dahl 8185e1fd25 Remove include() add node.mixin() 15 years ago
Ryan Dahl 522909bcbf Parse queryString into req.uri.params 15 years ago
Ryan Dahl 4c51af882d Fix typo 15 years ago
Ryan Dahl bac16bd8ac Remove node.pc 15 years ago
Ryan Dahl e2b7902469 Don't use parseUri for HTTP server 15 years ago
Ryan Dahl 7b8842b619 Modify node_addon configure api 15 years ago
Ryan Dahl 5c9fe1fce1 Update addon documentation 15 years ago
Ryan Dahl 39e6d959d7 Add node-waf to help with building addons. 15 years ago
Ryan Dahl 13793aed20 Add Makefiles which were forgotten. 15 years ago
Ryan Dahl bf0d278a45 Improve "make dist" remove generated doc from repo. 15 years ago
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