Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-28watchdog: fix timeout for early polling returnSaúl Ibarra Corretgé
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-10-24src: replace NULL with nullptrBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-06-13watchdog: terminate one specific isolateFedor Indutny
2014-04-07src: update uv callbacks after API changesSaúl Ibarra Corretgé
2014-02-28src: use new loop APISaúl Ibarra Corretgé
2013-12-21util: introduce CHECK_EQ/CHECK_NEFedor Indutny
2013-12-19vm: fix race condition in timeoutAlexis Campailla
2013-07-31src: lint c++ codeFedor Indutny
2013-05-30vm: fix race condition in watchdog cleanupAndrew Paprocki
2013-04-30vm: add support for timeout argumentAndrew Paprocki