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: eca008a38641
Choose a base ref
...
head repository: joyent/libuv
compare: 73524cdd3a36
Choose a head ref
  • 9 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 23, 2013

  1. build: add OBJC makefile var

    Overrides the Objective-C compiler that is used. Defaults to $(CC).
    bnoordhuis committed Mar 23, 2013
    Copy the full SHA
    1487d5a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2013

  1. Copy the full SHA
    c7b1c53 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eeeb079 View commit details
    Browse the repository at this point in the history
  3. 2013.03.25, Version 0.10.2 (Stable)

    This is the first officially versioned release of libuv. Starting now
    libuv will make releases independently of Node.js.
    
    Changes since Node.js v0.10.0:
    
    * test: add tap output for windows (Timothy J. Fontaine)
    
    * unix: fix uv_tcp_simultaneous_accepts() logic (Ben Noordhuis)
    
    * include: bump UV_VERSION_MINOR (Ben Noordhuis)
    
    * unix: improve uv_guess_handle() implementation (Ben Noordhuis)
    
    * stream: run try_select only for pipes and ttys (Fedor Indutny)
    
    Changes since Node.js v0.10.1:
    
    * build: rename OS to PLATFORM (Ben Noordhuis)
    
    * unix: make uv_timer_init() initialize repeat (Brian Mazza)
    
    * unix: make timers handle large timeouts (Ben Noordhuis)
    
    * build: add OBJC makefile var (Ben Noordhuis)
    
    * Add `uv_version()` and `uv_version_string()` APIs (Bert Belder)
    piscisaureus committed Mar 25, 2013
    Copy the full SHA
    0f36a00 View commit details
    Browse the repository at this point in the history
  4. Now working on v0.10.3

    piscisaureus committed Mar 25, 2013
    Copy the full SHA
    d5f8c1a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2013

  1. include: remove extraneous const from uv_version()

    Fixes the following warning:
    
      include/uv.h:236:30: warning: type qualifiers ignored on function
      return type [-Wignored-qualifiers]
       UV_EXTERN const unsigned int uv_version(void);
    bnoordhuis committed Mar 26, 2013
    Copy the full SHA
    3f6122b View commit details
    Browse the repository at this point in the history
  2. doc: update README, s/OS/PLATFORM/

    Commit a9740c9 changed the name of the OS var to PLATFORM but forgot to
    update the README.
    bnoordhuis committed Mar 26, 2013
    Copy the full SHA
    bd20b37 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0fb9b22 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    73524cd View commit details
    Browse the repository at this point in the history