aboutsummaryrefslogtreecommitdiff
path: root/doc/api.markdown
AgeCommit message (Expand)Author
2010-10-28Splitting documentationMicheil Smith
2010-10-26allowHalfOpen disabled by defaultRyan Dahl
2010-10-23Make sure Error object on exec() gets killed memberRyan Dahl
2010-10-21Remove a confusing sentence in the docsRyan Dahl
2010-10-20Add ~/.node_modules as well as ~/.node_librariesisaacs
2010-10-20require looks in node_modules foldersisaacs
2010-10-20Docs for require.resolveisaacs
2010-10-20Remove old references to old 'stream' eventRyan Dahl
2010-10-20Added documentation of EventEmitter.onceNikhil Marathe
2010-10-11Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-07add require.cacheRyan Dahl
2010-10-01Add support for handling Expect: 100-continueMark Nottingham
2010-09-30Consume HTTP trailing headersMark Nottingham
2010-09-16Remove old versions of fs.read and fs.write from docsRyan Dahl
2010-09-16Move dns.isIP to net.isIPPaul Querna
2010-09-14Default value for second arg of Buffer#sliceRyan Dahl
2010-09-14Support for outgoing HTTP trailing headersMark Nottingham
2010-09-13Get rid of PHP/Rails style parameter munging.Peter Griess
2010-08-30Pass an error to the sys.pump callback if one occursRussell Haering
2010-08-23Document WriteStream 'open' eventFelix Geisendörfer
2010-08-22Add testing items, and make npm lowercaseisaacs
2010-08-22s/HTTPS/SSL/ where appropriateAria Stewart
2010-08-21Improve appendix markdownRyan Dahl
2010-08-21Add appendix to docsRyan Dahl
2010-08-20Fix default encoding in docsRyan Dahl
2010-08-15Implement net.Server.maxConnectionsRyan Dahl
2010-08-11Stub out process.titleRyan Dahl
2010-08-10[dgram] only look up hostname for the requested address familyRasmus Andersson
2010-08-09Misc. corrections and consistency changes to documentation.Brian
2010-08-06spelling correctionTrent Mick
2010-08-06Expose cwd option to child_process.exec()Bert Belder
2010-08-06New api for child_process.spawn; ability to set cwd for spawn()ed processBert Belder
2010-08-01Implement keep-alive for http.ClientMikeal Rogers
2010-07-27Clarify string encoding docsRyan Dahl
2010-07-27Globalize the Buffer objectRyan Dahl
2010-07-26Check for socket on Unix domain connect.Matt Ranney
2010-07-26Fix DNS example in docsRyan Dahl
2010-07-25Add reference to base64 encodingRyan Dahl
2010-07-23Fix case in docsRyan Dahl
2010-07-21Support for reading byte ranges from files using fs.createReadStream.Chandra Sekar S
2010-07-19Specify env differently in execFileRyan Dahl
2010-07-19Consistency changes in api docsBrian
2010-07-19Document setuid/setgid sync resolution capability.Peter Griess
2010-07-19querystring doc fixJan Kassens
2010-07-15Datagram socket refactor. Add tests and documentation.Matt Ranney
2010-07-12Improve docsBrian
2010-07-12docs for dgram module (UDP and unix sockets)Adam Wiggins
2010-07-12Fix spelling errorJérémy Lal
2010-07-07Fix docsBrian
2010-07-07Fix addon example in docsRyan Dahl