794 Commits (81c278d58d8154980d49b9c2713ec37f5017c2d3)

Author SHA1 Message Date
isaacs d258fb0212 http: More useful setTimeout API on server 12 years ago
isaacs b0f6789a78 stream: Remove bufferSize option 12 years ago
isaacs 426b4c6258 stream: _write takes an encoding argument 12 years ago
isaacs cd68d86c32 stream: Remove output function from _transform 12 years ago
Paolo Fragomeni 8e2376b376 Update domain.markdown 12 years ago
Ben Noordhuis ecf9f606c9 doc: add url.resolve() usage examples 12 years ago
isaacs e428bb7eae cluster: Rename destroy() to kill(signal=SIGTERM) 12 years ago
Aaron Cannon 0c57b31190 doc: Add crypto.pseudoRandomBytes, fix typo 12 years ago
Trevor Norris 75305f3bab events: add check for listeners length 12 years ago
Lars-Magnus Skog 4b20f3440d doc change for Readable._read() 12 years ago
isaacs fc22986023 doc: Clarify advisory-ness of stream._read() argument 12 years ago
Gil Pedersen 13c8bc8917 doc: Update to reflect new _read() interface 12 years ago
Evan Oxfeld 16ddc545bd doc: Fix readable.unshift() example 12 years ago
isaacs 0928a526dd fs: Support mode/flag options to read/append/writeFile 12 years ago
isaacs 4926ffd14b doc: Provide 2 examples of SimpleProtocol parser 12 years ago
Eugene Girshov 50ba0f27d9 doc: remove note about close event 12 years ago
Ben Noordhuis 22d3eff8f4 doc: add note about child process line buffering 12 years ago
isaacs 3b2e9d2648 stream: remove lowWaterMark feature 12 years ago
isaacs 75df612cd7 doc: Use 'close' rather than 'exit' in spawn examples 12 years ago
Shigeki Ohtsu 401cef797d doc: add setImmediate execute timing description 12 years ago
Ben Noordhuis 3e2be6f39f doc: clarify child_process.exec() stdio option 12 years ago
Dan Kohn 2e1ebbf2c5 doc: add prompt to fix repl_test.js example 12 years ago
Ben Noordhuis 3f7e88a852 buffer: accept negative indices in Buffer#slice() 12 years ago
Ben Noordhuis 30b0bc4fa9 doc: update buffer/typed array documentation 12 years ago
Nathan Rajlich 1ba39226b2 doc: document the writable.end() callback function 12 years ago
Nikhil Marathe 6bcd9a4c94 Update http docs with http.IncomingMessage. 12 years ago
Ben Noordhuis 5fe05464cb doc: don't suggest to reuse net.Socket objects 12 years ago
Ben Noordhuis 3fe6aba558 os: rename tmpDir() to tmpdir() for consistency 12 years ago
Rick Yakubowski 5abde8161a doc: fix typo in cluster module documentation 12 years ago
isaacs bdc7251b64 doc: fix line wrapping in addons.markdown 12 years ago
Rod Vagg f210710795 doc: NODE_MODULE() to pass full `module` to addons 12 years ago
Trevor Norris 49175e6ae2 buffer: clean up copy() asserts and tests 12 years ago
Sugendran Ganess 83154aa15d doc: Connecting debugger to existing node process 12 years ago
Andy Burke 595b5974d7 Add bytesWritten to tls.CryptoStream 12 years ago
Jacob Gable 34131af606 doc: fix typo in crypto Hash.digest() note 12 years ago
Fedor Indutny 82f1d340c1 tls: make slab buffer's size configurable 12 years ago
Raynos 444bbd4fa7 streams: Support objects other than Buffers 12 years ago
Trevor Norris 3d286b68be buffer: remove float write range checks 12 years ago
Tim d5a5901346 doc: Fix syntax in cluster example code 12 years ago
Yi EungJun 33d22428fb doc: Add NODE_DEBUG env to the first example. 12 years ago
isaacs ee2fd79e43 doc: Remove mention of child.send 'track' option 12 years ago
Fedor Indutny 4488a69fac child_process: do not keep list of sent sockets 12 years ago
Fedor Indutny 44cd121c63 Revert "child_process: do not keep list of sent sockets" 12 years ago
Fedor Indutny db5ee0b3de child_process: do not keep list of sent sockets 12 years ago
Ryunosuke SATO 562d3f11f3 doc: modify documentation style about 'Stability: 5' 12 years ago
isaacs a993f740f0 stream: Add readable.push(chunk) method 12 years ago
Tim Bradshaw e6acfed9cc doc: os.cpus() returns times in milliseconds 12 years ago
Bradley Meck 70ad9bbcbd child_process: make fork() execPath configurable 12 years ago
James Hight 3f76419a04 net: add localAddress and localPort to Socket 12 years ago
Johannes Ewald 872cb0d7fa doc: improve example of process.hrtime() 12 years ago