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: 76709c6b332b
Choose a base ref
...
head repository: joyent/libuv
compare: 3e054c36294f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 2, 2013

  1. 2013.09.03, Version 0.11.12 (Unstable)

    Changes since version 0.11.11:
    
    * test: fix epoll_wait() usage in test-embed.c (Ben Noordhuis)
    
    * include: uv_alloc_cb now takes uv_buf_t* (Ben Noordhuis)
    
    * include: uv_read{2}_cb now takes const uv_buf_t* (Ben Noordhuis)
    
    * include: uv_ip[46]_addr now takes sockaddr_in* (Ben Noordhuis)
    
    * include: uv_tcp_bind{6} now takes sockaddr_in* (Ben Noordhuis)
    
    * include: uv_tcp_connect{6} now takes sockaddr_in* (Ben Noordhuis)
    
    * include: uv_udp_recv_cb now takes const uv_buf_t* (Ben Noordhuis)
    
    * include: uv_udp_bind{6} now takes sockaddr_in* (Ben Noordhuis)
    
    * include: uv_udp_send{6} now takes sockaddr_in* (Ben Noordhuis)
    
    * include: uv_spawn takes const uv_process_options_t* (Ben Noordhuis)
    
    * include: make uv_write{2} const correct (Ben Noordhuis)
    
    * windows: fix flags assignment in uv_fs_readdir() (Ben Noordhuis)
    
    * windows: fix stray comments (Ben Noordhuis)
    
    * windows: remove unused is_path_dir() function (Ben Noordhuis)
    bnoordhuis committed Sep 2, 2013
    Copy the full SHA
    82d01d5 View commit details
    Browse the repository at this point in the history
  2. Now working on v0.11.13

    bnoordhuis committed Sep 2, 2013
    Copy the full SHA
    3e054c3 View commit details
    Browse the repository at this point in the history