summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-08-24Move ARRAY_SIZE macro to node.hBen Noordhuis4-5/+4
2011-08-22Upgrade to 0.9.8r.Peter Bright1-0/+5
2011-08-20Fix #1563. overflow in ChildProcess custom_fd.Ryan Dahl1-0/+6
2011-08-20Fix #1563. overflow in ChildProcess custom_fd.Ryan Dahl1-0/+6
2011-08-17Now working on v0.4.12Ryan Dahl1-2/+2
2011-08-17Bump version to v0.4.11v0.4.11Ryan Dahl1-1/+1
2011-08-16vm: fix incorrect dispatch of vm.runInContext for argument "filename"Antranig Basman1-1/+1
2011-08-15module: fix pointer reference to out-of-scope variableBen Noordhuis1-1/+5
2011-08-15node_crypto: interface with libuv, not libevBert Belder1-2/+2
2011-08-14module: fix pointer reference to out-of-scope variableBen Noordhuis1-1/+5
2011-08-12platform: fix GetFreeMemory() on 64 bits freebsdArtem Zaytsev1-1/+1
2011-08-12typed arrays: fix signed/unsigned compiler warningsBen Noordhuis1-5/+5
2011-08-12typed arrays: add Float64ArrayBen Noordhuis1-0/+5
2011-08-12typed arrays: alias method subarray() to slice()Ben Noordhuis1-0/+1
2011-08-12typed arrays: integrate plask's typed array implementationBen Noordhuis3-0/+799
2011-08-12crypto: PBKDF2 function from OpenSSLGlen Low1-0/+119
2011-08-12Now working on v0.5.5Ryan Dahl1-2/+2
2011-08-12Bump version to v0.5.4v0.5.4Ryan Dahl1-1/+1
2011-08-11Fix MSVS building.Peter Bright1-5/+3
2011-08-11node: propagate --use-uv to child processesBen Noordhuis1-0/+7
2011-08-10win: fix test-process-envRyan Dahl1-2/+23
2011-08-11tcp: propagate libuv tcp accept() errors to net_uv.jsBen Noordhuis1-16/+18
2011-08-10Open files in binary mode, on msvc tooBert Belder1-1/+1
2011-08-09crypto: fix incorrect ssl shutdown checkTom Hughes1-1/+1
2011-08-09net: fix incorrect sizeof()Tom Hughes1-1/+1
2011-08-09crypto: fix incorrect ssl shutdown checkTom Hughes1-1/+1
2011-08-09net: fix incorrect sizeof()Tom Hughes1-1/+1
2011-08-09windows: fix test-umaskRyan Dahl1-4/+12
2011-08-06Make MSVS build.Peter Bright3-5/+9
2011-08-06Complete eio upgradeRyan Dahl1-2/+1
2011-08-06Basic VC++ compatibility work.Peter Bright10-25/+106
2011-08-06Improve gyp build - now works kind ofRyan Dahl3-1/+19
2011-08-06Upgrade http_parser to 965f91bc76b2d1601e23Ryan Dahl1-12/+0
2011-08-05Child processes: support windowsVerbatimArguments optionBert Belder1-0/+6
2011-08-04child process: bind to libuv's kill process APIBen Noordhuis1-1/+1
2011-08-02http: make http2 the default, legacy backend is available with --use-http1Ben Noordhuis2-8/+8
2011-08-02Remove platform_win32_winsockBert Belder9-532/+2
2011-08-02Now working on v0.5.4Ryan Dahl1-2/+2
2011-08-02Bump version to v0.5.3v0.5.3Ryan Dahl1-1/+1
2011-08-01Complete removal of node_child_process_win32.ccRyan Dahl1-1/+1
2011-08-01Remove node_child_process_win32.ccRyan Dahl1-892/+0
2011-08-01windows: set stdio streams to binary modeIgor Zinkovsky1-0/+6
2011-07-31child_process_uv: fix test/simple/test-child-process-envRyan Dahl1-1/+1
2011-07-31child_process_uv: fix simple/test-child-process-cwdRyan Dahl1-1/+3
2011-07-31child_process_uv: add exec, fix simple/test-child-process-exec-cwdRyan Dahl1-1/+1
2011-07-31initial pass at lib/child_process_uv.jsRyan Dahl2-0/+6
2011-07-29Add stdlib include for free(), fixing build on linux after f01b241Paul Querna1-0/+1
2011-07-29add wrapper for uv_spawnRyan Dahl4-119/+367
2011-07-29Add support for TLS SNIFedor Indutny3-1/+136
2011-07-29Revert "AMD compatibility for node"isaacs2-3/+3