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
Ryan Dahl
7a8c729830
Merge branch 'v0.4'
Conflicts:
src/node_version.h
14 years ago
Ryan Dahl
8b33a1d8e4
Guard failed buffer constructions.
Thanks to Jeremy Barnes for pointing it out.
14 years ago
Ryan Dahl
f63120be78
Fix solaris build
14 years ago
Ryan Dahl
391f087981
Fix setsid in tty.open
Thanks to Leen Besselink for pointing this out.
Closes GH-815.
14 years ago
Ryan Dahl
24f9bf4180
expose https.Agent
14 years ago
Ryan Dahl
d7a86ff05e
Fix GH-819. Drop out if connection destroyed before connect()
14 years ago
Ryan Dahl
7e28630f5e
Fix GH-820. CryptoStream.end shouldn't throw if not writable
This matches the behavior of net.Socket
14 years ago
Ryan Dahl
4198de280f
Add video to index.html
14 years ago
Ryan Dahl
99068639d9
add demo to home page
14 years ago
Ryan Dahl
c8f5bf88e1
Use feedburner instead of wordpress
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
5b161b09a3
Merge branch 'v8-3.1' into v0.4
14 years ago
Ryan Dahl
53dc74e12f
Upgrade V8 to 3.1.8.3
14 years ago
Ryan Dahl
aeed966fe0
Don't call GetMemoryUsage every 5 seconds
14 years ago
koichik
5ccdff48f3
Document 'ucs2' encoding for Buffer
14 years ago
Aaron Heckmann
a4dad95be3
EventEmitter#once only takes instanceof function
14 years ago
Brian White
52b9ede6db
Add helpful error message for setuid/setgid when user/group id does not exist
14 years ago
Ryan Dahl
602a4637bf
Merge branch 'v0.4'
Conflicts:
src/node_version.h
14 years ago
Dean McNamee
f67e8f243c
Export more functions for initializing and starting node.
For greater flexibility in controlling node's initialization and startup, the
following new functions are exported.
- node::Init()
- node::SetupProcessObject()
- node::Load()
- node::EmitExit()
These are some of the major steps involved in node::Setup(). Exporting these
functions allows an embedding program to write a replacement for node::Start(),
and to have access to the node process object after it's created.
14 years ago
Dean McNamee
4a6f4511c8
Don't override explicit openssl paths with pkg-config results.
14 years ago
Ryan Dahl
66570c1964
Fix double free of parser on error in http.Agent.
Thanks to Stéphan Kochen for the fix and Maurice Fonk for reproducing the
bug.
Closes GH-784.
Closes GH-803.
14 years ago
Ryan Dahl
975d020286
Fix gcc version checking for aliasing features
14 years ago