summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* readline: don't cache the "keypress" listenersNathan Rajlich2012-06-141-4/+2
* Fix #3425: removeAllListeners should delete arrayReid Burke2012-06-142-13/+11
* windows: make symlinks tolerant to forward slashesBert Belder2012-06-152-20/+22
* Fix test-fs-realpath on Windowsisaacs2012-06-142-92/+166
* Fix Kraken regression due to optimistic monomorphic element transitionsdanno@chromium.org2012-06-151-1/+1
* Fix assertion for map code cache of shared maps.mstarzinger@chromium.org2012-06-152-1/+71
* uv: upgrade to b1649b6fBert Belder2012-06-141-12/+29
* doc: update v8-options in man pageisaacs2012-06-141-113/+94
* build: Add node.d and node.1 to installerisaacs2012-06-141-1/+10
* v8: Replace 'echo -n' with 'echo' in build commandsisaacs2012-06-141-2/+2
* uv: upgrade to 5d5688f2Bert Belder2012-06-142-4/+2
* license2rtf: collapse whitespaceBert Belder2012-06-141-1/+8
* cluster: rename worker.unqiueID to worker.idAndreas Madsen2012-06-143-24/+28
* Update message test for new v8 behaviorisaacs2012-06-141-1/+1
* test-bad-unicode: update to reflect V8 3.11 behaviorBert Belder2012-06-141-4/+9
* Windows: don't fire GC ETW events without ETW consumersIgor Zinkovsky2012-06-142-14/+10
* test: use the debug build of node-weak when necessaryNathan Rajlich2012-06-131-1/+10
* test: add a .gitignore file to ignore weak's compiled "build" dirNathan Rajlich2012-06-131-0/+1
* LICENSE: add node-weakBert Belder2012-06-141-0/+18
* LICENSE: punctuation fixesBert Belder2012-06-141-13/+13
* Remove faster ticks for debug mode.yangguo@chromium.org2012-06-144-10/+2
* Unbreak the snapshotted build on WindowsBert Belder2012-06-141-1/+0
* v8: fix postmortem debugging tools buildFedor Indutny2012-06-141-2/+2
* v8: reapply floating patchesBert Belder2012-06-141-1/+1
* Fix performance regression caused by r11202.mstarzinger@chromium.org2012-06-143-13/+70
* 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