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: 89bc09808f91
Choose a base ref
...
head repository: joyent/libuv
compare: 52ae456b0d66
Choose a head ref
  • 16 commits
  • 26 files changed
  • 11 contributors

Commits on Oct 26, 2014

  1. doc: fix git/svn url for gyp repo in README

    Emmanuel Odeke authored and saghul committed Oct 26, 2014
    Copy the full SHA
    b174a84 View commit details
    Browse the repository at this point in the history
  2. windows: fix fs_read with nbufs > 1 and offset

    ReadFile() does not seem to update the offset at all.
    unknownbrackets authored and saghul committed Oct 26, 2014
    Copy the full SHA
    5ac921b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. Copy the full SHA
    97bb41f View commit details
    Browse the repository at this point in the history
  2. doc: mention homebrew in README

    Mikhail Mukovnikov authored and saghul committed Nov 7, 2014
    Copy the full SHA
    41ddd1f View commit details
    Browse the repository at this point in the history
  3. doc: add learnuv workshop to README

    thlorenz authored and saghul committed Nov 7, 2014
    Copy the full SHA
    3f58562 View commit details
    Browse the repository at this point in the history
  4. doc: fix parameter name in uv_fs_access

    Closes #1560
    saghul committed Nov 7, 2014
    Copy the full SHA
    e03c0c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2014

  1. Copy the full SHA
    0f25560 View commit details
    Browse the repository at this point in the history
  2. win: fix uv_thread_self()

    59658a8 changed uv_thread_self()
    to return uv_thread_t, but uv_thread_t is a thread's HANDLE while
    uv_thread_self() returns the current thread's id.
    This means that uv_thread_equal() is also broken, as we are
    potentially comparing HANDLES to ids.
    
    Changed uv_thread_self() to return the current thread's creation handle.
    Fixed small doc issue.
    orangemocha authored and saghul committed Nov 10, 2014
    1
    Copy the full SHA
    6591d00 View commit details
    Browse the repository at this point in the history
  3. build: add x32 support to gyp build

    This commit adds x32 support to the gyp build.  Configure with:
    
        $ ./gyp_uv.py -Dtarget_arch=x32
    bnoordhuis authored and saghul committed Nov 10, 2014
    Copy the full SHA
    f914721 View commit details
    Browse the repository at this point in the history
  4. build: remove dtrace probes

    The existing probes, all two of them, cause a great deal of pain for
    people trying to build libuv on Linux because of SystemTap's dtrace(1)
    utilitity not understanding the -xnolibs flag.
    
    We could hack around that but it's easier to just remove the probes:
    they are largely useless and unused while still needing a lot of
    supporting infrastructure.  This commit removes 200 lines of code
    and configuration.
    
    Refs #1478.
    bnoordhuis authored and saghul committed Nov 10, 2014
    Copy the full SHA
    cb51400 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. doc: fix link in misc.rst

    Manos Nikolaidis authored and saghul committed Nov 18, 2014
    Copy the full SHA
    0fc24f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Copy the full SHA
    fe0b3ed View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a07e077 View commit details
    Browse the repository at this point in the history
  3. 2014.11.21, Version 1.0.0 (Stable)

    Changes since version 1.0.0-rc2:
    
    * doc: fix git/svn url for gyp repo in README (Emmanuel Odeke)
    
    * windows: fix fs_read with nbufs > 1 and offset (Unknown W. Brackets)
    
    * win: add missing IP_ADAPTER_UNICAST_ADDRESS_LH definition for MinGW
      (huxingyi)
    
    * doc: mention homebrew in README (Mikhail Mukovnikov)
    
    * doc: add learnuv workshop to README (Thorsten Lorenz)
    
    * doc: fix parameter name in uv_fs_access (Saúl Ibarra Corretgé)
    
    * unix: use cfmakeraw() for setting raw TTY mode (Yuri D'Elia)
    
    * win: fix uv_thread_self() (Alexis Campailla)
    
    * build: add x32 support to gyp build (Ben Noordhuis)
    
    * build: remove dtrace probes (Ben Noordhuis)
    
    * doc: fix link in misc.rst (Manos Nikolaidis)
    
    * mailmap: remove duplicated entries (Saúl Ibarra Corretgé)
    
    * gyp: fix comment regarding version info location (Saúl Ibarra
      Corretgé)
    saghul committed Nov 20, 2014
    Copy the full SHA
    feb2a9e View commit details
    Browse the repository at this point in the history
  4. readme: remove Rust from users

    Closes #1572
    Elijah Andrews authored and saghul committed Nov 20, 2014
    Copy the full SHA
    1560691 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'v1.x'

    saghul committed Nov 20, 2014
    Copy the full SHA
    52ae456 View commit details
    Browse the repository at this point in the history