1031 Commits (00aee736922b1fc1fae3953f08d24ced95b8a65f)

Author SHA1 Message Date
Konstantin Käfer 5e1b7cadb4 Add Buffer::fill method to do memset 14 years ago
Robert Mustacchi 9812e31e8b Add reading/writing of C integers to buffers 14 years ago
isaacs a7ce79124e Add arch/platform to os module 14 years ago
Mark Cavage a2328dc73c Add support for Unix Domain Sockets to HTTP 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
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
Ryan Dahl d7a86ff05e Fix GH-819. Drop out if connection destroyed before connect() 14 years ago
Ryan Dahl 7e28630f5e Fix GH-820. CryptoStream.end shouldn't throw if not writable 14 years ago
Aaron Heckmann a4dad95be3 EventEmitter#once only takes instanceof function 14 years ago
Ryan Dahl 66570c1964 Fix double free of parser on error in http.Agent. 14 years ago
Daniel Ennis 911cbd0cef Add support for file descriptor type detection. 14 years ago
Ryan Dahl 19e53512b8 os.getNetworkInterfaces() 14 years ago
Ryan Dahl 6111c17a0e correct hexSlice end 14 years ago
isaacs 3c9fb3ec1a Fix invalid end handling for SlowBuffer#hexSlice 14 years ago
Ryan Dahl ab190d38b7 Fix buffer.toString('hex') 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl 36e75b7351 Fix HTTP agent disconnection problem 14 years ago
Theo Schlossnagle e3925b741c TLS: Finer locks on _cycle. 14 years ago
koichik 414fa4abae Better type checks for fd in net.js 14 years ago
koichik 113b1e6e0c Fix GH-746 process.stdin.destroy() breaks http server 14 years ago