Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-08-06Improve gyp build - now works kind ofRyan Dahl
2011-08-06Upgrade http_parser to 965f91bc76b2d1601e23Ryan Dahl
2011-08-06Child processes: support windowsVerbatimArguments optionBert Belder
2011-08-04child process: bind to libuv's kill process APIBen Noordhuis
2011-08-03http: make http2 the default, legacy backend is available with --use-http1Ben Noordhuis
2011-08-02Remove platform_win32_winsockBert Belder
2011-08-02Now working on v0.5.4Ryan Dahl
2011-08-02Bump version to v0.5.3v0.5.3Ryan Dahl
2011-08-02Complete removal of node_child_process_win32.ccRyan Dahl
2011-08-02Remove node_child_process_win32.ccRyan Dahl
2011-08-02windows: set stdio streams to binary modeIgor Zinkovsky
2011-08-01child_process_uv: fix test/simple/test-child-process-envRyan Dahl
2011-08-01child_process_uv: fix simple/test-child-process-cwdRyan Dahl
2011-08-01child_process_uv: add exec, fix simple/test-child-process-exec-cwdRyan Dahl
2011-08-01initial pass at lib/child_process_uv.jsRyan Dahl
2011-07-30Add stdlib include for free(), fixing build on linux after f01b241Paul Querna
2011-07-30add wrapper for uv_spawnRyan Dahl
2011-07-30Add support for TLS SNIFedor Indutny
2011-07-29Revert "AMD compatibility for node"isaacs
2011-07-28crypto: dispose persistent properties on class destructionFedor Indutny
2011-07-28Add process.moduleLoadList for better startup transparencyRyan Dahl
2011-07-28Don't always enable debug on startupRyan Dahl
2011-07-28Speed up startup timeRyan Dahl
2011-07-27wrap: upgrade pipe_wrap and tcp_wrap to new libuv APIBen Noordhuis
2011-07-27stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky
2011-07-27Fix crypto encryption/decryption with Base64.SAWADA Tadashi
2011-07-27Include "platform.h", not <platform.h> - conflicts with system headersBen Noordhuis
2011-07-26http: add --use-http2 switchBen Noordhuis
2011-07-26cli: don't print result of --evalBen Noordhuis
2011-07-25Finish removing require.pathsisaacs
2011-07-24Fix crypto hmac to accept binary keys + add test cases from rfc 2202 and 4231Stefan Bühler
2011-07-24process: add process.features, remove process.useUVBen Noordhuis
2011-07-22Windows/cygwin: no more GetConsoleTitleW errors on XPBert Belder
2011-07-22Now working on v0.5.3Ryan Dahl
2011-07-22Bump version to v0.5.2v0.5.2Ryan Dahl
2011-07-21upgrade libuv to 6e50576Ryan Dahl
2011-07-21net: add bindings to libuv pipe APIBen Noordhuis
2011-07-21crypto: check for SSL_COMP_get_compression_methods()Ben Noordhuis
2011-07-20process.stdout/process.stderr should use net_legacy for nowRyan Dahl
2011-07-20Use ms instead of sec for gc idle timesRyan Dahl
2011-07-19net_uv: properly initialize writeQueueSizeRyan Dahl
2011-07-19Finally remove node::EventEmitterRyan Dahl
2011-07-19Remove StatWatcher's dep on C++ EventEmitterRyan Dahl
2011-07-19Move HandleWrap rules to one placeRyan Dahl
2011-07-18PipeWrap should use HandleWrap::CloseRyan Dahl
2011-07-18Abstract out HandleWrap classRyan Dahl
2011-07-18Add pipe_wrapRyan Dahl
2011-07-18Abstract StreamWrap from TCPWrapRyan Dahl
2011-07-16Improve --help message and Fix -e/--eval switchSteve Engledow
2011-07-16net_uv: getsockname bindingHenry Rawas