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: b48ca3301935
Choose a base ref
...
head repository: joyent/libuv
compare: 842c70c5c582
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 7, 2014

  1. 2014.04.07, Version 0.10.26 (Stable)

    Changes since version 0.10.25:
    
    * process: don't close stdio fds during spawn (Tonis Tiigi)
    
    * build, windows: do not fail on Windows SDK Prompt (Marc Schlaich)
    
    * build, windows: fix x64 configuration issue (Marc Schlaich)
    
    * win: fix buffer leak on error in pipe.c (Fedor Indutny)
    
    * kqueue: invalidate fd in uv_fs_event_t (Fedor Indutny)
    
    * linux: always deregister closing fds from epoll (Geoffry Song)
    
    * error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny)
    
    Signed-off-by: Fedor Indutny <fedor@indutny.com>
    indutny committed Apr 7, 2014
    Copy the full SHA
    d864907 View commit details
    Browse the repository at this point in the history
  2. Now working on v0.10.27

    Signed-off-by: Fedor Indutny <fedor@indutny.com>
    indutny committed Apr 7, 2014
    Copy the full SHA
    6855205 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v0.10'

    Conflicts:
    	.mailmap
    	AUTHORS
    	ChangeLog
    	src/version.c
    indutny committed Apr 7, 2014
    Copy the full SHA
    7f9c11b View commit details
    Browse the repository at this point in the history
  4. 2014.04.07, Version 0.11.23 (Unstable)

    Changes since version 0.11.22:
    
    * fs: avoid using readv/writev where possible (Fedor Indutny)
    
    * mingw: fix build with autotools (Saúl Ibarra Corretgé)
    
    * bsd: support IPv6 qualified link-local addresses (Saúl Ibarra Corretgé)
    
    * unix: add UV_HANDLE_IPV6 flag to tcp and udp handles (Saúl Ibarra Corretgé)
    
    * unix, windows: do not set SO_REUSEADDR by default on udp (Saúl Ibarra
      Corretgé)
    
    * windows: fix check in uv_tty_endgame() (Maks Naumov)
    
    * unix, windows: add IPv6 support for uv_udp_multicast_interface (Saúl Ibarra
      Corretgé)
    
    * unix: fallback to blocking writes if reopening a tty fails (Saúl Ibarra
      Corretgé)
    
    * unix: fix handling uv__open_cloexec failure (Saúl Ibarra Corretgé)
    
    * unix, windows: add IPv6 support to uv_udp_set_membership (Saúl Ibarra
      Corretgé)
    
    * unix, windows: removed unused status parameter (Saúl Ibarra Corretgé)
    
    * android: add support of ifaddrs in android (Javier Hernández)
    
    * build: fix SunOS and AIX build with autotools (Saúl Ibarra Corretgé)
    
    * build: freebsd link with libelf if dtrace enabled (Saúl Ibarra Corretgé)
    
    * stream: do not leak `alloc_cb` buffers on error (Fedor Indutny)
    
    * unix: fix setting written size on uv_wd (Saúl Ibarra Corretgé)
    
    Signed-off-by: Fedor Indutny <fedor@indutny.com>
    indutny committed Apr 7, 2014
    Copy the full SHA
    e54de53 View commit details
    Browse the repository at this point in the history
  5. Now working on v0.11.24

    Signed-off-by: Fedor Indutny <fedor@indutny.com>
    indutny committed Apr 7, 2014
    Copy the full SHA
    842c70c View commit details
    Browse the repository at this point in the history