1655 Commits (97cf216c74796e7f6dbc65e346ce69cbb160c67f)

Author SHA1 Message Date
Ryan Dahl bca6e35b2b Don't always enable debug on startup 14 years ago
Ryan Dahl 497fe79f97 Speed up startup time 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
SAWADA Tadashi d3a84bea7b Fix crypto encryption/decryption with Base64. 14 years ago
Ben Noordhuis 2d65f3c59a Include "platform.h", not <platform.h> - conflicts with system headers 14 years ago
Ben Noordhuis a7bdaabf60 Include "platform.h", not <platform.h> - conflicts with system headers 14 years ago
Ben Noordhuis 0082ef271e http: add --use-http2 switch 14 years ago
Ben Noordhuis df3a8fcb62 cli: don't print result of --eval 14 years ago
isaacs c050d0fa19 Finish removing require.paths 14 years ago
Stefan Bühler db993956d6 Fix crypto hmac to accept binary keys + add test cases from rfc 2202 and 4231 14 years ago
Ben Noordhuis aa0308d618 process: add process.features, remove process.useUV 14 years ago
SAWADA Tadashi e357acc55b Fix crypto encryption/decryption with Base64. 14 years ago
Bert Belder 7a6a77e07c Windows/cygwin: no more GetConsoleTitleW errors on XP 14 years ago
Ryan Dahl 82905fa3aa Now working on v0.5.3 14 years ago
Bert Belder 78487b6256 Windows/cygwin: no more GetConsoleTitleW errors on XP 14 years ago
Ryan Dahl 08ffce1a00 Bump version to v0.5.2 14 years ago
Ryan Dahl 133036fdad upgrade libuv to 6e50576 14 years ago
Ben Noordhuis 37cbc355d5 net: add bindings to libuv pipe API 14 years ago
Ben Noordhuis 6f0740e67b crypto: check for SSL_COMP_get_compression_methods() 14 years ago
Ryan Dahl 0599cb7afa process.stdout/process.stderr should use net_legacy for now 14 years ago
Ryan Dahl effc4469d0 Now working on v0.4.11 14 years ago
Ryan Dahl 1b8dd65d6e Bump version to v0.4.10 14 years ago
Ryan Dahl 58655da3aa Use ms instead of sec for gc idle times 14 years ago
Ryan Dahl 6050af4fd7 net_uv: properly initialize writeQueueSize 14 years ago
Ryan Dahl 4ef8f06fe6 Finally remove node::EventEmitter 14 years ago
Ryan Dahl 0a3fc1d9c8 Remove StatWatcher's dep on C++ EventEmitter 14 years ago
Ryan Dahl 85404c5c55 Move HandleWrap rules to one place 14 years ago
Ryan Dahl 61cda1e34e PipeWrap should use HandleWrap::Close 14 years ago
Ryan Dahl 0c7bf8132e Abstract out HandleWrap class 14 years ago
Ryan Dahl cc0f608c7c Add pipe_wrap 14 years ago
Ryan Dahl 1ae148909a Abstract StreamWrap from TCPWrap 14 years ago
Steve Engledow 292345fe62 Improve --help message and Fix -e/--eval switch 14 years ago
Henry Rawas f3f3b12364 net_uv: getsockname binding 14 years ago
Henry Rawas 3a96469319 connect-timeout callbacks after close 14 years ago
Ryan Dahl 130be31cff Upgrade libuv to 1be48f12a0 14 years ago
Ryan Dahl 48f65b3d57 Use uv_exepath 14 years ago
Ryan Dahl 306af25325 Now working on v0.5.2 14 years ago
Ryan Dahl f8bfa54d0f Bump to v0.5.1 14 years ago
Ryan Dahl ab0d88142e Comment out wsa_get_proto_info(AF_INET6) - not needed - causes warning in Win2k3 14 years ago
Ryan Dahl 7a782164b9 Upgrade libuv to f5ff8694 14 years ago
koichik a3e3ad40b1 Fix fs can't handle large file on 64bit platform 14 years ago
koichik 5208abe723 Fix Buffer drops last null character in UTF-8 14 years ago
Ben Noordhuis 13a521e698 Fix off-by-one error in assertion. 14 years ago
Igor Zinkovsky a58b6439de Statically link in dependencies for node.exe 14 years ago
Ryan Dahl 0df2f74d36 Add several asserts to tcp_wrap 14 years ago
Henry Rawas b6f6a1ca11 ipv6 node 14 years ago
avz cc83455534 sysctl(CTL_HW, HW_PHYSMEM) always returns unsigned long. Will work fine for 32 and 64 bit systems. Closes #1233. 14 years ago
Joe Shaw 3dbb3cdb6a SendTo and SendMsg expect a buffer only, not a string; fix the error message. Closes #1239. 14 years ago
Ryan Dahl 2dfed9f69a Now working on version v0.5.1 14 years ago