summaryrefslogtreecommitdiff
path: root/src/node_watchdog.cc
Commit message (Expand)AuthorAgeFilesLines
* src: replace NULL with nullptrBen Noordhuis2014-10-231-3/+3
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-1/+0
* watchdog: terminate one specific isolateFedor Indutny2014-06-121-2/+6
* src: update uv callbacks after API changesSaúl Ibarra Corretgé2014-04-071-2/+2
* src: use new loop APISaúl Ibarra Corretgé2014-02-281-3/+9
* util: introduce CHECK_EQ/CHECK_NEFedor Indutny2013-12-201-4/+4
* vm: fix race condition in timeoutAlexis Campailla2013-12-181-23/+16
* src: lint c++ codeFedor Indutny2013-07-311-4/+1
* vm: fix race condition in watchdog cleanupAndrew Paprocki2013-05-301-13/+23
* vm: add support for timeout argumentAndrew Paprocki2013-04-291-0/+99