863 Commits (fbb963b5d520a70d9c3f2f9ec116d79a0c676f80)

Author SHA1 Message Date
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
isaacs ec8ebaf300 domain: use camelCase instead of snake_case 12 years ago
Luke Arduini 192192a09e Colorize API stabilitity index headers in docs 12 years ago
Andreas Madsen ce30683012 doc: document the finish event 12 years ago
isaacs 982981442d doc: Nudge formatting to make json generator happy 12 years ago
Farid Neshat dcaebec208 fs: add autoClose=true option to fs.createReadStream 12 years ago
isaacs 20a88feb8f docs: streams2 12 years ago
isaacs 4a32d53155 doc: Crypto streaming interface 12 years ago
Ben Noordhuis c79fd0e167 doc: remove broken require.extensions example 12 years ago
Ben Noordhuis 5b65638124 tls, https: add tls handshake timeout 12 years ago
Ben Noordhuis 3ece130ea2 process: add getgroups(), setgroups(), initgroups() 12 years ago
Ben Noordhuis a80434736b fs: fix 'object is not a function' callback errors 12 years ago
Ryunosuke SATO 83161455bd doc: Fix missing link target to 'https.request()' 12 years ago
Trevor Norris bb867c0fa6 doc: Add lines about additonal uses of Buffer 12 years ago
Tim Kuijsten 6f9ed28fac doc: fix typo in setPrivateKey function signature 12 years ago
Stephen Gallagher 38809e3985 build: allow linking against system libuv 12 years ago
Nathan Rajlich 5e4e87ade5 os: add os.endianness() function 12 years ago
Stephen Gallagher 73ff653a8d build: allow linking against system c-ares 12 years ago
Stephen Gallagher bfd78b69fc build: allow linking against system http_parser 12 years ago
Francois Marier 44dd2c392a doc: remove duplicate set of options 12 years ago
Francois Marier 326bce91d6 doc: reflect hostname v. host preference in examples 12 years ago
Olivier Lalonde 626db18635 doc: child_process: document uid and gid spawn() options 12 years ago
isaacs f3621359f4 doc: OpenSSL is bundled now. 12 years ago
isaacs 76b0bdf720 crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer') 12 years ago
isaacs bfb9d5bbe6 crypto: Binding only accepts buffers 12 years ago
isaacs 9901b69c8e crypto: Move encoding logic to JS, default=buffer 12 years ago
isaacs 627f0d27e8 doc: Typo. s/arguemnt/argument/ 12 years ago
Jan Lehnardt a7b5938715 docs: fix copy and paste error 12 years ago
Ben Noordhuis 4a23add90f doc: rectify http.ClientResponse close/end events 12 years ago
Ben Noordhuis 14a6c4efb8 crypto: add crypto.getHashes() 12 years ago
Ben Noordhuis f53441ab1f crypto: add crypto.getCiphers() 12 years ago
isaacs 061f2075cf string_decoder: Add 'end' method, do base64 properly 12 years ago