1766 Commits (d4379fcee3b7d7838caf21bddca5248c33f8771f)

Author SHA1 Message Date
Ben Noordhuis 2bbb468428 child process: bind to libuv's kill process API 13 years ago
Ben Noordhuis 38f948a373 http: make http2 the default, legacy backend is available with --use-http1 13 years ago
Bert Belder 91ecfbcae8 Remove platform_win32_winsock 13 years ago
Ryan Dahl 158bfab922 Now working on v0.5.4 13 years ago
Ryan Dahl 4585330afe Bump version to v0.5.3 13 years ago
Ryan Dahl 8ace421bfd Complete removal of node_child_process_win32.cc 13 years ago
Ryan Dahl 3ce671284b Remove node_child_process_win32.cc 13 years ago
Igor Zinkovsky 1c09cc1550 windows: set stdio streams to binary mode 13 years ago
Ryan Dahl 624dd38d89 child_process_uv: fix test/simple/test-child-process-env 13 years ago
Ryan Dahl ef767a152b child_process_uv: fix simple/test-child-process-cwd 13 years ago
Ryan Dahl 19a62589b2 child_process_uv: add exec, fix simple/test-child-process-exec-cwd 13 years ago
Ryan Dahl 7772f21b60 initial pass at lib/child_process_uv.js 13 years ago
Paul Querna 5501a5a641 Add stdlib include for free(), fixing build on linux after f01b241 13 years ago
Ryan Dahl f01b241057 add wrapper for uv_spawn 13 years ago
Fedor Indutny 9010f5fbab Add support for TLS SNI 13 years ago
isaacs 703a1ffe52 Revert "AMD compatibility for node" 13 years ago
Fedor Indutny 759fb36df3 crypto: dispose persistent properties on class destruction 13 years ago
Ryan Dahl ea9ee1fb7e Add process.moduleLoadList for better startup transparency 13 years ago
Ryan Dahl bca6e35b2b Don't always enable debug on startup 13 years ago
Ryan Dahl 497fe79f97 Speed up startup time 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
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 13 years ago
Ben Noordhuis a7bdaabf60 Include "platform.h", not <platform.h> - conflicts with system headers 13 years ago
Ben Noordhuis 0082ef271e http: add --use-http2 switch 13 years ago
Ben Noordhuis df3a8fcb62 cli: don't print result of --eval 13 years ago
isaacs c050d0fa19 Finish removing require.paths 13 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 13 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 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
Ryan Dahl 133036fdad upgrade libuv to 6e50576 13 years ago
Ben Noordhuis 37cbc355d5 net: add bindings to libuv pipe API 13 years ago
Ben Noordhuis 6f0740e67b crypto: check for SSL_COMP_get_compression_methods() 13 years ago
Ryan Dahl 0599cb7afa process.stdout/process.stderr should use net_legacy for now 13 years ago
Ryan Dahl effc4469d0 Now working on v0.4.11 13 years ago
Ryan Dahl 1b8dd65d6e Bump version to v0.4.10 13 years ago
Ryan Dahl 58655da3aa Use ms instead of sec for gc idle times 13 years ago
Ryan Dahl 6050af4fd7 net_uv: properly initialize writeQueueSize 13 years ago
Ryan Dahl 4ef8f06fe6 Finally remove node::EventEmitter 13 years ago
Ryan Dahl 0a3fc1d9c8 Remove StatWatcher's dep on C++ EventEmitter 13 years ago
Ryan Dahl 85404c5c55 Move HandleWrap rules to one place 13 years ago
Ryan Dahl 61cda1e34e PipeWrap should use HandleWrap::Close 13 years ago
Ryan Dahl 0c7bf8132e Abstract out HandleWrap class 13 years ago
Ryan Dahl cc0f608c7c Add pipe_wrap 13 years ago
Ryan Dahl 1ae148909a Abstract StreamWrap from TCPWrap 13 years ago