1154 Commits (20ced0ea1e8c440c2dbd13f1aa67cc35f317a85c)

Author SHA1 Message Date
Ryan Dahl 9e26dab150 child_process.spawnNode 14 years ago
isaacs 307f39ce9e Fix a url regression 14 years ago
Ryan Dahl 110f06578d Agent socket errors bubble up to req only if req exists 14 years ago
Marcel Laverdet c2b5ea218c Attempt to connect to debug process more than once 14 years ago
Ryan Dahl 55bff5bab9 TLS: simplify logic 14 years ago
Håvard Stranden 9f0b1a9bc6 Add Diffie-Hellman support to crypto module 14 years ago
Konstantin Käfer 5e1b7cadb4 Add Buffer::fill method to do memset 14 years ago
Ryan Dahl fc8afd45c7 Fix crash in debugger 14 years ago
Ryan Dahl 75a0cf970f cleartextstream.destroy() should destroy socket. 14 years ago
Robert Mustacchi 9812e31e8b Add reading/writing of C integers to buffers 14 years ago
koichik fcc04e67c8 Fix SlowBuffer.write() with 'ucs2' throws ReferenceError. 14 years ago
isaacs 7c6f0147df Better stream.pipe() tracking. 14 years ago
isaacs a7ce79124e Add arch/platform to os module 14 years ago
isaacs bbffd9e502 Close #983 Better JSON.parse error detection 14 years ago
Mark Cavage a2328dc73c Add support for Unix Domain Sockets to HTTP 14 years ago
Tim Baumann 6c7c4aeab6 Don't overwrite an user-specified repl.writer 14 years ago
Wade Simmons d00739ce56 make it possible to do repl.start('', stream) 14 years ago
isaacs 0b3ecc05a6 Close #955 Change ^C handling in REPL 14 years ago
isaacs 3935adced0 GH-853 fs.lchown and fs.lchmod 14 years ago
isaacs 5cfac21852 GH-853 fs.fchmod and fs.fchown 14 years ago
isaacs 90802d628d Close #954 URL parsing/formatting corrections 14 years ago
Fedor Indutny c9b40da368 OpenSSL NPN in node.js 14 years ago
Ryan Dahl b4ff36a41b Add --cov code coverage option 14 years ago
Felix Geisendörfer 80711b0ff9 Feature: WriteStream#bytesWritten property 14 years ago
Felix Geisendörfer 6c5b31bd80 Fix: Multiple pipes to the same stream were broken 14 years ago
Ryan Dahl 8417870f51 Don't emit error on ECONNRESET - just close 14 years ago
Ryan Dahl bb621f7c2e CryptoStream.write returns false when queue > 128kb 14 years ago
Ryan Dahl 050bbf0bc4 TLS use RC4-SHA by default 14 years ago
Theo Schlossnagle d6f5b8a2a6 allow setting of ciphers in credentials 14 years ago
Theo Schlossnagle 2a88dd3bc1 TLS: Add secureOptions flag 14 years ago
Theo Schlossnagle d0e84b0088 Pass secureProtocol through on tls.Server creation 14 years ago
Brian White ac1da4b407 Add remoteAddress and remotePort for client TCP connections 14 years ago
Felix Geisendörfer 301f53c2aa Allow omission of end option for range reads 14 years ago
Nick Campbell 425b57bedc Lowercase protocol and hostname since casing isn't significant. 14 years ago
Abe Fettig 83727a4c86 Fix bug where http response.readable was never set to false 14 years ago
Felix Geisendörfer bc8489580c Allow to remove all EventEmitter listeners at once 14 years ago
koichik 682b66c0c1 Auto completion of built-in debugger suggests prefix match rather than partial match. 14 years ago
Ben Weaver d63a551f86 Update how REPLServer uses contexts 14 years ago
Ryan Dahl 9ccf0e527f Don't error on ENOTCONN from shutdown() 14 years ago
isaacs 6d85da185c Closes GH-721 Set default host header properly 14 years ago
isaacs e1a72f0e2e Closes GH-535 Immediate pause/resume race condition 14 years ago
isaacs 4d64f36338 Closes GH-310 Format slashes properly 14 years ago
Ryan Dahl 75db1995b6 Don't conflict with V8's Script class 14 years ago
Ryan Dahl 038306a6c3 Closes GH-843. Fix SlowBuffer.prototype.slice 14 years ago
Ryan Dahl c0b461d9a1 Increase TLS pool size for perf increase 14 years ago
Jorge Chamorro Bieling e7604b1ea7 Retain buffers in fs.read/write() 14 years ago
Mikeal Rogers 2a65d29625 Fix listener leak in stream.pipe() 14 years ago
Arnout Kazemier 53bec1c862 Added support for removing .once listeners 14 years ago
Ryan Dahl 391f087981 Fix setsid in tty.open 14 years ago
Ryan Dahl 24f9bf4180 expose https.Agent 14 years ago