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: 28b1edd80204
Choose a base ref
...
head repository: joyent/libuv
compare: 961202d1c215
Choose a head ref
  • 9 commits
  • 6 files changed
  • 5 contributors

Commits on May 13, 2013

  1. Copy the full SHA
    f22163c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    55c150a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2013

  1. test, sunos: disable process_title test

    Disable unit test failing due to missing implementation
    of uv_(set|get)_process_title for Sun OS (SmartOS).
    
    Based on discussion with @tjfontaine, such implementation is difficult
    if possible at all and it won't be done anytime soon. Thus there is
    no point in keeping the failing test around.
    bajtos authored and bnoordhuis committed May 14, 2013
    Copy the full SHA
    0564ee4 View commit details
    Browse the repository at this point in the history
  2. 2013.05.15, Version 0.10.6 (Stable)

    Changes since version 0.10.5:
    
    * stream: fix osx select hack (Fedor Indutny)
    
    * stream: fix small nit in select hack, add test (Fedor Indutny)
    
    * build: link with libkvm on openbsd (Ben Noordhuis)
    
    * stream: use harder sync restrictions for osx-hack (Fedor Indutny)
    
    * unix: fix EMFILE error handling (Ben Noordhuis)
    
    * darwin: fix unnecessary include headers (Daisuke Murase)
    
    * darwin: rename darwin-getproctitle.m (Ben Noordhuis)
    
    * build: convert predefined $PLATFORM to lower case (Elliot Saba)
    
    * build: set soname in shared library (Ben Noordhuis)
    
    * build: make `make test` link against .a again (Ben Noordhuis)
    
    * darwin: fix ios build, don't require ApplicationServices (Ben
      Noordhuis)
    
    * build: only set soname on shared object builds (Timothy J. Fontaine)
    isaacs committed May 14, 2013
    Copy the full SHA
    11e6613 View commit details
    Browse the repository at this point in the history
  3. Now working on v0.10.7

    isaacs committed May 14, 2013
    Copy the full SHA
    1fd10de View commit details
    Browse the repository at this point in the history
  4. windows: kill child processes when the parent dies

    This makes Windows behave just like Unix. This does not affect
    processes that are spawned with the UV_PROCESS_DETACHED flag set.
    piscisaureus committed May 14, 2013
    2
    Copy the full SHA
    415f4d3 View commit details
    Browse the repository at this point in the history
  5. 2013.05.15, Version 0.10.7 (Stable)

    Changes since version 0.10.6:
    
    * windows: kill child processes when the parent dies (Bert Belder)
    piscisaureus committed May 14, 2013
    Copy the full SHA
    028baaf View commit details
    Browse the repository at this point in the history
  6. Now working on v0.10.8

    piscisaureus committed May 14, 2013
    Copy the full SHA
    13496e9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2013

  1. Merge branch 'v0.10'

    Conflicts:
    	ChangeLog
    	config-unix.mk
    	src/version.c
    piscisaureus committed May 15, 2013
    Copy the full SHA
    961202d View commit details
    Browse the repository at this point in the history