Ryan Dahl
340291c085
Add extra debug print statement to tls.js
14 years ago
cloudhead
a91b140963
fix process.on edge case with signal event
When adding a listener for a signal event, removing it, and
adding it back again, it triggers a condition with an
undefined variable.
14 years ago
Ryan Dahl
0248c87ec7
improve hello-world example on website
14 years ago
Ryan Dahl
ab144f4843
Add TODO item
14 years ago
Ryan Dahl
47f5fd01e1
Add example to TTY documentation
14 years ago
Ryan Dahl
df215a67d4
Document path.existsSync()
Closes GH-677.
14 years ago
Ryan Dahl
4ed6688010
Add V8 options to man page
14 years ago
Ryan Dahl
e5a472229b
Now working on v0.4.2
14 years ago
Ryan Dahl
e8aef84191
Bump version to v0.4.1
14 years ago
Ryan Dahl
c2a62951f6
TLS sockets should not be writable after 'end'
Closes GH-694.
14 years ago
Ryan Dahl
c72ae27be1
test-tls-securepair-server: don't shutdown stdout
14 years ago
isaacs
8b9dbdad27
Closes GH-687 Don't read fs read stream if not open
14 years ago
Brian White
1efac74958
Fix os.cpus() on cygwin
14 years ago
Ryan Dahl
1fce3f0ef8
Add startup memory script to benchmarks
14 years ago
Ryan Dahl
ebfc90b505
Remove test-http-eof-before-eom - wasn't testing anything important
14 years ago
Ryan Dahl
26e580bbc4
Use console.error in test-timers
In attempt to understand buildbot failures.
14 years ago
Tom Hughes
3313ff1d1b
cmake: dtrace support.
14 years ago
Tom Hughes
9d49c93cb5
cmake: Add gdbjit and oprofile options.
14 years ago
Tom Hughes
de2686c3e1
cmake: cleanup.
14 years ago
Tom Hughes
8bedde464f
cmake: Fix mac snow leopard build.
14 years ago
Tom Hughes
6a594fed96
cmake: set pre and post memcheck commands.
We need to clear out and re-create the tmp directory when running
valgrind just like for the normal test run.
14 years ago
isaacs
f8defa3e09
package.json main as indexed subdir
Closes GH-686.
14 years ago
Ryan Dahl
aac5cbe025
HTTP Agent sockets should not reconnect on error
Closes GH-684.
14 years ago
Ryan Dahl
9b0c7618c5
HTTP Agent should not die on evil server
Closes GH-680.
14 years ago
Matt Ranney
ab969bfaf8
Add failing test for broken HTTP responses with extra bytes.
For GH-680.
14 years ago
Ryan Dahl
15a6aa7500
Add more broken tests
14 years ago
Ryan Dahl
7e4f755073
Install node.d in the correct place
14 years ago
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