summaryrefslogtreecommitdiff
path: root/src/node.js
Commit message (Expand)AuthorAgeFilesLines
* node: support v8 microtask queueVladimir Kurchatkin2014-09-181-1/+32
* cluster: centralize removal from workers list.Julien Gilli2014-09-021-1/+1
* src: require EventEmitter via NativeModuleTrevor Norris2014-08-121-1/+1
* lib: don't use emitter.listeners(type).lengthJackson Tian2014-08-121-1/+1
* process: throw TypeError if kill pid not a numberSam Roberts2014-07-281-0/+4
* configure: --v8-options optionFedor Indutny2014-03-291-1/+5
* src: move AsyncListener from process to tracingTrevor Norris2014-02-051-339/+13
* env: add watched_providers for AsyncListenerTrevor Norris2014-02-051-0/+1
* node: make AsyncListenerInst field more explicitTrevor Norris2014-02-051-12/+12
* node: do not ever close stdioFedor Indutny2014-01-291-2/+2
* node: clear nextTickQueue when using domainsTrevor Norris2014-01-221-0/+2
* node: remove asyncStackTrevor Norris2014-01-211-36/+12
* node: only run same AL once on errorTrevor Norris2014-01-211-1/+2
* node: compare AsyncListener instances, not uid'sTrevor Norris2014-01-211-3/+3
* node: ensure same AL inst only runs onceTrevor Norris2014-01-211-2/+6
* async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris2014-01-211-56/+1
* node: AsyncListener use separate storage mechanismTrevor Norris2014-01-091-130/+264
* src: revert domain using AsyncListenersTrevor Norris2014-01-091-2/+37
* node: properly check uid when adding AsyncListenerTrevor Norris2014-01-031-1/+1
* node: change AsyncListener APITrevor Norris2014-01-031-9/+9
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-061-1/+2
|\
| * process: document kill(0), disallow kill(O_RDWR)Sam Roberts2013-12-021-1/+2
* | node: fix removing AsyncListener in callbackVladimir Kurchatkin2013-11-231-3/+4
* | node: allow nextTick infinite recursionTrevor Norris2013-11-211-0/+2
* | domain: use AsyncListener APITrevor Norris2013-10-311-37/+2
* | node: add AsyncListener supportTrevor Norris2013-10-311-22/+327
* | node: don't share state with in_tick/last_threwTrevor Norris2013-10-291-13/+6
* | process: use exit 1 for uncaughtExceptionisaacs2013-09-061-1/+1
* | process: Fix regression from a5dba82isaacs2013-09-061-1/+1
* | process: Use exit code 8 consistentlyisaacs2013-09-061-1/+1
* | process: Add exitCode propertyisaacs2013-09-061-2/+6
* | src: add multi-context supportBen Noordhuis2013-09-061-27/+26
* | process: Add internal _rawDebug() methodisaacs2013-09-021-1/+13
* | src: Remove outdated comment re assert()isaacs2013-09-021-3/+0
* | vm: update API to use options argumentDomenic Denicola2013-08-281-5/+5
* | domain: move error handling directly into instanceTrevor Norris2013-08-231-50/+7
* | vm, core, module: re-do vm to fix known issuesDomenic Denicola2013-08-211-4/+7
* | fixes #6031 spelling errorsMatthew Aynalem2013-08-191-2/+2
* | node: remove duplicate infoBox checksTrevor Norris2013-08-151-22/+8
* | node: remove domain nextTickTrevor Norris2013-08-091-11/+4
* | node: add inTick and lastThrew to infoBoxTrevor Norris2013-07-311-22/+16
* | src, lib: update after internal api changeBen Noordhuis2013-07-201-8/+8
* | src, lib: deduplicate errnoExceptionBen Noordhuis2013-07-201-10/+2
* | buffer: use smalloc as backing data storeTrevor Norris2013-06-181-1/+0
* | process: use Tock for nextTickQueue itemsTrevor Norris2013-05-301-6/+7
* | src: remove old comment codeTrevor Norris2013-05-301-1/+1
* | process: remove spinnerTrevor Norris2013-05-301-17/+2
* | process: remove max tick check for domainsTrevor Norris2013-05-301-72/+32
* | process: remove maxTickDepth from _tickCallbackTrevor Norris2013-05-301-17/+8
* | process: relocate needSpinner callsTrevor Norris2013-05-301-14/+4