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

node v0.7.x and v0.8.x support #76

Merged
merged 5 commits into from Jun 20, 2012
Merged

Commits on Jun 19, 2012

  1. Copy the full SHA
    d4fe338 View commit details
    Browse the repository at this point in the history
  2. fixes to support node >= v0.7.9

    Use the new uv_ref()/uv_unref() API for node >= v0.7.9, and remove a couple
    unnecessary instances of uv_ref()/uv_unref() where only uv_queue_work() was
    being used.
    TooTallNate committed Jun 19, 2012
    Copy the full SHA
    211f277 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    383ff35 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    41b98a8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d569797 View commit details
    Browse the repository at this point in the history