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
Ryan Dahl
769a35024f
Allow passing env to child process
15 years ago
Jacek Becela
548d59d07e
Fix fs.readFile handling encoding. Should close issue #72
15 years ago
Ryan Dahl
0e844d3bcb
tcp.Connection.prototype.write should return boolean
15 years ago
Rasmus Andersson
5c602b750a
Rewrote realpath implementation solving all known failing tests (also added a bunch of new test cases)
15 years ago
Ryan Dahl
9be3df0828
Add sys.log()
15 years ago
Felix Geisendörfer
18a70ffda1
Tweaks
- Add 'writeable' property
- Renamed pump->flush
- Use sys.mixin instead of process.mixin
15 years ago
Felix Geisendörfer
61785afb3d
Initial write stream implementation
15 years ago
Ryan Dahl
7881b59f6b
Merge branch 'master' into net2
15 years ago
Ryan Dahl
6670154819
'make test' only runs the simple test
15 years ago
Ryan Dahl
776b099d75
Disable ipv6 test on solaris
15 years ago
Ryan Dahl
62c4214711
Properly throw error on failed connection
15 years ago
Ryan Dahl
e165859c2e
Fix coupling error on Solaris
Was getting a lot of
push_pump read(): Resource temporarily unavailable
Apparently Solaris can return read() < 0 but errno == 0 to indicate a
EAGAIN?
15 years ago
Ryan Dahl
7bd3280cc2
process.inherits -> sys.inherits in net.js
15 years ago
Ryan Dahl
d9e3b466a7
Merge branch 'master' into net2
15 years ago
Ryan Dahl
fdbc9a82e4
Use EVBACKEND_SELECT on Solaris
Using EVBACKEND_PORT DTraceToolkit-0.99/Proc/syscallbypid.d reports after 5
seconds
PID CMD SYSCALL COUNT
. . . .
. . . .
. . . .
28551 mysqld fcntl 485
24793 httpd gtime 528
28551 mysqld read 707
28551 mysqld gtime 956
21050 rsync pollsys 965
21050 rsync read 965
24793 httpd read 982
28551 mysqld lwp_sigmask 1422
4675 dtrace ioctl 1579
15136 node portfs 15681
15136 node clock_gettime 31358
On a very simple node process.
15 years ago
Rasmus Andersson
20d5963fae
Added fs.realpath and fs.realpathSync (pure javascript versions)
15 years ago
Ryan Dahl
7a251f3bdf
Fix shebang in wscript
15 years ago