Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Core support for Promises #5020

Closed
wants to merge 33 commits into from

Commits on Feb 1, 2016

  1. internal: add {callback,promis}ify.js

    Callbackify turns synchronous and promise-returning functions into
    callback-accepting functions.
    
    Promisify turns callback-accepting functions into promise-returning
    functions iff the last argument is not a function.
    chrisdickinson committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    c1613c0 View commit details
    Browse the repository at this point in the history
  2. zlib: promisify

    chrisdickinson committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    a8efd4f View commit details
    Browse the repository at this point in the history
  3. repl: promisify

    chrisdickinson committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    4af7ec2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e0a2d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8798a26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    355205b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b8e57d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f2b0d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23ba073 View commit details
    Browse the repository at this point in the history
  10. dns: promisify

    chrisdickinson committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    68837b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3317652 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    846bd49 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d90b42c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    adbe352 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    697ce01 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f36b62d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    082fa08 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    54e3001 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. lib: repromisify

    chrisdickinson committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    014fb3e View commit details
    Browse the repository at this point in the history
  2. repromisify

    chrisdickinson committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    15a42c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8586b10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40ca55e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3928beb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa725b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. internal: lint

    chrisdickinson committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    0528d74 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Configuration menu
    Copy the full SHA
    010224a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Configuration menu
    Copy the full SHA
    6ae09c5 View commit details
    Browse the repository at this point in the history
  2. rework promisifier

    chrisdickinson committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    670a9c2 View commit details
    Browse the repository at this point in the history
  3. src: add flag

    chrisdickinson committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    240c72d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. fix handler

    chrisdickinson committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    565dfe2 View commit details
    Browse the repository at this point in the history
  2. introduce .promised

    chrisdickinson committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    3384ab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e38057 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c97549 View commit details
    Browse the repository at this point in the history