19 Commits (2d256f34c5c8aa4243798e228052e7fa2d04632d)

Author SHA1 Message Date
Ryan Dahl 2d256f34c5 Change example at beginning of api.txt 15 years ago
Ryan Dahl a3229ed7b7 Add documentation about requiring system modules. 15 years ago
Ryan Dahl e0ec0036ca Add connection.setNoDelay() to disable Nagle algorithm. 15 years ago
Ryan Dahl 07792afe0a Remove "raw" encoding. Rename "raws" to "binary". 15 years ago
Ryan Dahl 5ddc4f5d0c bump version 15 years ago
Ryan Dahl 6f31a3763d Add more explanation to docs for request.finish(). 15 years ago
Ryan Dahl 9db2e5f375 Default to utf8 encoding for node.fs.cat() 15 years ago
Ryan Dahl 16185ae57e update doc for node.fs.write() 15 years ago
Ryan Dahl 083d150bc4 Add node.exec() 15 years ago
Ryan Dahl fdc136df69 Add documentation for promise.emitSuccess and emitError 15 years ago
Ryan Dahl 0d1ec5fdbe API: node.fs.read() takes a normal encoding parameter. 15 years ago
Ryan Dahl 69e8a01c58 Fix broken asciidoc section 15 years ago
Ryan dbe116ddfe API: Change arguments of emit(), emitSuccess(), emitError() 15 years ago
Ryan 97355f3613 spell check api.txt 15 years ago
Ryan 12bb0d46ce bump version 15 years ago
Ryan 5629fd574a Add doc note about 'raws' encoding 15 years ago
Ryan 241950c1df Add isDirectory(), isFile(), isSocket(), ... methods to stats object. 15 years ago
Ryan dc39e82024 Add access to user environment via ENV 15 years ago
Ryan 68dda0a7d8 Man page generation. 15 years ago
Ryan 86051ca5d2 Add note about sendBody buffering to docs 15 years ago
Ryan ba6c5e38d5 bump version 15 years ago
Ryan 734e86b9e5 bump version 15 years ago
Ryan 3736bf9f49 Add node.fs.mkdir() 15 years ago
Ryan 9b3e2ae192 Add node.fs.readdir() 15 years ago
Ryan c13773a71f Clean up text on website. 15 years ago
Ryan 342da69701 Add extension API documentation 15 years ago
Ryan aefbd57514 Add stack to promise.wait(). 15 years ago
Michael Carter 8ea6adcae6 Feature: add node.cwd() to access the current working directory. 15 years ago
Ryan 7beea2cd5f Upgrade evcom; Add setTimeout method to node.tcp.Connection 15 years ago
Ryan 31db4f1ed8 bump version 15 years ago
Ryan ad9d683f9f API: rename node.Process to node.ChildProcess 15 years ago
Ryan 116f4dea05 lint 15 years ago
Ryan 723c7d9f7c Replace onExit() with process.addListener("exit") 15 years ago
Ryan 79f121044c Synchronous module loading. 15 years ago
Ryan 18d0511777 promise.block() renamed to promise.wait() 15 years ago
Ryan 51addf19d8 Improve Promise documentation. 15 years ago
Ryan db42ad959d API: All EventEmitters emit "newListener" when listeners are added. 15 years ago
Ryan b5a1585470 Restyle website/api.html. Now looks like the front page. 15 years ago
Ryan 19f182a39f Experimental support for Promise.block() 15 years ago
Ryan 82cb1b5acb API: Remove buffered file object (node.File) 15 years ago
Ryan 17c6a67f15 Introduce node.stdio 15 years ago
Ryan 316e2833f0 Use flat object instead of array-of-arrays for HTTP headers. 15 years ago
Ryan 9c97b1db30 bump version 15 years ago
Ryan a73998d6f4 bump version 15 years ago
Ryan 90ac9ab078 Remove connnection.fullClose() from documentation. 15 years ago
Ryan 7aaab320b3 API: tcp.Connection "disconnect" event renamed to "close". 15 years ago
Ryan 95f9209966 Clarify some of the TCP API documentation. 15 years ago
Ryan 0f888ed6de bump version 15 years ago
Ryan 0638a3a3ab Add IncomingMessage.prototype.pause() and resume(). 15 years ago
Ryan 94e8721771 Add connection.readPause() and connection.readResume() 15 years ago