summaryrefslogtreecommitdiff
path: root/doc/api
AgeCommit message (Expand)Author
2013-03-17doc: fix typo in crypto docsJeongHoon Byun
2013-03-16doc: https: Fix the link to tls.connectYi EungJun
2013-03-14doc: don't mark fs callbacks as optionalkoichik
2013-03-14doc: change dgram to socket for properties of dgram.SocketAdam Malcontenti-Wilson
2013-03-13doc: implicit fs callbacks don't throw in v0.10Ben Noordhuis
2013-03-13doc: add note on process.title max lengthBen Noordhuis
2013-03-13doc: path.join() arguments must be stringsBen Noordhuis
2013-03-12doc: events: add 'removeListener' event sectionBen Noordhuis
2013-03-08zlib: Manage flush flags appropriatelyisaacs
2013-03-08buffer: strip high bits when converting to asciiBen Noordhuis
2013-03-07child_process: support sending dgram socketAndreas Madsen
2013-03-07doc: dgram: add v0.10 bind() behavior noteBen Noordhuis
2013-03-07doc: dgram: document bind() callback argumentBen Noordhuis
2013-03-06http: More useful setTimeout API on serverisaacs
2013-03-06stream: Remove bufferSize optionisaacs
2013-03-05stream: _write takes an encoding argumentisaacs
2013-03-05stream: Remove output function from _transformisaacs
2013-03-05Update domain.markdownPaolo Fragomeni
2013-03-05Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-03-04doc: add url.resolve() usage examplesBen Noordhuis
2013-03-03cluster: Rename destroy() to kill(signal=SIGTERM)isaacs
2013-03-03doc: Add crypto.pseudoRandomBytes, fix typoAaron Cannon
2013-03-02Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-03-01events: add check for listeners lengthTrevor Norris
2013-03-01doc change for Readable._read()Lars-Magnus Skog
2013-03-01doc: Clarify advisory-ness of stream._read() argumentisaacs
2013-03-01doc: Update to reflect new _read() interfaceGil Pedersen
2013-03-01doc: Fix readable.unshift() exampleEvan Oxfeld
2013-03-01fs: Support mode/flag options to read/append/writeFileisaacs
2013-02-28doc: Provide 2 examples of SimpleProtocol parserisaacs
2013-03-01doc: remove note about close eventEugene Girshov
2013-02-28Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-02-22doc: add note about child process line bufferingBen Noordhuis
2013-02-21stream: remove lowWaterMark featureisaacs
2013-02-18doc: Use 'close' rather than 'exit' in spawn examplesisaacs
2013-02-18Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-02-15doc: add setImmediate execute timing descriptionShigeki Ohtsu
2013-02-14doc: clarify child_process.exec() stdio optionBen Noordhuis
2013-02-13doc: add prompt to fix repl_test.js exampleDan Kohn
2013-02-12buffer: accept negative indices in Buffer#slice()Ben Noordhuis
2013-02-10doc: update buffer/typed array documentationBen Noordhuis
2013-02-09doc: document the writable.end() callback functionNathan Rajlich
2013-02-07Update http docs with http.IncomingMessage.Nikhil Marathe
2013-02-06Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-02-05doc: don't suggest to reuse net.Socket objectsBen Noordhuis
2013-01-30os: rename tmpDir() to tmpdir() for consistencyBen Noordhuis
2013-01-27doc: fix typo in cluster module documentationRick Yakubowski
2013-01-25doc: fix line wrapping in addons.markdownisaacs
2013-01-25doc: NODE_MODULE() to pass full `module` to addonsRod Vagg
2013-01-25buffer: clean up copy() asserts and testsTrevor Norris