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: 1d2fab37e61d
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: d9e1e4c661de
Choose a head ref
  • 3 commits
  • 24 files changed
  • 1 contributor

Commits on Feb 5, 2014

  1. node: make AsyncListenerInst field more explicit

    "flags" could mean one of many things, and multiple flag types could be
    checked. So make the field more explicit on what type of flags are being
    stored.
    
    Signed-off-by: Timothy J Fontaine <tjfontaine@gmail.com>
    trevnorris committed Feb 5, 2014
    Copy the full SHA
    c9abb59 View commit details
    Browse the repository at this point in the history
  2. async_wrap: add provider types/pass to constructor

    These will be used to allow users to filter for which types of calls
    they wish their callbacks to run.
    
    Signed-off-by: Timothy J Fontaine <tjfontaine@gmail.com>
    trevnorris committed Feb 5, 2014
    Copy the full SHA
    4a9af3f View commit details
    Browse the repository at this point in the history
  3. env: add watched_providers for AsyncListener

    Now the second field in asyncFlags will tell if the provider is
    currently being watched, or listened for.
    
    Signed-off-by: Timothy J Fontaine <tjfontaine@gmail.com>
    trevnorris committed Feb 5, 2014
    Copy the full SHA
    d9e1e4c View commit details
    Browse the repository at this point in the history