562 Commits (f0f2d2ee70a7b1e64d08827f961add853c8b718c)

Author SHA1 Message Date
Ryan Dahl a0c464638c Remove old references to node.loadingModules 15 years ago
Ryan Dahl 8185e1fd25 Remove include() add node.mixin() 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 6f17ca51c3 Install wafadmin into $PREFIX/lib/node/wafadmin 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 a8c0211e73 Bugfix: require() and include() should work in callbacks. 15 years ago
Ryan Dahl cda659a8c8 Camel-case all http events 15 years ago
Ryan Dahl b7526eb324 Add warning when coroutine stack size grows too large. 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 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 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 4f69871c17 Add node.inspect() and deprecate p(). 15 years ago
Ryan Dahl 45ea62a0f6 Changes to compile on Andrew Miller's very old machine 15 years ago
Ryan Dahl 55a2e8271e Decrease default TCP backlog to 128 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
Ryan Dahl e0ec0036ca Add connection.setNoDelay() to disable Nagle algorithm. 15 years ago
Ryan Dahl 76f4962636 Bugfix: EIOPromise::Create was allocating two EIOPromise objects 15 years ago
Ryan Dahl 663deb3828 delete[] instead of delete for arrays. 15 years ago
Ryan Dahl 07792afe0a Remove "raw" encoding. Rename "raws" to "binary". 15 years ago
Ryan Dahl 7ddf1f569a Improve error message for requiring system modules. 15 years ago
Ryan Dahl 949f24305b Add node.error(); p() outputs to stderr. 15 years ago
Ryan Dahl 3311122ccb Throw ret value from wait() only if it's there. 15 years ago
Ryan Dahl 389c80aece return error from cat_promise in node.fs.cat 15 years ago
Ryan Dahl c8b143bf30 Absolute path names for require() refer to node.libraryPaths 15 years ago
Ryan Dahl 605b7e9763 Add node.installPrefix 15 years ago
Ryan Dahl b54fad9b3f Bugfix: node.fs.write() was stack allocating buffer. 15 years ago
Ryan Dahl 9db2e5f375 Default to utf8 encoding for node.fs.cat() 15 years ago
Ryan Dahl 083d150bc4 Add node.exec() 15 years ago
Ryan Dahl 5fdf9bbaa9 Remove unused variable in http.cc 15 years ago
Ryan Dahl 4f98e2deb3 Fix buffering logic for HTTP outgoing messages. 15 years ago
Ryan Dahl f389f923b8 Remove erroneously placed EV_DEFAULT_UC_ 15 years ago
Ryan Dahl 0d1ec5fdbe API: node.fs.read() takes a normal encoding parameter. 15 years ago
Ryan Dahl d1a13bdd35 Fix default encoding for outgoing HTTP messages 15 years ago
Ryan Dahl ef300d19cb Bugfix: ReportException shouldn't forget the top frame. 15 years ago
Ryan Dahl 8eb1294f87 Bugfix: sendBody wasn't setting encoding 15 years ago
Ryan 227638bac1 Lint 15 years ago
Ryan dbe116ddfe API: Change arguments of emit(), emitSuccess(), emitError() 15 years ago
Ryan 1910c113cc Add '--' to seperate v8 args from program args 15 years ago
Ryan d6c9d31cb5 cpplint.py node.cc and node.h 15 years ago
Ryan 241950c1df Add isDirectory(), isFile(), isSocket(), ... methods to stats object. 15 years ago
Ryan 3e4fc9f966 Add 'extern char **environ' so that the new ENV code compiles. 15 years ago
Ryan dc39e82024 Add access to user environment via ENV 15 years ago
Ryan 68dda0a7d8 Man page generation. 15 years ago
Ryan 8e5d4f9a69 Remove debug agent. It shouldn't have been commited! 15 years ago