summaryrefslogtreecommitdiff
path: root/doc/api.txt
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.1.12Ryan Dahl2009-09-241-1/+1
* Decrease default TCP backlog to 128Ryan Dahl2009-09-231-2/+2
* Change example at beginning of api.txtRyan Dahl2009-09-231-6/+4
* Add documentation about requiring system modules.Ryan Dahl2009-09-231-7/+24
* Add connection.setNoDelay() to disable Nagle algorithm.Ryan Dahl2009-09-231-0/+4
* Remove "raw" encoding. Rename "raws" to "binary".Ryan Dahl2009-09-211-30/+22
* bump versionv0.1.11Ryan Dahl2009-09-181-1/+1
* Add more explanation to docs for request.finish().Ryan Dahl2009-09-171-3/+29
* Default to utf8 encoding for node.fs.cat()Ryan Dahl2009-09-151-2/+2
* update doc for node.fs.write()Ryan Dahl2009-09-151-6/+5
* Add node.exec()Ryan Dahl2009-09-151-0/+14
* Add documentation for promise.emitSuccess and emitErrorRyan Dahl2009-09-151-0/+10
* API: node.fs.read() takes a normal encoding parameter.Ryan Dahl2009-09-131-3/+0
* Fix broken asciidoc sectionRyan Dahl2009-09-121-1/+3
* API: Change arguments of emit(), emitSuccess(), emitError()Ryan2009-09-121-2/+2
* spell check api.txtRyan2009-09-111-11/+10
* bump versionv0.1.10Ryan2009-09-111-1/+1
* Add doc note about 'raws' encodingRyan2009-09-111-6/+6
* Add isDirectory(), isFile(), isSocket(), ... methods to stats object.Ryan2009-09-111-1/+19
* Add access to user environment via ENVRyan2009-09-101-0/+2
* Man page generation.Ryan2009-09-101-0/+1167