Ryan Dahl
7ed80451ca
Increase pool.used before making 'data' event
15 years ago
Ryan Dahl
a49bf8622f
Finish V8 update
15 years ago
Ryan Dahl
48f5f77713
Update to V8 2.1.9.1
15 years ago
Ryan Dahl
6740dd48b3
Change Buffer toString() output
15 years ago
Ryan Dahl
3546106c43
Add req.connection and res.connection
15 years ago
Ryan Dahl
6f21ac1282
Don't free http parser for the client!
Fixes test-http-client-race.js, test-http.js
15 years ago
Ryan Dahl
5c6f063ef2
snake to camel in HTTP
15 years ago
Ryan Dahl
70ffdf5db9
Fix HTTP keep-alive
15 years ago
Ryan Dahl
6b6dcf4aad
Move test-child-process-spawn-loop to pummel/
15 years ago
Ryan Dahl
218d7e9f2d
Clean up NODE_DEBUG detection
It wasn't detecting if NODE_DEBUG=0
15 years ago
Ryan Dahl
8e9ec4abea
Fix idle timeouts
Remove process.now because it doesn't provide enough precision.
15 years ago
Ryan Dahl
3238944c7a
Don't use sys.puts for debug in net.js
15 years ago
Ryan Dahl
a01d8a0d68
Timer clean ups
Also bugfix getting pointer to C++ class in watcher
15 years ago
Ryan Dahl
b35d72df76
Upgrade V8 to 2.1.7
15 years ago
isaacs
6e603ccbe2
Fix debug statement that was using puts instead of debug()
15 years ago
arlolra
6f84063a3b
Migrates benchmarks to the new api.
15 years ago
Ryan Dahl
54d4efd44b
Upgrade http-parser
Now at version 6f72c780f0a237a775150a9963bcdf5299685cde
15 years ago
Ryan Dahl
765f0cdece
Fix ChildProcess::Kill
15 years ago
Ryan Dahl
bfdc421dda
Don't kill negative PIDs
Fixes issue GH-79.
15 years ago
Ryan Dahl
069099a3e3
Remove old test file
15 years ago
Ryan Dahl
c66a0a739f
recvBuffer -> pool
15 years ago
Ryan Dahl
cc053e7df7
Merge branch 'net2'
Expect instability on the master branch for a while.
Problems:
- Documentation is not yet updated
- SSL support is gone! It needs to be redone for net.js. Use 'tcp_old'
and 'http_old' if you need it. I want to use OpenSSL now, talk to me if
you'd like to work on it.
- fs.write() supports Buffers a little. See src/node_file.cc for details
fs.read() not yet. The file streams need to be updated to handle Buffer.
- The Buffer API will probably change.
15 years ago
Ryan Dahl
04001fb591
Don't deprecate readyState, yet
15 years ago
Ryan Dahl
ebe2721cbf
Don't use sys.debug, it gets preprocessed out
Problem introduced in b29f78772e
15 years ago
Ryan Dahl
903977d5e8
Merge branch 'master' into net2
Conflicts:
test/simple/test-event-emitter-modify-in-emit.js
15 years ago
Ryan Dahl
139c91e892
Support old 'binary' encoding in net.js
15 years ago
Ryan Dahl
663269f687
old tcp module is now tcp_old
15 years ago
Ryan Dahl
618296ef57
bump version
15 years ago
Ryan Dahl
025116f8d0
Move Buffer into own module
15 years ago
Zoka
b29f78772e
Eliminate debug(x) statements from src/node.js and lib/*.js for release build
http://groups.google.com/group/nodejs/browse_thread/thread/8f20bcef6d6d96b7
15 years ago
Ryan Dahl
ac684f3583
Add legacy 'binary' encoding/decoding methods to Buffer
15 years ago
Ryan Dahl
b80f6e9ed1
http2 now default
15 years ago
Ryan Dahl
4278f35e89
Add support for Buffer to fs.write
15 years ago
Ryan Dahl
776c3e2b29
Add note about Buffer abstraction
15 years ago
Ryan Dahl
3a993d8897
Buffer.utf8ByteLength -> Buffer.byteLength
15 years ago
Ryan Dahl
3e969f0f74
Random net.js clean ups
15 years ago
Ryan Dahl
0c64768cb4
Don't error out when buffer.utf8Write() doesn't fit
15 years ago
Ryan Dahl
f8c3b6009d
Remove send fd functionality
It was broken anyway. It will go into its own class later.
15 years ago
Ryan Dahl
e01464373f
Speed up test-buffer
15 years ago
Ryan Dahl
90295d9fce
[net2] inline write on empty write buffer for performance
15 years ago
Herbert Vojcik
9e8afe9133
DRY loading native module
15 years ago
Ryan Dahl
1762abcece
http2 now passes all tests
15 years ago
Ryan Dahl
916e057fea
Add 'opening' readyState
15 years ago
Carson McDonald
e5cbe73a82
Better EventEmitter modify-in-emit
Changed ReallyEmit so that it clones the Array of listeners before
processing the emit. Added better tests to make sure that modifying
listeners inside event handlers doesn't cause later listeners to be skipped
or added.
15 years ago
Ryan Dahl
33d5c46e8c
All tests to use http2
15 years ago
Ryan Dahl
6db43f4c29
net2 HTTPClient work
15 years ago
Scott Taylor
39f0ef9d4a
Remove duplicate shebang filtering
15 years ago
Tim-Smart
df8164c1c3
node.cc: EvalCX: Third argument as filename
15 years ago
Ryan Dahl
1332cafb7c
s/Socket/Stream/g
15 years ago
Ryan Dahl
b865f9e9c8
Merge branch 'master' into net2
15 years ago