Ryan Dahl
|
c48b2a98d8
|
windows: Fix test-module-load-list
|
14 years ago |
Ryan Dahl
|
9166f85285
|
Remove debug code
|
14 years ago |
Ryan Dahl
|
b30ad11b59
|
child_process_uv: Handle spawn errors
|
14 years ago |
Ben Noordhuis
|
8da4831ed0
|
Upgrade libuv to 023f99a
|
14 years ago |
Ryan Dahl
|
f0f941a59e
|
link to rpcrt4 and ole32 on win32
|
14 years ago |
Ryan Dahl
|
baa6a925c2
|
Upgrade libuv to e9bee51
|
14 years ago |
Ryan Dahl
|
624dd38d89
|
child_process_uv: fix test/simple/test-child-process-env
|
14 years ago |
Ryan Dahl
|
ef767a152b
|
child_process_uv: fix simple/test-child-process-cwd
|
14 years ago |
Ryan Dahl
|
19a62589b2
|
child_process_uv: add exec, fix simple/test-child-process-exec-cwd
|
14 years ago |
Ryan Dahl
|
4ac633bf21
|
Forgot to add child_process_uv.js
|
14 years ago |
Ryan Dahl
|
7772f21b60
|
initial pass at lib/child_process_uv.js
|
14 years ago |
koichik
|
d3d8f1b972
|
Add %% escape to util.format()
Fixes #1273.
|
14 years ago |
Paul Querna
|
5501a5a641
|
Add stdlib include for free(), fixing build on linux after f01b241
|
14 years ago |
Ryan Dahl
|
f01b241057
|
add wrapper for uv_spawn
process.binding('process_wrap')
|
14 years ago |
Ben Noordhuis
|
874260b40f
|
util: add sprintf-like format() function
Fixes #1407.
|
14 years ago |
Fedor Indutny
|
9010f5fbab
|
Add support for TLS SNI
Fixes #1411
|
14 years ago |
Ryan Dahl
|
9dd979228d
|
Upgrade libuv to 7108ca88
|
14 years ago |
Robert Mustacchi
|
de0b8d601c
|
jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.js
|
14 years ago |
isaacs
|
703a1ffe52
|
Revert "AMD compatibility for node"
This reverts commit 9967c369c9 .
Conflicts:
test/simple/test-module-loading.js
|
14 years ago |
koichik
|
c72223e2a9
|
Doc improvements
related to #1391, #1415.
|
14 years ago |
koichik
|
bffb758243
|
Fix http.ClientRequest crashes if end() was called twice
Fixes #1417.
Fixes #1223.
|
14 years ago |
koichik
|
62aaf56d1b
|
Fix http.ClientRequest crashes if end() was called twice
Fixes #1417.
Fixes #1223.
|
14 years ago |
koichik
|
8b3ba47f88
|
Fix http.ClientRequest crashes if end() was called twice
Fixes #1417.
Fixes #1223.
|
14 years ago |
Fedor Indutny
|
759fb36df3
|
crypto: dispose persistent properties on class destruction
|
14 years ago |
Ryan Dahl
|
799c7bdcb6
|
Fix test-module-load-list for use-uv
|
14 years ago |
Ryan Dahl
|
8527f00c3c
|
Lazy load a few modules
|
14 years ago |
Ryan Dahl
|
ea9ee1fb7e
|
Add process.moduleLoadList for better startup transparency
|
14 years ago |
Ryan Dahl
|
bca6e35b2b
|
Don't always enable debug on startup
Improves startup time. Problem introduced in
4ab5476e89
|
14 years ago |
Ryan Dahl
|
497fe79f97
|
Speed up startup time
Reverts 2a05fe784d .
|
14 years ago |
Ryan Dahl
|
1ca5b6cd05
|
Remove pkg-conf file
|
14 years ago |
Tom Hughes
|
eab8bebced
|
Fix memleak in libeio.
|
14 years ago |
Ben Noordhuis
|
8430148ccb
|
uv: upgrade to fc7bc2b
|
14 years ago |
Aku Kotkavuo
|
562bef5ff3
|
Add missing parentheses in buffer docs.
Fixes #1405.
|
14 years ago |
Ben Noordhuis
|
83b82f900f
|
wrap: upgrade pipe_wrap and tcp_wrap to new libuv API
|
14 years ago |
Igor Zinkovsky
|
187fe27a6e
|
stdio binding + javascript to enable process.stdin.listen()
|
14 years ago |
Ben Noordhuis
|
de261713bf
|
uv: upgrade to a1adfe3
|
14 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.
|
14 years ago |
Ben Noordhuis
|
a7bdaabf60
|
Include "platform.h", not <platform.h> - conflicts with system headers
Fixes #1003.
|
14 years ago |
Felix Geisendörfer
|
1b3ebc32d7
|
Fix test-net-stream.js
I broke this in 09ee293 .
|
14 years ago |
Ben Noordhuis
|
0082ef271e
|
http: add --use-http2 switch
|
14 years ago |
Ben Noordhuis
|
2ed23314c3
|
http: make http and http2 co-exist
http2 is currently disabled pending addition of a --use-http2 switch
|
14 years ago |
Mikeal Rogers
|
915fa1e44f
|
doc: http2 documentation
|
14 years ago |
Mikeal Rogers
|
2b929c7f19
|
http: http2 implementation
|
14 years ago |
Felix Geisendörfer
|
09ee29318f
|
Emit 'close' after all connections have closed
Fixes #1383
|
14 years ago |
Ben Noordhuis
|
df3a8fcb62
|
cli: don't print result of --eval
Fixes #572.
|
14 years ago |
koichik
|
d32971a8cb
|
Doc improvements and change argument name.
Fixes #1318.
|
14 years ago |
Ben Noordhuis
|
deb100fb17
|
eio: remove trailing comma from enumerations
Fixes compile-time error in strict mode. Fixes #567.
|
14 years ago |
Alexander Uvarov
|
216829e752
|
Docs for Socket::bytesRead, Socket::bytesWritten
|
14 years ago |
Alexander Uvarov
|
14b75a126f
|
Add Socket::bytesRead, Socket::bytesWritten
|
14 years ago |