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: 6bcb799a0d86^
Choose a base ref
...
head repository: joyent/libuv
compare: fc9e2a0bc487
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 7, 2014

  1. include: fix version number

    saghul committed Aug 7, 2014
    Copy the full SHA
    6bcb799 View commit details
    Browse the repository at this point in the history
  2. 2014.08.08, Version 0.11.28 (Unstable)

    Changes since version 0.11.27:
    
    * unix, windows: const-ify handle in uv_udp_getsockname (Rasmus
      Pedersen)
    
    * windows: use UV_ECANCELED for aborted TCP writes (Saúl Ibarra
      Corretgé)
    
    * windows: add more required environment variables (Jameson Nash)
    
    * windows: sort environment variables before calling CreateProcess
      (Jameson Nash)
    
    * unix, windows: move uv_loop_close out of assert (John Firebaugh)
    
    * windows: fix buffer overflow on uv__getnameinfo_work() (lilohuang)
    
    * windows: add uv_backend_timeout (Jameson Nash)
    
    * test: disable tcp_close_accept on Windows (Saúl Ibarra Corretgé)
    
    * windows: read the PATH env var of the child (Alex Crichton)
    
    * include: avoid using C++ 'template' reserved word (Iñaki Baz Castillo)
    
    * include: fix version number (Saúl Ibarra Corretgé)
    saghul committed Aug 7, 2014
    Copy the full SHA
    fc9e2a0 View commit details
    Browse the repository at this point in the history