| Commit message (Expand) | Author | Age | Files | Lines |
| * | process: flush stdout/stderr upon `process.exit()`process-exit-stdio-flushing | Jeremiah Senkpiel | 2016-05-16 | 1 | -0/+25 |
| * | test: fix flaky test-preload | Rich Trott | 2016-05-13 | 1 | -2/+2 |
| * | util: adhere to `noDeprecation` set at runtime | Anna Henningsen | 2016-05-13 | 1 | -0/+33 |
| * | src,module: add --preserve-symlinks command line flag | James M Snell | 2016-05-13 | 3 | -1/+135 |
| * | repl: copying tabs shouldn't trigger completion | Eugene Obrezkov | 2016-05-13 | 1 | -1/+3 |
| * | test: add tests for stream3 buffering using cork | Alex J Burke | 2016-05-12 | 2 | -0/+177 |
| * | test: abstract skip functionality to common | Jeremiah Senkpiel | 2016-05-12 | 195 | -233/+235 |
| * | test: fix test-process-exec-argv flakiness | Santiago Gimeno | 2016-05-12 | 1 | -1/+1 |
| * | test: make sure O_NOATIME is present only in Linux | Sakthipriyan Vairamani | 2016-05-12 | 1 | -7/+8 |
| * | repl: exports `Recoverable` | Blake Embrey | 2016-05-12 | 1 | -0/+40 |
| * | benchmark,test,lib: remove extra spaces | Rich Trott | 2016-05-11 | 20 | -48/+48 |
| * | handle_wrap: IsRefed() -> HasRef() | Jeremiah Senkpiel | 2016-05-11 | 2 | -39/+39 |
| * | Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check" | Jeremiah Senkpiel | 2016-05-11 | 2 | -53/+40 |
| * | test: ensure test-npm-install uses correct node | Myles Borins | 2016-05-11 | 1 | -1/+4 |
| * | test: fix test-vm-cached-data to work with old v8 | Myles Borins | 2016-05-11 | 1 | -1/+2 |
| * | test: test preloaded modules using stdin or repl | Bradley Meck | 2016-05-11 | 1 | -16/+59 |
| * | test: fix test-debugger-pid | Santiago Gimeno | 2016-05-11 | 1 | -0/+54 |
| * | test: allow out-of-order replies in dgram tests | Anna Henningsen | 2016-05-10 | 2 | -18/+29 |
| * | tools: lint for object literal spacing | Rich Trott | 2016-05-08 | 28 | -50/+50 |
| * | test: add tests for console.[info|error|warn] | Bryan English | 2016-05-05 | 1 | -11/+49 |
| * | intl: Don't crash if v8BreakIterator not available | Steven R. Loomis | 2016-05-04 | 1 | -0/+15 |
| * | buffer: fix lastIndexOf index underflow issue | Anna Henningsen | 2016-05-04 | 1 | -0/+17 |
| * | buffer: fix lastIndexOf crash for overlong needle | Anna Henningsen | 2016-05-04 | 1 | -0/+23 |
| * | buffer: fix UCS2 indexOf for odd buffer length | Anna Henningsen | 2016-05-04 | 1 | -0/+3 |
| * | buffer: fix needle length misestimation for UCS2 | Anna Henningsen | 2016-05-04 | 1 | -0/+6 |
| * | test: avoid test-cluster-master-* flakiness | Stefan Budeanu | 2016-05-04 | 2 | -37/+29 |
| * | lib,test: update in preparation for linter update | Rich Trott | 2016-05-04 | 1 | -1/+6 |
| * | src: add O_NOATIME constant | Rich Trott | 2016-05-04 | 1 | -0/+11 |
| * | repl: create history file with mode 0600 | Carl Lei | 2016-05-04 | 1 | -0/+53 |
| * | test: fix alpn tests for openssl1.0.2h | Shigeki Ohtsu | 2016-05-04 | 1 | -8/+9 |
| * | util: truncate inspect array and typed array | James M Snell | 2016-05-03 | 1 | -0/+55 |
| * | util: fix inspecting of proxy objects | James M Snell | 2016-05-03 | 1 | -0/+84 |
| * | test: refactor large event emitter tests | cjihrig | 2016-05-02 | 3 | -176/+191 |
| * | readline: remove deprecated methods | cjihrig | 2016-05-02 | 1 | -29/+25 |
| * | assert: allow circular references | Rich Trott | 2016-04-29 | 1 | -12/+20 |
| * | process: add process.cpuUsage() - implementation, doc, tests | Patrick Mueller | 2016-04-29 | 1 | -0/+63 |
| * | events: pass the original listener added by once | DavidCai | 2016-04-29 | 1 | -0/+11 |
| * | test,tools: limit lint tolerance of gc global | Rich Trott | 2016-04-28 | 3 | -4/+4 |
| * | test,tools: adjust function argument alignment | Rich Trott | 2016-04-28 | 27 | -73/+105 |
| * | crypto: fix error in deprecation message | Rich Trott | 2016-04-28 | 1 | -0/+31 |
| * | test: check that 2nd handle.close() call is a nop | Ben Noordhuis | 2016-04-27 | 2 | -0/+7 |
| * | src: simplify handlewrap state tracking logic | Ben Noordhuis | 2016-04-27 | 2 | -7/+11 |
| * | net: introduce `Socket#connecting` property | Fedor Indutny | 2016-04-27 | 2 | -1/+22 |
| * | readline: allow history to be disabled | surya panikkal | 2016-04-26 | 1 | -0/+19 |
| * | cluster: migrate from worker.suicide | Evan Lucas | 2016-04-25 | 4 | -8/+16 |
| * | handle_wrap: IsRefed -> Unrefed, no isAlive check | Jeremiah Senkpiel | 2016-04-25 | 2 | -38/+46 |
| * | url: drop auth in `url.resolve()` if host changes | Alex Kocharin | 2016-04-25 | 1 | -1/+15 |
| * | repl: don’t complete expressions when eval fails | Anna Henningsen | 2016-04-25 | 1 | -27/+30 |
| * | module: preserve symlinks when requiring | Alex Lamar | 2016-04-25 | 1 | -0/+57 |
| * | console: timeEnd() with no label emits warning | Eugene Obrezkov | 2016-04-25 | 1 | -3/+7 |