Ryan Dahl
3adf7a3dcf
TCP timeout opt-in instead of opt-out
...
For speed, idle connections are super cheap.
2010-03-12 12:39:37 -08:00
Ryan Dahl
b94af8d6b1
Only print readyState deprication message once
2010-03-12 12:34:25 -08:00
Ryan Dahl
836e6a3fcb
Adjust object ref count after call to ev_timer_again
2010-03-12 12:27:41 -08:00
Ryan Dahl
177de8fefc
Fix some gcc warnings
2010-03-12 12:21:27 -08:00
Ryan Dahl
3d10852c33
Disable AsciiSliceExt
...
Seems faster and less buggy?
2010-03-12 12:21:27 -08:00
Ryan Dahl
ca862d75de
[net2] Add Socket.setTimeout
...
Still seeing crashes and performance problems.
2010-03-11 12:43:32 -08:00
Ryan Dahl
4635ed7fde
Add process.now
...
Faster way to find out current time.
2010-03-11 12:40:24 -08:00
Ryan Dahl
462a8f8652
add error listener to test-net-pingpong
2010-03-11 12:39:50 -08:00
Ryan Dahl
9b67962a44
Add timer.again method
2010-03-11 12:38:42 -08:00
Ryan Dahl
03f2bfe51f
Make relative ref to sys in fs module.
2010-03-11 12:37:37 -08:00
Ryan Dahl
777e1a6c69
Merge branch 'master' into net2
2010-03-10 11:03:32 -08:00
Ryan Dahl
70b2a44579
Remove -Werror from V8
2010-03-10 11:03:26 -08:00
Ryan Dahl
7eb126474d
Merge branch 'master' into net2
2010-03-10 11:02:01 -08:00
Ryan Dahl
073947c150
Upgrade V8 to 2.1.3
2010-03-10 10:50:46 -08:00
Ryan Dahl
0918bb2070
Adjust a few more tests to work with net2
2010-03-09 18:37:23 -08:00
Ryan Dahl
c1a0ade7e7
Further net2 compatibilities
2010-03-09 16:27:49 -08:00
Standa Opichal
c2c0cfb75f
Making sure node-waf finds its real bindir even when executed through a symlinked path.
2010-03-09 13:05:44 -08:00
Ryan Dahl
b07f2e25f4
Update http2 for new stream API
2010-03-09 12:00:06 -08:00
Ryan Dahl
264a67aed2
Update net.js for new stream API
2010-03-09 11:59:42 -08:00
Ryan Dahl
dd21a4f4b9
Remove the 'Error: (no message)' exceptions print stack trace instead
2010-03-09 11:21:19 -08:00
Ryan Dahl
6310e717e4
Remove the 'Error: (no message)' exceptions print stack trace instead
2010-03-09 11:20:58 -08:00
Ryan Dahl
93c0c24a4e
process.mixin: Return instead of continue in forEach
2010-03-09 10:54:26 -08:00
Ryan Dahl
c69d3f4a35
Don't use process.mixin in test-buffer.js
2010-03-09 10:54:01 -08:00
Ryan Dahl
faffee0c62
Merge branch 'master' into net2
2010-03-09 10:45:06 -08:00
Ryan Dahl
00333d59d6
process.inherits -> sys.inherits
2010-03-09 10:33:19 -08:00
Aaron Heckmann
f8eb163728
Add removeAllListeners
2010-03-09 09:30:14 -08:00
isaacs
b90d63b998
Change the include() message so that it doesn't recommend process.mixin.
2010-03-09 09:05:20 -08:00
isaacs
602d1861a1
Remove process.mixin from repl
2010-03-09 09:04:45 -08:00
Ryan Dahl
fb6dc11f11
Clean up some things in the benchmarks
2010-03-08 19:06:25 -08:00
Ryan Dahl
04999ef969
Remove -Werror from deps/v8/SConstruct
...
-_-
2010-03-08 18:04:59 -08:00
isaacs
c488e5775a
Remove process.mixin dependencies from benchmark scripts
2010-03-08 17:57:38 -08:00
isaacs
a38aa02f9f
Remove process.mixin dependency from fs
2010-03-08 17:57:08 -08:00
isaacs
5861db8a69
Remove process.mixin dependency from all tests.
2010-03-08 17:57:04 -08:00
Ryan Dahl
74614c1bf1
Change libev/wscript for waf 1.5.14
2010-03-08 17:45:57 -08:00
Ryan Dahl
5809483b78
Upgrade waf to 1.5.14a
2010-03-08 13:35:08 -08:00
Ryan Dahl
8c4561d2a0
Merge branch 'master' into net2
2010-03-08 11:14:11 -08:00
Ryan Dahl
c9c13e0718
require('fs') in test-http-tls
2010-03-08 11:13:24 -08:00
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
2010-03-08 10:22:19 -08:00
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
2010-03-08 10:20:07 -08:00
Ryan Dahl
e898c1f2e3
Upgrade WAF to 1.5.14
2010-03-08 10:18:24 -08:00
Ryan Dahl
c98b0799bf
Upgrade V8 to 2.1.2.6
2010-03-08 09:33:11 -08:00
Ryan Dahl
40e42e8107
Replace --cflags with --vars
2010-03-08 09:10:24 -08:00
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.
2010-03-08 09:05:56 -08:00
Felix Geisendörfer
c47391526c
Fix typo in fs.writeStream docs
2010-03-08 09:05:31 -08:00
Ryan Dahl
209b219b10
Add environmental varibles to help text
2010-03-08 08:33:10 -08:00
Ryan Dahl
d67fdcc177
clean should not docclean
2010-03-07 12:13:16 -08:00
Rasmus Andersson
374300ca8d
Updated patch of node.cc for supporting reading of umask
2010-03-07 12:07:57 -08:00
Ryan Dahl
681733d905
Merge branch 'master' into net2
2010-03-05 20:51:26 -08:00
Ryan Dahl
a258992855
Depreciation process.unloop()
2010-03-05 18:07:28 -08:00
Ryan Dahl
39b63dfe17
bump version
2010-03-05 17:55:13 -08:00