Ryan Dahl
faffee0c62
Merge branch 'master' into net2
15 years ago
Ryan Dahl
00333d59d6
process.inherits -> sys.inherits
15 years ago
Aaron Heckmann
f8eb163728
Add removeAllListeners
15 years ago
isaacs
b90d63b998
Change the include() message so that it doesn't recommend process.mixin.
15 years ago
isaacs
602d1861a1
Remove process.mixin from repl
15 years ago
Ryan Dahl
fb6dc11f11
Clean up some things in the benchmarks
15 years ago
Ryan Dahl
04999ef969
Remove -Werror from deps/v8/SConstruct
-_-
15 years ago
isaacs
c488e5775a
Remove process.mixin dependencies from benchmark scripts
15 years ago
isaacs
a38aa02f9f
Remove process.mixin dependency from fs
15 years ago
isaacs
5861db8a69
Remove process.mixin dependency from all tests.
15 years ago
Ryan Dahl
74614c1bf1
Change libev/wscript for waf 1.5.14
15 years ago
Ryan Dahl
5809483b78
Upgrade waf to 1.5.14a
15 years ago
Ryan Dahl
8c4561d2a0
Merge branch 'master' into net2
15 years ago
Ryan Dahl
c9c13e0718
require('fs') in test-http-tls
15 years ago
Felix Geisendörfer
39472709f0
fs.createWriteStream throws fs undefined error
The improved test suite now catches this bug, so hopefully thing like
this will not happen again.
See: http://github.com/ry/node/issues#issue/75
15 years ago
Felix Geisendörfer
44dde5f24c
Remove fs/path globals from test suite
It is way too easy to not notice bugs due to those modules being
exported as globals while running the test suite.
See: http://github.com/ry/node/issues#issue/75
15 years ago
Ryan Dahl
e898c1f2e3
Upgrade WAF to 1.5.14
15 years ago
Ryan Dahl
c98b0799bf
Upgrade V8 to 2.1.2.6
15 years ago
Ryan Dahl
40e42e8107
Replace --cflags with --vars
15 years ago
Felix Geisendörfer
9a9f08b1bc
Add callbacks to stream methods
Allows for more fine graining, especially finding out about an individual
chunk of data being flushed in a write stream rather than the whole queue.
This commit also fixes a bug causing forceClose to fail on a readStream that
did not finish opening yet.
15 years ago
Felix Geisendörfer
c47391526c
Fix typo in fs.writeStream docs
15 years ago
Ryan Dahl
209b219b10
Add environmental varibles to help text
15 years ago
Ryan Dahl
d67fdcc177
clean should not docclean
15 years ago
Rasmus Andersson
374300ca8d
Updated patch of node.cc for supporting reading of umask
15 years ago
Ryan Dahl
681733d905
Merge branch 'master' into net2
15 years ago
Ryan Dahl
a258992855
Depreciation process.unloop()
15 years ago
Ryan Dahl
39b63dfe17
bump version
15 years ago
Ryan Dahl
b9cd3363ef
Bugfix in querystring
15 years ago
Rob Ellis
5c78c45fa3
Added Parse INI to Node, tests
15 years ago
Ryan Dahl
939a6c7484
Clean up homepage
15 years ago
Ryan Dahl
e72b072d53
Decouple timer from EventEmitter
15 years ago
Ryan Dahl
6d60d2db00
Revert "Use kqueue on macintosh"
Experiencing bugs http://github.com/ry/node/issues/#issue/74
This reverts commit 409020a67d
.
15 years ago
Ryan Dahl
5217eda1ae
Merge remote branch 'felixge/file2'
15 years ago
Felix Geisendörfer
dbf9e466bc
Documentation for FileWriteStream
15 years ago
Felix Geisendörfer
a96b5c792e
Documentation for FileReadStream
15 years ago
Felix Geisendörfer
78c61000c2
Properly handle read errors
Also set readable to false if the initial fs.open call failed.
15 years ago
Felix Geisendörfer
145fac2b56
Use sys inherits
Also use events.EventEmitter instead of process.EventEmitter.
15 years ago
Felix Geisendörfer
0fcc94525a
Renamed fileReadStream -> createReadStream
Did the same for fileWriteStream as well.
15 years ago
Felix Geisendörfer
48562fa938
Updated file streams
Read streams now only support forceClose()
Write streams support close() and forceClose()
15 years ago
Felix Geisendörfer
b4fba5fe8e
Simplify buffering
There is no way more than one read event would be buffered.
15 years ago
Felix Geisendörfer
f6e00759ef
Initial read stream implementation
15 years ago
Felix Geisendörfer
9415ca909e
Use process.mixin instead of sys.mixin
The process namespace has not been cleaned up yet, so mixin is still
attached to process.
15 years ago
Ryan Dahl
e6dbf8d632
Revert "Remove process.unloop()"
People need this for backwards compatibility. Will be removed soon though!
This reverts commit 1e710cafa7
.
15 years ago
Ryan Dahl
1e710cafa7
Remove process.unloop()
15 years ago
Ryan Dahl
409020a67d
Use kqueue on macintosh
15 years ago
Ryan Dahl
d5ee777af2
Don't allow child process to clobber environ
15 years ago
Ryan Dahl
d1500cee6e
Store connection in OutgoingMessage
15 years ago
Ryan Dahl
9d4d232eaa
Factor out a http.Client._reconnect() function
15 years ago
Ryan Dahl
64d0e328e8
Remove unused EventEmitter object
15 years ago
isaacs
0dba38eef0
Fix a bug that was suppressing the error in setgid, allowing it to fail silently.
15 years ago