summaryrefslogtreecommitdiff
path: root/doc/api.txt
AgeCommit message (Expand)AuthorFilesLines
2009-11-27Documented repl.scope for explicitly exposing variables within the repl.simonw1-2/+7
2009-11-22add process.umask()Friedemann Altrock1-1/+5
2009-11-22Initial TLS supportRhys Jones1-1/+49
2009-11-21Multipart improvementsFelix Geisendörfer1-2/+12
2009-11-17Add options to process.watchFile()Ryan Dahl1-1/+6
2009-11-17bump versionv0.1.18Ryan Dahl1-1/+1
2009-11-17Add process.watchFile() process.unwatchFile()Ryan Dahl1-0/+7
2009-11-15Add doc for uncaughtExceptionRyan Dahl1-3/+10
2009-11-13Add EventEmitter.removeListenerfwg1-0/+3
2009-11-10Add 'drain' event to tcp.ConnectionRyan Dahl1-0/+2
2009-11-07bump versionv0.1.17Ryan Dahl1-1/+1
2009-11-03bump versionv0.1.16Ryan Dahl1-1/+1
2009-11-03Add sys.memoryUsage()Ryan Dahl1-0/+3
2009-11-03Add process.platformRyan Dahl1-0/+3
2009-11-02Add requires to google example in docs.Ryan Dahl1-5/+7
2009-10-31module.name renamed to module.id for commonjs compatRyan Dahl1-2/+2
2009-10-31Fix search-replace errors in api.txtRyan Dahl1-11/+11
2009-10-31Module refactor - almost CommonJS compatible nowRyan Dahl1-73/+90
2009-10-30A few more node->process changesRyan Dahl1-3/+0
2009-10-29Namespace EVERYTHING under process; introduce GLOBALRyan Dahl1-55/+62
2009-10-29The return of Promise.cancel() with some additional tests & docsFelix Geisendörfer1-1/+16
2009-10-29Clean up posix module docsRyan Dahl1-8/+10
2009-10-28Move node.dns.* into /dns.jsRyan Dahl1-13/+17
2009-10-28node.fs.* moved into "/posix.js"Ryan Dahl1-27/+30
2009-10-28bump versionv0.1.15Ryan Dahl1-1/+1
2009-10-28Only allow a promise to fire once, remove promise.cancel()Ryan Dahl1-15/+1
2009-10-25Rename node.libraryPaths to require.pathsRyan Dahl1-3/+3
2009-10-15Accept string representations of signals in node.kill and child.killRyan Dahl1-6/+6
2009-10-15Added external interface for signal handlers.Brandon Beacher1-0/+9
2009-10-12Documentation for Promise.timeout() and Promise.cancel()Felix Geisendörfer1-0/+35
2009-10-09bump versionv0.1.14Ryan Dahl1-1/+1
2009-10-09Update docs to use sys.js and not so much mixin().Ryan Dahl1-21/+22
2009-10-07Do not use /bin/sh to create child processes.Ryan Dahl1-3/+7
2009-10-05Add __module to reference current node.Module object.Ryan Dahl1-0/+5
2009-10-05Remove include() add node.mixin()Ryan Dahl1-21/+27
2009-10-05Parse queryString into req.uri.paramsRyan Dahl1-0/+1
2009-10-05Fix typoRyan Dahl1-1/+1
2009-10-04Don't use parseUri for HTTP serverRyan Dahl1-16/+5
2009-10-04Modify node_addon configure apiRyan Dahl1-1/+0
2009-10-04Update addon documentationRyan Dahl1-32/+44
2009-10-03Documentation for Multipart parserFelix Geisendörfer1-2/+56
2009-09-30bump versionv0.1.13Ryan Dahl1-1/+1
2009-09-29Bugfix: require() and include() should work in callbacks.Ryan Dahl1-2/+0
2009-09-29Clean up some text in documentation.Ryan Dahl1-49/+52
2009-09-28Add doc for node.compile()Ryan Dahl1-0/+4
2009-09-28Update module loading docsRyan Dahl1-1/+5
2009-09-28docs: Reference node.libraryPaths in helpers section.Ryan Dahl1-0/+7
2009-09-28Clean up some things in the repl, add docs.Ryan Dahl1-1/+31
2009-09-28API: Move node.exit() to process.exit().Ryan Dahl1-39/+28
2009-09-28Move tcp library to /tcp.jsRyan Dahl1-11/+14