summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v8: upgrade to v3.11.10Bert Belder2012-06-14373-11559/+36026
* Inherited FDs should not accidentally be inherited by child processesBert Belder2012-06-141-0/+3
* uv: upgrade to 4d7f1e18Bert Belder2012-06-147-430/+571
* vcbuild.bat: add duplicate arg-ok label to work around cmd.exe bugBert Belder2012-06-141-0/+1
* test: bundle node-weak in test/gc so that it doesn't need to be downloadedNathan Rajlich2012-06-148-10/+537
* Windows: Enable ETW events.Igor Zinkovsky2012-06-1311-12/+500
* test-child-process-spawn-loop: make it pass on Windows.Bert Belder2012-06-131-1/+1
* Fix #3388 Support listening on file descriptorsisaacs2012-06-1310-21/+640
* Move resource files to src/res.Bert Belder2012-06-133-1/+1
* Fix #3407 os.tmpDir()isaacs2012-06-123-0/+25
* tests: make all message tests pass on WindowsBert Belder2012-06-133-3/+3
* test-net-timeout: make it pass on WindowsBert Belder2012-06-131-3/+8
* uv: upgrade to 9f44b0e3Bert Belder2012-06-1314-44/+28
* test-child-process-kill: make it pass on windowsBert Belder2012-06-121-4/+0
* Fix child_process.kill odditiesBert Belder2012-06-122-10/+43
* test-exec: make it work on WindowsBert Belder2012-06-121-8/+20
* doc: update crypto cipher/decipher docsBen Noordhuis2012-06-121-5/+8
* crypto: make cipher/decipher accept buffer argsBen Noordhuis2012-06-122-46/+83
* uv: upgrade to b7e150eeBert Belder2012-06-1232-111/+396
* Revert "uv: upgrade to b7e150ee"Bert Belder2012-06-1233-410/+115
* uv: upgrade to b7e150eeBert Belder2012-06-1233-115/+410
* fs: fix infinite loop in fs.readFileSync()Ben Noordhuis2012-06-121-6/+3
* fs: fix infinite loop in fs.readFile()Ben Noordhuis2012-06-121-6/+8
* fs: fix fs.readFileSync to work on real empty fileShigeki Ohtsu2012-06-121-1/+1
* fs: fix typo in fs.readFile of lying size=0 statShigeki Ohtsu2012-06-121-1/+1
* test-net-connect-econnrefused: don't take forever to completeBert Belder2012-06-121-8/+14
* test-module-loading: convert backslashes to forward slashesBert Belder2012-06-121-1/+2
* test-http-get-pipeline-problem: don't fail if there are stray files in the te...Bert Belder2012-06-121-2/+2
* test-net-write-slow: increase the socket timeout periodBert Belder2012-06-121-1/+1
* fix fs.readFile with lying size=0 stat resultsisaacs2012-06-112-13/+118
* Add Buffer.concat methodisaacs2012-06-113-0/+93
* cluster: don't silently drop messages when the write queue gets bigBert Belder2012-06-111-6/+2
* v8: force inlining of v8::internal::DescriptorArray methodsBert Belder2012-06-111-2/+2
* Force inlining CopyChars and String::Get.yangguo@chromium.org2012-06-113-4/+10
* child_process: fix test implementation for options.detachedCharlie McConnell2012-06-112-6/+26
* Do not gitignore npm's node_modulesisaacs2012-06-1140-1/+2542
* Remove auto-unrefisaacs2012-06-111-4/+0
* Now working on 0.7.11isaacs2012-06-111-2/+2
* Merge branch 'v0.7.10-release'isaacs2012-06-11179-1914/+928
|\
| * 2012.06.11, Version 0.7.10 (unstable)v0.7.10isaacs2012-06-113-2/+47
| * Remove dep symlinks from tarballisaacs2012-06-111-0/+1
| * process_wrap: set duplex flags when creating a pipeBert Belder2012-06-111-1/+2
| * lintisaacs2012-06-112-5/+6
| * Upgrade npm to 1.1.25isaacs2012-06-11172-1906/+872
|/
* test: add test for bad unicode sequencesNuno Job2012-06-091-0/+26
* Fix fs.realpath tests so that they actually runisaacs2012-06-091-10/+26
* Fix #3394 fs.realpath: Properly cache symlink targetsisaacs2012-06-092-8/+42
* Fix fs.realpath to work on Windowsisaacs2012-06-091-11/+44
* Expose posix realpath on windows as wellisaacs2012-06-091-182/+144
* domain: document and test dispose eventAndreas Madsen2012-06-092-1/+9