Tom Hughes
eab8bebced
Fix memleak in libeio.
13 years ago
Ben Noordhuis
8430148ccb
uv: upgrade to fc7bc2b
13 years ago
Aku Kotkavuo
562bef5ff3
Add missing parentheses in buffer docs.
Fixes #1405 .
13 years ago
Ben Noordhuis
83b82f900f
wrap: upgrade pipe_wrap and tcp_wrap to new libuv API
13 years ago
Igor Zinkovsky
187fe27a6e
stdio binding + javascript to enable process.stdin.listen()
13 years ago
Ben Noordhuis
de261713bf
uv: upgrade to a1adfe3
13 years ago
SAWADA Tadashi
d3a84bea7b
Fix crypto encryption/decryption with Base64.
Fixes #738 .
Fixes #1205 .
14 years ago
Ben Noordhuis
2d65f3c59a
Include "platform.h", not <platform.h> - conflicts with system headers
Fixes #1003 .
13 years ago
Ben Noordhuis
a7bdaabf60
Include "platform.h", not <platform.h> - conflicts with system headers
Fixes #1003 .
13 years ago
Felix Geisendörfer
1b3ebc32d7
Fix test-net-stream.js
I broke this in 09ee293
.
13 years ago
Ben Noordhuis
0082ef271e
http: add --use-http2 switch
13 years ago
Ben Noordhuis
2ed23314c3
http: make http and http2 co-exist
http2 is currently disabled pending addition of a --use-http2 switch
13 years ago
Mikeal Rogers
915fa1e44f
doc: http2 documentation
13 years ago
Mikeal Rogers
2b929c7f19
http: http2 implementation
13 years ago
Felix Geisendörfer
09ee29318f
Emit 'close' after all connections have closed
Fixes #1383
13 years ago
Ben Noordhuis
df3a8fcb62
cli: don't print result of --eval
Fixes #572 .
13 years ago
koichik
d32971a8cb
Doc improvements and change argument name.
Fixes #1318 .
13 years ago
Ben Noordhuis
deb100fb17
eio: remove trailing comma from enumerations
Fixes compile-time error in strict mode. Fixes #567 .
13 years ago
Alexander Uvarov
216829e752
Docs for Socket::bytesRead, Socket::bytesWritten
13 years ago
Alexander Uvarov
14b75a126f
Add Socket::bytesRead, Socket::bytesWritten
13 years ago
isaacs
c050d0fa19
Finish removing require.paths
Fix require() completion bug in repl, and correct man output
13 years ago
isaacs
bf0802402d
Note that require.paths is gone in 0.5
Rather than say it "may disappear", let's just be clear that it *has*
disappeared, and exactly how long it'll be supported for.
13 years ago
Stefan Bühler
db993956d6
Fix crypto hmac to accept binary keys + add test cases from rfc 2202 and 4231
Fixes #324 .
Fixes #1027 .
Instead of converting buffers to strings and back again to char array
directly use the buffer data in hmac_init (same as in hmac_update).
14 years ago
Ben Noordhuis
aa0308d618
process: add process.features, remove process.useUV
Partially fixes #1385 .
13 years ago
koichik
50e147bd03
Add an optional length argument to Buffer.write()
Fixes #243 .
Fixes #1361 .
13 years ago
Daniel Pihlström
fa829b0fd3
convert nonbuffer data to string in fs.writeFile/Sync
Fixes #657 .
14 years ago
Jeroen Janssen
2fe780b36c
build: add wscript detection for node_version
13 years ago
SAWADA Tadashi
e357acc55b
Fix crypto encryption/decryption with Base64.
Fixes #738 .
Fixes #1205 .
14 years ago
Vicente Jimenez Aguilar
b8e9bf0993
Typos in ChangeLog file.
Fixes #968 .
14 years ago
koichik
3eb246485a
Doc improvements
13 years ago
Bert Belder
7a6a77e07c
Windows/cygwin: no more GetConsoleTitleW errors on XP
13 years ago
Ryan Dahl
82905fa3aa
Now working on v0.5.3
13 years ago
Bert Belder
78487b6256
Windows/cygwin: no more GetConsoleTitleW errors on XP
13 years ago
Ryan Dahl
08ffce1a00
Bump version to v0.5.2
13 years ago
Bert Belder
9e77b1a82e
Upgrade libuv to 2806b0386b266ee7377459b49156a60a15b1dfea
13 years ago
Ryan Dahl
0ed1354119
Merge branch 'v0.4'
Conflicts:
ChangeLog
deps/v8/src/version.cc
doc/index.html
src/node_version.h
test/simple/test-url.js
wscript
13 years ago
Ryan Dahl
daead5f5bb
win: fix simple/test-tls-client-abort.js
13 years ago
Ryan Dahl
8eb1edc8ea
net_uv: Fix test-net-server-bind
13 years ago
Ryan Dahl
fea524e145
Merge branch 'V8-3.4'
13 years ago
Ryan Dahl
f319e12621
Upgrade V8 to 3.4.14
13 years ago
Ben Noordhuis
984dc057e3
net_uv: throw if Server.prototype.close() is called twice
Follows net_legacy behaviour.
13 years ago
Ben Noordhuis
345df289eb
test: test pipe API with raw net.Stream() object
Test case for #1379 .
13 years ago
Ben Noordhuis
8ddb334c2a
net_uv: emit 'close' event in Server.prototype.close()
13 years ago
Ben Noordhuis
07bcdc2f51
net_uv: release uv handle in Socket.prototype.destroy()
13 years ago
Ben Noordhuis
59b04427d3
net_uv: defer handle creation to connect() or bind() time
Fixes #1379 .
13 years ago
Ryan Dahl
20ced0ea1e
Add tls tests to test-uv
13 years ago
Ryan Dahl
a6a3bf6d47
escape backslashes for windows pipe name
13 years ago
Ryan Dahl
a0198d065d
Remove logos from package
13 years ago
Ben Noordhuis
4b77626add
test: make test-http-unix-socket use common.PIPE
Don't unlink the socket, that's the responsibility of libuv and/or node.
13 years ago
Ben Noordhuis
725fcf5587
test: add test-net-pingpong to `make test-uv` list
13 years ago