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
bfa9db9dd6
Merge branch 'v0.4'
Conflicts:
src/node_version.h
test/simple/test-buffer.js
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
isaacs
7ee8c5676b
Modify futimes test to allow ENOSYS
14 years ago
isaacs
6d85da185c
Closes GH-721 Set default host header properly
However, this test is failing for some quite unrelated issue.
Getting some odd "socket hangup" crashes, and only the first request
ever makes it to the server.
14 years ago
isaacs
e1a72f0e2e
Closes GH-535 Immediate pause/resume race condition
Calling resume() immediately after calling pause() would trigger
a race condition where it would try to read() from a file
descriptor that was already being read from, causing an EBADF
14 years ago
isaacs
4d64f36338
Closes GH-310 Format slashes properly
14 years ago
Ryan Dahl
a7254f3df9
Revert "Disable compression with OpenSSL."
This reverts commit 362785f704
.
14 years ago
Ryan Dahl
f2dd8dd2b9
Fix test/message/undefined_reference_in_new_context
Broke after 75db199
.
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
4877279efa
Add timers to globals section
Closes GH-864.
14 years ago
Ryan Dahl
5c35dff419
Don't load root certs for each SSL context
14 years ago
Ryan Dahl
ad861e1354
Merge branch 'v8-3.1' into v0.4
14 years ago
Ryan Dahl
6631983dd1
Upgrade V8 to 3.1.8.8
14 years ago
Ryan Dahl
ed74db01f3
process.stderr.write should return true
14 years ago
Ryan Dahl
6394ba28c8
Add test for circular refs in deepEquals
Closes GH-207.
14 years ago
Ryan Dahl
75db1995b6
Don't conflict with V8's Script class
Closes GH-203.
14 years ago
Jorge Chamorro Bieling
e35b2d9617
docs: fs.read/write() cb()s now receive buffer
14 years ago
Ryan Dahl
038306a6c3
Closes GH-843. Fix SlowBuffer.prototype.slice
14 years ago
Ryan Dahl
1768c72135
Add doc note about STARTTLS
14 years ago
Ryan Dahl
c0b461d9a1
Increase TLS pool size for perf increase
14 years ago
Ryan Dahl
98b56636c0
Revert "Alphabetize the table of contents for the API docs"
This reverts commit a66e45693c
.
14 years ago
Ryan Dahl
e9a1dd7930
Typo in docs
Thanks to Anatoliy Chakkaev for pointing it out.
Closes GH-841.
14 years ago
Brian White
a66e45693c
Alphabetize the table of contents for the API docs
14 years ago
Ryan Dahl
2f2c9d47fd
Remove strange unicode output in docs
14 years ago
David Trejo
6788ad413f
See the <doc> section are now links to <doc>
Closes GH-839.
14 years ago
Ryan Dahl
978a50c500
Remove exterraneous line
14 years ago
Jorge Chamorro Bieling
e7604b1ea7
Retain buffers in fs.read/write()
Closes GH-814.
Closes GH-827.
14 years ago
Mikeal Rogers
2a65d29625
Fix listener leak in stream.pipe()
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
77044ed5fa
Turn off strictaliasing on solaris
14 years ago
Ryan Dahl
cbcb7fb019
Merge branch 'v8-3.1' into v0.4
14 years ago
Ryan Dahl
c8ee19a618
Upgrade V8 to 3.1.8.5
14 years ago
Arnout Kazemier
53bec1c862
Added support for removing .once listeners
Closes GH-806.
14 years ago
Ryan Dahl
0fb44a2f93
Add jobs.nodejs.org link
14 years ago
Ryan Dahl
69c3e1961b
Remove asciiSlice from docs
14 years ago
Zachary Scott
2b2736153d
clean up whitespace in examples
14 years ago
Zachary Scott
67913a0232
writable stream api has destroySoon() for exiting after data queue has been drained
14 years ago
Trevor Burnham
5e78f57087
Doc fix for fs.write
Closes GH-808
Closes GH-811
14 years ago
Trevor Burnham
f0d0fcc4aa
Clarifying that writeFile replaces existing file
14 years ago
Trevor Burnham
3ec391ba36
Correcting typo in docs: 'deprecated', not 'depreciated'
14 years ago
Ryan Dahl
4cc0a0878f
Better ifdef for futimes
14 years ago
isaacs
7bff70268a
signage warning, and add v8::namespace
14 years ago