Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: b9bec2031e5f
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: e6016dae348c
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 22, 2014

  1. node: only run same AL once on error

    Should have been included with 60fcc11 as it is the same type of fix.
    
    Signed-off-by: Forrest L Norvell <ogd@aoaioxxysz.net>
    trevnorris committed Jan 22, 2014
    Copy the full SHA
    f32c1ff View commit details
    Browse the repository at this point in the history
  2. node: remove asyncStack

    Now that the context stores the active execution stack, and because
    removeAsyncListener() always removed the AsyncListener from the queue
    and the stack, there's no need to keep a stack around anymore. Instead
    the active asyncQueue and the currentContext is able to handle it all.
    
    Signed-off-by: Forrest L Norvell <ogd@aoaioxxysz.net>
    trevnorris committed Jan 22, 2014
    Copy the full SHA
    e6016da View commit details
    Browse the repository at this point in the history