Bert Belder
25ce5016f4
Fix test runner bug on windows
14 years ago
Bert Belder
874321298b
Make libev work on MinGW again
14 years ago
Bert Belder
a5e67ad9e7
Autodetect no-strict-aliasing, propagate toolchain option to SCons
BUG=v8:884
14 years ago
Ryan Dahl
7f78e5857f
Move test-tls-throttle to pummel
14 years ago
Ryan Dahl
19b4c27ebf
TLS: Make _cycle reentrant.
14 years ago
Ryan Dahl
89bfa419a5
Make test-http-curl-chunk-problem more portable
Use 'openssl sha1' instead of 'shasum'
14 years ago
Ryan Dahl
e0e52f930e
Remove artificial timeout from test-https-large-response
14 years ago
Ryan Dahl
470ebe249f
Upgrade libev to 4.4
14 years ago
Bert Belder
b1664daeb9
V8 Cygwin support
14 years ago
Ryan Dahl
550f73ae3e
Upgrade V8 to 3.1.5
14 years ago
Bert Belder
3ef6433255
MinGW: OpenSSL support
14 years ago
Ryan Dahl
c365f56061
https was missing 'end' event sometimes
Closes GH-671.
14 years ago
Tj Holowaychuk
42a369620f
Fixed null signal preservation
Closes GH-674.
14 years ago
Ryan Dahl
60ad3aa917
Disable test-tls-large-push, taking too long
14 years ago
Felix Geisendörfer
e56ee67e13
Refactor fs.open parameter handling
Improvements:
* Removes an unnecessary variable
* Avoids having two variables with the same name
* Avoids re-declaring an existing parameter
* Removes an unnecessary ternary operator
* Avoid an inline short-circuit expression for greater clarity.
14 years ago
Felix Geisendörfer
aabdd5d045
Correct fs.open API documentation
The fact that the mode parameter is optional for fs.open and
fs.openSync was not documented.
14 years ago
Felix Geisendörfer
29b0dc4ec8
Fix: fs.open callback did not fire
Problem: Omitting the mode parameter causes the provided callback
parameter to never fire. This was originally fixed in 6078c37b
and
later broken in 5f2e9093
.
Solution: Overwriting the value of a parameter also overwrites the
reference in the arguments object. This patch works arround this
fact by not touching the mode parameter until a reference to the
callback has been established.
14 years ago
Bert Belder
a293f90db4
Improve V8 support for Cygwin
Should re-enable crankshaft; can build w/ snapshot again.
14 years ago
Ryan Dahl
77ae87d367
default to port 80 for http.request
14 years ago
Ryan Dahl
ad7c2a8938
escape chars on man page
14 years ago
Ryan Dahl
daeb5c9e8f
fix doc
thanks Toshihiro
14 years ago
Ryan Dahl
bd094103d7
Add script for running V8 benchmarks
14 years ago
Richard Rodger
b11d78b386
Fix for DNS fail in HTTP request
Closes GH-653.
14 years ago
isaacs
f07041e6cd
Make the repl respect node_modules folders.
This is important so that in the future, this will work:
$ cd ~/dev/js/some-project
$ npm install redis
$ node
> require.resolve('redis')
'/Users/isaacs/dev/js/some-project/node_modules/redis/index.js'
14 years ago
Tj Holowaychuk
fe838611f6
Fixed field merging with progressive fields on writeHead()
14 years ago
Ryan Dahl
c6712ced20
Add newline to platform-cygwin.cc
14 years ago
Ryan Dahl
5ceefec820
Add http client to v0.4 announcement
14 years ago
Ryan Dahl
485ce139fd
Now working on v0.4.1
14 years ago
Ryan Dahl
eb155ea6f6
Bump version to v0.4.0
14 years ago
Tim Caswell
b09c5889be
Add support for mutable/implicit headers for http.
This works for both ServerResponse and ClientRequest.
Adds three new methods as a couple properties to to OutgoingMessage objects.
Tests by Charlie Robbins.
Change-Id: Ib6f3829798e8f11dd2b6136e61df254f1564807e
14 years ago
Theo Schlossnagle
01a864a29d
TLS: CRL support
Needs more tests.
14 years ago
Mikeal Rogers
634e7236f7
Add 'pipe' event
14 years ago
Bert Belder
583f2e5999
Follow-up fix for v8 cygwin build
14 years ago
Bert Belder
fd013d17a2
V8 cygwin support
14 years ago
Ryan Dahl
67e352e4b1
fix verifier.verify() docs
Thanks Sitelier. Closes GH-651.
14 years ago
Ryan Dahl
e9257b859d
New DTrace probes from CA team
14 years ago
Ryan Dahl
778fb859c6
New keys, agent1-cert.pem was expired
14 years ago
Ryan Dahl
8cd07bb273
TLS: handle cert chains
14 years ago
Ryan Dahl
43bc1d7ec8
Edit module docs
14 years ago
isaacs
ff39d413a3
Document module loading
14 years ago
Bert Belder
35e32225d1
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
14 years ago
isaacs
81b4d45354
Better assert in the node_modules tests
14 years ago
isaacs
46513483cd
node_modules module lookup, +docs and test.
14 years ago
Ryan Dahl
dafd6d9137
TLS: Don't give up if you can't write 0 bytes
14 years ago
Ryan Dahl
a0702b54d1
Upgrade V8 to 3.1.2
14 years ago
Ryan Dahl
a48a075535
better debug messages in net and tls
14 years ago
Ryan Dahl
56ab929c55
Remove unused parameter from crypto::Handle*Error
14 years ago
Bert Belder
8d70294c31
Fix fs.realpathSync on windows
14 years ago
Bert Belder
36846f9b6b
Windows: child process fixes
14 years ago
Ryan Dahl
519dc2c114
tls: split bio errors from ssl errors
14 years ago