Ryan Dahl
e83c6959db
Disable compression with OpenSSL.
This improves memory and speed. Users may apply compression in "userland"
above the CryptoStream layer if they desire.
14 years ago
Marcel Laverdet
c2b5ea218c
Attempt to connect to debug process more than once
The debugger would give up after only 100ms but on my system this
timeout isn't enough. The startup process is now modified to try 6
times every 50ms instead.
Fixes #1010 .
14 years ago
isaacs
8df6f9e544
Close #974 Properly report traceless errors.
Also, tests for the same.
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
Robert Mustacchi
ed657e9d46
Add loadavg for SunOS
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
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
koichik
9533e879f0
Fix Buffer.write() with UCS-2 should not be write partial char
closes #916 .
14 years ago
Jakub Lekstan
81cbd42cf5
Fixes the circular reference in vm modules.
Fixes the circular reference problem. Closes GH-822.
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
61d0b5af87
Now working on version v0.4.6
14 years ago
Ryan Dahl
787a343b58
Bump version to v0.4.5
14 years ago
Ryan Dahl
a7254f3df9
Revert "Disable compression with OpenSSL."
This reverts commit 362785f704
.
14 years ago
Ryan Dahl
362785f704
Disable compression with OpenSSL.
This improves memory and speed. Users may apply compression in "userland"
above the CryptoStream layer if they desire.
14 years ago
Ryan Dahl
5c35dff419
Don't load root certs for each SSL context
14 years ago
Ryan Dahl
ed74db01f3
process.stderr.write should return true
14 years ago
Jorge Chamorro Bieling
e7604b1ea7
Retain buffers in fs.read/write()
Closes GH-814.
Closes GH-827.
14 years ago
Ryan Dahl
73ebea7a4d
Now working on v0.4.5
14 years ago
Ryan Dahl
25122b986a
Bump version to v0.4.4
14 years ago
Ryan Dahl
8b33a1d8e4
Guard failed buffer constructions.
Thanks to Jeremy Barnes for pointing it out.
14 years ago
Ryan Dahl
4ae5e085ff
Now working on v0.4.4
14 years ago
Ryan Dahl
c095ce1a1b
bump version to v0.4.3
14 years ago
Ryan Dahl
aeed966fe0
Don't call GetMemoryUsage every 5 seconds
14 years ago
Ryan Dahl
566c67b758
Working on v0.4.3-pre - oops
14 years ago
Ryan Dahl
61fdfcb137
Fix comment in node_provider.d
14 years ago
Ryan Dahl
55048cdf79
Update copyright headers
14 years ago
Felix Geisendörfer
9d4c5a12f4
Crypto update should only accept strings / buffers
I have seen a lot of people trying to pass objects to crypto's update
functions, assuming that it would somehow serialize the object before
hashing.
In reality, the object was converted to '[object Object]' which was
then hashed, without any error message showing.
This patch modifies the DecodeBytes function (used exclusively by
crypto at this point) to complain when receiving anything but a
string or buffer.
Overall this should be a less-suprising, more robust behavior.
14 years ago
Ryan Dahl
2a05fe784d
Do not use defineGetter in src/node.js for better crankshaft perf
See: https://groups.google.com/d/topic/nodejs/xJqpp1_s6is/discussion
14 years ago
Theo Schlossnagle
2a61e1cd49
without this the server will not advertise support for client certs
Closes GH-774.
14 years ago
Ryan Dahl
97853e07de
Use default backend for __sun (event ports)
14 years ago
Ben Noordhuis
594642b31d
Buffer::Length(Buffer*) should not invoke itself recursively.
Closes GH-759.
14 years ago
Ryan Dahl
161f7aacf7
Add missing v8:: namespace prefix
14 years ago
Tom Hughes
74954ce7d8
Add string class that uses ExternalAsciiStringResource.
Change the natives to use this class instead of creating completely new
strings. Reduces memory usage by about 1 MB.
14 years ago
Ryan Dahl
39280e1b57
Bump version to v0.4.2
14 years ago
Ryan Dahl
4ab5476e89
SIGUSR1 should break the VM without delay
14 years ago
isaacs
bc8e9b340d
Closes GH-734 Do the setuid() after chdir()
14 years ago
Ryan Dahl
a14bb04c05
tty.setWindowSize should use the correct function
Thanks to Matthew Woolman
14 years ago
Felix Geisendörfer
0304f1fc22
Expose errno with a string for dns/cares
This is to mirror the behavior introduced in
aa95e5708f
.
Closes GH-727.
14 years ago
Ryan Dahl
1f50d711b2
Fix memleak in vm.runInNewContext
Closes GH-704.
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
e5a472229b
Now working on v0.4.2
14 years ago
Ryan Dahl
e8aef84191
Bump version to v0.4.1
14 years ago
Brian White
1efac74958
Fix os.cpus() on cygwin
14 years ago
Tj Holowaychuk
42a369620f
Fixed null signal preservation
Closes GH-674.
14 years ago