isaacs
bbffd9e502
Close #983 Better JSON.parse error detection
Previous pattern would only catch ILLEGAL, not { or other
known-but-unexpected JSON tokens.
14 years ago
George Miroshnykov
68c8a69f4c
Close #962 : Fixed typo in vm.runInNewContext docs.
EDIT: Also added another typo fix to this commit. --isaacs
14 years ago
isaacs
8df6f9e544
Close #974 Properly report traceless errors.
Also, tests for the same.
14 years ago
isaacs
8fd1c68f06
A test that running 100 stream pipes in parallel is ok
14 years ago
Ryan Dahl
0325a21ff3
Correct attribution
14 years ago
Ryan Dahl
621b024b6e
Bump bounds on #897 test - was too small for slow machines
14 years ago
Ryan Dahl
1f470b68d6
Now working on v0.4.8
14 years ago
Ryan Dahl
c85455a954
bump version to v0.4.7
14 years ago
Ryan Dahl
c8e447ee63
Fix timeouts with floating point numbers bug
fixes #897 .
14 years ago
Ryan Dahl
3ce5e6fe5e
Use better ports on the home page
14 years ago
Robert Mustacchi
ed657e9d46
Add loadavg for SunOS
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
90802d628d
Close #954 URL parsing/formatting corrections
1. Allow single-quotes in urls, but escape them.
2. Add comments about which RFCs we're following for guidance.
3. Handle any invalid character in the hostname portion.
4. lcase protocol and hostname portions, since they are
case-insensitive.
14 years ago
Ryan Dahl
d3d35ec3ca
add docs for console object
14 years ago
Ryan Dahl
cbdd92e184
Add community link on homepage
14 years ago
Ryan Dahl
ed316ae350
Docs: some encodings contains multibyte chars.
fixes #888
14 years ago
koichik
74d94b0dd1
Fix docs - Move module's description to right position
14 years ago
Felix Geisendörfer
6c5b31bd80
Fix: Multiple pipes to the same stream were broken
When creating multiple .pipe()s to the same destination stream, the
first source to end would close the destination, breaking all remaining
pipes. This patch fixes the problem by keeping track of all open
pipes, so that we only call end on destinations that have no more
sources piping to them.
closes #929
14 years ago
Ryan Dahl
8417870f51
Don't emit error on ECONNRESET - just close
Fix #670
14 years ago
Ryan Dahl
61100788ad
Now working on v0.4.7
14 years ago
Ryan Dahl
58002d56bc
Bump to v0.4.6
14 years ago
Ryan Dahl
bb621f7c2e
CryptoStream.write returns false when queue > 128kb
Previously the return value of write was dependent on if it was paused or
not which was causing a strange error demoed in the previous commit.
Fixes #892
14 years ago
Ryan Dahl
050bbf0bc4
TLS use RC4-SHA by default
14 years ago
Theo Schlossnagle
d0e84b0088
Pass secureProtocol through on tls.Server creation
The secureProtocol option to building the SSL context was not being properly
passed through in the credentials in the tls code. This is fixed.
14 years ago
Scott McWhirter
90348a616d
Add os.cpus() and os.uptime() support for sunos
14 years ago
Ryan Dahl
2f98451561
Revert "Add os.cpus() and os.uptime() support for sunos"
Cherry-pick fail. Breaks linux. Will land again shortly.
This reverts commit e8cf98c841
.
This reverts commit d953856d87
.
This reverts commit 752bbd6b42
.
14 years ago
Scott McWhirter
e8cf98c841
Add os.cpus() and os.uptime() support for sunos
14 years ago
Ryan Dahl
296ff04cdc
Test to demonstrate #892
14 years ago
koichik
9533e879f0
Fix Buffer.write() with UCS-2 should not be write partial char
closes #916 .
14 years ago
Felix Geisendörfer
301f53c2aa
Allow omission of end option for range reads
Problem: Sometimes it is useful to read a file from a certain position
to it's end. The current implementation was already perfectly capable
of this, but decided to throw an error when the user tried to omit
the end option. The only way to do this, was to pass {end: Infinity}.
Solution: Automatically assume {end: Infinity} when omitted, and remove
the previous exception thrown. Also updated the docs.
closes #801 .
14 years ago
Ryan Dahl
af96447016
Modify text about buffer.write and partial chars
Fixes GH-913.
14 years ago
Jakub Lekstan
81cbd42cf5
Fixes the circular reference in vm modules.
Fixes the circular reference problem. Closes GH-822.
14 years ago
Ryan Dahl
9b3b37e498
Add docs about Buffer._charsWritten
Fixes GH-907.
14 years ago
Abe Fettig
83727a4c86
Fix bug where http response.readable was never set to false
Closes GH-867.
14 years ago
Ryan Dahl
0f47f63746
Fix doc - no setBodyEnocoding anymore
Thanks Frederic. Closes GH-859.
14 years ago
koichik
682b66c0c1
Auto completion of built-in debugger suggests prefix match rather than partial match.
14 years ago
koichik
ca028f4b37
Fix docs: There were 2 descriptions of 'request' event.
14 years ago
Scott McWhirter
d953856d87
Remove extra kstat_open
14 years ago
Scott McWhirter
752bbd6b42
Add os.cpus() support for sunos
14 years ago
Ryan Dahl
d2298d225c
Add documentation around module.exports and scope of global objects
Closes GH-852.
14 years ago
Ryan Dahl
6b5a7033bb
Merge branch 'v8-3.1' into v0.4
14 years ago
Ryan Dahl
0b1920b202
Upgrade v8 to 3.1.8.10
14 years ago
Ryan Dahl
9ccf0e527f
Don't error on ENOTCONN from shutdown()
14 years ago
Ryan Dahl
dcc2dd5e1f
Add example to sha1 docs
14 years ago
George Stagas
3002c01f40
Changed script to vm and corrected order to match index
14 years ago
George Stagas
21e3b668cb
Added favicon.ico
14 years ago
Ryan Dahl
ffb3ee6084
Remove reference to CommonJS in documentation
14 years ago
Ryan Dahl
61d0b5af87
Now working on version v0.4.6
14 years ago
Ryan Dahl
787a343b58
Bump version to v0.4.5
14 years ago