summaryrefslogtreecommitdiff
path: root/doc/api.txt
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.1.33Ryan Dahl2010-03-191-1/+1
* Fixing a typo in the fs.readFile example.pyrotechnick2010-03-171-1/+1
* Include lib/ directory in node executable. Compile on demand.Ryan Dahl2010-03-151-20/+7
* bump versionv0.1.32Ryan Dahl2010-03-121-1/+1
* Deprecate process.mixinRyan Dahl2010-03-121-12/+0
* Adjust process.compile documentationRyan Dahl2010-03-111-3/+3
* Add removeAllListenersAaron Heckmann2010-03-091-0/+3
* Add callbacks to stream methodsFelix Geisendörfer2010-03-081-4/+7
* Fix typo in fs.writeStream docsFelix Geisendörfer2010-03-081-1/+1
* Updated patch of node.cc for supporting reading of umaskRasmus Andersson2010-03-071-4/+5
* bump versionv0.1.31Ryan Dahl2010-03-051-1/+1
* Merge remote branch 'felixge/file2'Ryan Dahl2010-03-051-0/+80
|\
| * Documentation for FileWriteStreamFelix Geisendörfer2010-03-051-0/+39
| * Documentation for FileReadStreamFelix Geisendörfer2010-03-051-0/+41
* | tcp.Connection.prototype.write should return booleanRyan Dahl2010-03-021-0/+4
* | Add sys.log()Ryan Dahl2010-03-021-0/+2
|/
* Added fs.realpath and fs.realpathSync (pure javascript versions)Rasmus Andersson2010-03-011-0/+8
* Move watchFile into fs moduleRyan Dahl2010-03-011-24/+24
* Use more beautiful object syntax in docsRyan Dahl2010-02-251-24/+13
* Make the output of sys.inspect a lot more compact.Benjamin Thomas2010-02-251-1/+2
* Add optional third argument sys.inpect to indicate how many times you want it...Benjamin Thomas2010-02-251-5/+16
* Rename writeHeader to writeHeadBenjamin Thomas2010-02-251-6/+6
* Add setgid,getgidJames Duncan2010-02-231-0/+3
* added fs.link, fs.symlink, fs.readlinkRasmus Andersson2010-02-221-0/+24
* Fix readdirSync in docsRyan Dahl2010-02-221-1/+1
* Add not about nextTick and setTimeout(fn, 0)Ryan Dahl2010-02-221-0/+2
* bump versionv0.1.30Ryan Dahl2010-02-221-1/+1
* Implement fs.readdirSync()Ryan Dahl2010-02-211-0/+4
* Expose fs.lstatisaacs2010-02-211-3/+5
* Rename sendHeader to writeHeader; allow reasonPhraseRyan Dahl2010-02-211-7/+9
* Rename readPause and readResume to pause/resumeRyan Dahl2010-02-201-3/+3
* Remove promisesRyan Dahl2010-02-201-95/+0
* multipart no longer depends on PromiseRyan Dahl2010-02-201-9/+12
* sys.exec() no longer uses PromiseRyan Dahl2010-02-191-5/+7
* 'dns' no longer uses PromiseRyan Dahl2010-02-191-36/+36
* Do not use Promise in 'fs' moduleRyan Dahl2010-02-191-93/+151
* Adding interface between node and libeio for Chmod.Micheil Smith2010-02-181-1/+5
* Fix long lines in docsRyan Dahl2010-02-171-29/+46
* bump versionv0.1.29Ryan Dahl2010-02-171-1/+1
* Remove references to wait() in docsRyan Dahl2010-02-171-27/+0
* documentation clean upRyan Dahl2010-02-171-53/+43
* API: OutgoingMessage.prototype.finish() renamed to close()Ryan Dahl2010-02-171-42/+42
* File API tweaksTim Caswell2010-02-161-3/+17
* API: Make request/response object closer to stream interfaceRyan Dahl2010-02-161-19/+19
* API: connection.send() renamed to connection.write()Ryan Dahl2010-02-161-5/+5
* Revert "Add process.startTime"Ryan Dahl2010-02-161-3/+0
* Rename 'posix' module to 'fs'Ryan Dahl2010-02-121-28/+28
* Add process.startTimeRyan Dahl2010-02-121-0/+3
* API: tcp events 'receive' to 'data', 'eof' to 'end'Ryan Dahl2010-02-121-6/+6
* bump versionv0.1.28Ryan Dahl2010-02-091-1/+1