Ryan Dahl
97f7c06451
TLS: fix throttling
Re-enable test-https-large-response.js
Closes GH-614.
14 years ago
Ryan Dahl
3e58696c07
TLS: Simplify error handling
14 years ago
Ryan Dahl
41b4ec7952
TLS: flush buffer before destroy
Also disable test-https-large-response.js. Covered by
test/simple/test-tls-throttle.js
14 years ago
Ryan Dahl
e6f14d6df5
(suck, blow) -> (pull, push)
14 years ago
Ryan Dahl
ee092f62ca
Upgrade V8 to 3.1.1
14 years ago
isaacs
f86ec1366f
Closes GH-619 Make require.main be the main module
14 years ago
Ryan Dahl
807fca6803
TLS: Set ssl.receivedShutdown after each read
Closes GH-613.
14 years ago
Ryan Dahl
2ff593ad23
TLS: better error reporting at binding layer
Closes GH-612.
14 years ago
Jorge Chamorro Bieling
ff7fc093a1
Longer nexttick ordering test
Closes GH-604.
14 years ago
Joe Walnes
df6e497793
dgram: setMulticastTTL, setMulticastLoopback and addMembership.
These are options needed for real-world multicasting.
Implementation notes:
- POSIX only.
- IPv4 only (IPv6 multicast is a tricky beast).
- Didn't update tests, because it can't effectively be demonstrated on
localhost only.
14 years ago
Ryan Dahl
3e5b568504
TLS: Add _pendingBytes()
14 years ago
Ryan Dahl
33e8e3d799
Add simpler failing tls throttle test
14 years ago
Ryan Dahl
45b30a879b
tls: superficial clean up
14 years ago
Bert Belder
9526fef626
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago
Ryan Dahl
0634e3a8bc
Upgrade V8 to 3.1.0
14 years ago
Ryan Dahl
c501785112
Make availability of UDP bindings more apparent
14 years ago
Ryan Dahl
9f3a20c76d
net: Add hook for when writeQueue changes
14 years ago
Ryan Dahl
ef123600ce
Add artificial timeout to broken test-https-large-response
14 years ago
Ryan Dahl
6ede26cb9c
Add socket.bufferSize
14 years ago
Tim Caswell
845df3cd2e
Slightly throttle https large body test
14 years ago
Ryan Dahl
fda70b8b90
getaddrinfo exists on windows
14 years ago
Ryan Dahl
43d818a19c
Fix version
14 years ago
Ryan Dahl
192d2e0803
REPL: disable colors in windows for now
14 years ago
Bert Belder
88947dc4f0
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago
Ryan Dahl
7eaa956bae
Upgrade V8 to 3.0.12
14 years ago
Ryan Dahl
97375c475e
Now working on v0.3.8
14 years ago
Ryan Dahl
d8579c6afd
Bump version to v0.3.7
14 years ago
Ryan Dahl
286389202f
Fix pummel/text-exec
14 years ago
Ryan Dahl
b6c66f735b
Revert "Use html5 spec stylesheet for docs"
This reverts commit 6dbf49110b
.
14 years ago
Ryan Dahl
eb565e1ce2
Simplify website
14 years ago
Ryan Dahl
895968d8f8
Add test-https-large-response.js
14 years ago
Ryan Dahl
df5d5d6342
Fix option parsing in tls.connect()
14 years ago
Ryan Dahl
cb06abe1e5
Helpful error when child_process.exec hit maxBuffer
14 years ago
Ryan Dahl
1f041fe73e
debugger: prevent crash when backtrace doesn't come back
14 years ago
Ryan Dahl
fbb74784b5
Remove more process.assert
14 years ago
Ryan Dahl
bfb6a67d60
Another fix for process.assert
14 years ago
Ryan Dahl
f71e4d8b43
Fix process.assert problem
Introduced in f9f0e5c75c
14 years ago
Ryan Dahl
f9f0e5c75c
Pre-process out assert()
14 years ago
Ryan Dahl
6e53cf8b3f
Fix links
14 years ago
David Trejo
3a05a6eaca
newcomer resources in README
Closes GH-579.
14 years ago
Greg Hughes
1a5e513084
Fix style issues with ext_key_usage patch
Closes GH-586.
14 years ago
Ryan Dahl
4ea6916974
Correct process.kill doc
Thanks Kevin. Closes GH-518.
14 years ago
Ryan Dahl
97e13748fa
Typos
Closes GH-557.
Closes GH-539.
14 years ago
Ryan Dahl
8f23583d10
A few spelling fixes.
Thanks Bjarki. Closes GH-561.
14 years ago
Ryan Dahl
3d4a0211b6
Fix arg order of fs.linkSync in docs
Thanks Pierre. Closes GH-571.
14 years ago
Greg Hughes
6c32e155d3
Add ext_key_usage to getPeerCertificate
14 years ago
isaacs
6cdeb3b3fd
A module ID with a trailing slash must be a dir.
require('./foo/') should not try to load './foo.js'. It should only
look for ./foo/index.js
Closes GH-588
14 years ago
Ali Farhadi
36ef5643c3
Fixing bug in http request default encoding.
14 years ago
Ali Farhadi
c70dd70301
Adding callback parameter to Socket's setTimeout method.
14 years ago
Ryan Dahl
129217a4e9
Increase timeout on test-repl to 5 seconds
Hopefully wont get failures on buildbot slaves.
14 years ago