Navigation Menu

Skip to content
This repository has been archived by the owner on May 4, 2018. 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: joyent/libuv
base: 652d5c9e4532
Choose a base ref
...
head repository: joyent/libuv
compare: ce2458c053b7
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 18, 2013

  1. test: open stdout fd in write-only mode

    Fixes #771.
    bnoordhuis committed Jun 18, 2013
    Copy the full SHA
    6607e70 View commit details
    Browse the repository at this point in the history
  2. windows: uv_spawn shouldn't reject reparse points

    This fixes an issue where uv_spawn would not try to run a reparse point,
    and continue to scan the PATH instead. Effectively, it was impossible to
    spawn a symlinked binary. This commit fixes that.
    
    Also see #748
    piscisaureus committed Jun 18, 2013
    Copy the full SHA
    495d1a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2013

  1. windows: use WSAGetLastError(), not errno

    setsockopt() doesn't touch errno on failure. Use WSAGetLastError()
    instead.
    
    This is a back-port of commit 30a8b44 from the master branch.
    bnoordhuis committed Jun 25, 2013
    Copy the full SHA
    c8c775b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2013

  1. build: darwin: disable -fstrict-aliasing warnings

    gcc 4.2.1 as shipped with Xcode complains incessantly about aliasing
    warnings, which, while technically true, disregards the fact that the
    aliased types have the same layout in memory. Squelch the warnings.
    bnoordhuis committed Jun 26, 2013
    Copy the full SHA
    a0bc4cc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    488b43e View commit details
    Browse the repository at this point in the history
  3. test: add 'start timer from check handle' test

    Check that a timer that is started from a check handle gets picked up
    correctly, i.e. that it influences the timeout used in the next tick
    of the event loop.
    bnoordhuis committed Jun 26, 2013
    Copy the full SHA
    5841852 View commit details
    Browse the repository at this point in the history
  4. build: all now builds static and dynamic lib

    The `make all` target now builds both libuv.a and libuv.{so,dylib}
    rather than just libuv.a.
    bnoordhuis committed Jun 26, 2013
    Copy the full SHA
    88a2c7f View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/v0.10'

    Conflicts:
    	test/test-fs.c
    	test/test-list.h
    bnoordhuis committed Jun 26, 2013
    Copy the full SHA
    ce2458c View commit details
    Browse the repository at this point in the history