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

Commits on Jul 31, 2014

  1. 2014.07.32, Version 0.11.27 (Unstable)

    Changes since version 0.11.26:
    
    * unix, windows: use the same threadpool implementation (Saúl Ibarra
      Corretgé)
    
    * unix: use struct sockaddr_storage for target UDP addr (Saúl Ibarra
      Corretgé)
    
    * doc: add documentation to uv_udp_start_recv (Andrius Bentkus)
    
    * common: use common uv__count_bufs code (Andrius Bentkus)
    
    * unix, win: add send_queue_size and send_queue_count to uv_udp_t
      (Andrius Bentkus)
    
    * unix, win: add uv_udp_try_send (Andrius Bentkus)
    
    * unix: return UV_EAGAIN if uv_try_write cannot write any data (Saúl
      Ibarra Corretgé)
    
    * windows: fix compatibility with cygwin pipes (Jameson Nash)
    
    * windows: count queued bytes even if request completed immediately
      (Saúl Ibarra Corretgé)
    
    * windows: disable CRT debug handler on MinGW32 (Saúl Ibarra Corretgé)
    
    * windows: map ERROR_INVALID_DRIVE to UV_ENOENT (Saúl Ibarra Corretgé)
    
    * unix: try to write immediately in uv_udp_send (Saúl Ibarra Corretgé)
    
    * unix: remove incorrect assert (Saúl Ibarra Corretgé)
    
    * openbsd: avoid requiring privileges for uv_resident_set_memory (Aaron
      Bieber)
    
    * unix: guarantee write queue cb execution order in streams (Andrius
      Bentkus)
    
    * img: add logo files (Saúl Ibarra Corretgé)
    
    * aix: improve AIX compatibility (Andrew Low)
    
    * windows: return bind error immediately when implicitly binding (Saúl
      Ibarra Corretgé)
    
    * windows: don't use atexit for cleaning up the threadpool (Saúl Ibarra
      Corretgé)
    
    * windows: destroy work queue elements when colsing a loop (Saúl Ibarra
      Corretgé)
    
    * unix, windows: add uv_fs_mkdtemp (Pavel Platto)
    
    * build: handle platforms without multiprocessing.synchronize (Saúl
      Ibarra Corretgé)
    
    * windows: change GENERIC_ALL to GENERIC_WRITE in fs__create_junction
      (Tony Kelman)
    
    * windows: relay TCP bind errors via ipc (Alexis Campailla)
    tjfontaine committed Jul 31, 2014
    Copy the full SHA
    ffe24f9 View commit details
    Browse the repository at this point in the history
  2. Now working on v0.11.28

    tjfontaine committed Jul 31, 2014
    1
    Copy the full SHA
    ff6a718 View commit details
    Browse the repository at this point in the history