| Commit message (Expand) | Author | Age | Files | Lines |
* | src: do not use pointer for loop in node_watchdog | Anna Henningsen | 2019-06-17 | 1 | -12/+8 |
* | src: remove env-inl.h from header files | Sam Roberts | 2019-05-28 | 1 | -1/+3 |
* | src: remove util-inl.h from header files | Sam Roberts | 2019-05-14 | 1 | -0/+1 |
* | src: make watchdog async callback a lambda | Gireesh Punathil | 2019-02-08 | 1 | -8/+5 |
* | src: do not alias new and old signal masks | Sam Roberts | 2018-12-07 | 1 | -1/+3 |
* | src: move error handling code into node_errors.cc | Joyee Cheung | 2018-11-06 | 1 | -2/+3 |
* | worker,src: display remaining handles if `uv_loop_close` fails | Anna Henningsen | 2018-06-13 | 1 | -2/+2 |
* | src: refactor `#include` handling | Anna Henningsen | 2017-09-14 | 1 | -2/+0 |
* | vm: fix race condition with timeout param | Marcel Laverdet | 2017-05-23 | 1 | -42/+11 |
* | meta: restore original copyright header | James M Snell | 2017-03-10 | 1 | -0/+21 |
* | watchdog: add flag to mark handler as disabled | Bartosz Sosnowski | 2016-12-23 | 1 | -3/+10 |
* | vm: add error message if we abort | Franziska Hinkelmann | 2016-09-23 | 1 | -1/+4 |
* | test,util: fix flaky test-util-sigint-watchdog | Anna Henningsen | 2016-08-11 | 1 | -0/+7 |
* | src: use RAII for mutexes in node_watchdog.cc | Anna Henningsen | 2016-08-11 | 1 | -37/+25 |
* | src: fix readability/braces cpplint warnings | Ben Noordhuis | 2016-06-28 | 1 | -1/+1 |
* | vm: test for abort condition of current invocation | Anna Henningsen | 2016-06-25 | 1 | -1/+2 |
* | vm: add ability to break on sigint/ctrl+c | Anna Henningsen | 2016-06-18 | 1 | -0/+225 |
* | src: fix check-imports.py linter errors | Sakthipriyan Vairamani | 2016-04-25 | 1 | -3/+0 |
* | src: replace deprecated TerminateExecution | Michaël Zasso | 2016-03-03 | 1 | -1/+1 |
* | vm: remove Watchdog dependency on Environment | Ido Ben-Yair | 2015-10-21 | 1 | -5/+4 |
* | watchdog: fix timeout for early polling return | Saúl Ibarra Corretgé | 2015-01-28 | 1 | -2/+6 |
* | Remove excessive copyright/license boilerplate | isaacs | 2015-01-12 | 1 | -21/+0 |
* | src: replace NULL with nullptr | Ben Noordhuis | 2014-10-23 | 1 | -3/+3 |
* | src: replace assert() with CHECK() | Ben Noordhuis | 2014-10-12 | 1 | -1/+0 |
* | watchdog: terminate one specific isolate | Fedor Indutny | 2014-06-12 | 1 | -2/+6 |
* | src: update uv callbacks after API changes | Saúl Ibarra Corretgé | 2014-04-07 | 1 | -2/+2 |
* | src: use new loop API | Saúl Ibarra Corretgé | 2014-02-28 | 1 | -3/+9 |
* | util: introduce CHECK_EQ/CHECK_NE | Fedor Indutny | 2013-12-20 | 1 | -4/+4 |
* | vm: fix race condition in timeout | Alexis Campailla | 2013-12-18 | 1 | -23/+16 |
* | src: lint c++ code | Fedor Indutny | 2013-07-31 | 1 | -4/+1 |
* | vm: fix race condition in watchdog cleanup | Andrew Paprocki | 2013-05-30 | 1 | -13/+23 |
* | vm: add support for timeout argument | Andrew Paprocki | 2013-04-29 | 1 | -0/+99 |