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

Commits on Sep 1, 2013

  1. include: uv_alloc_cb now takes uv_buf_t*

    Passing or returning structs as values makes life hard for people that
    work with libuv through a foreign function interface. Switch to a
    pointer-based approach.
    
    Fixes #684.
    bnoordhuis committed Sep 1, 2013
    Copy the full SHA
    3fb6612 View commit details
    Browse the repository at this point in the history
  2. include: uv_read{2}_cb now takes const uv_buf_t*

    Passing or returning structs as values makes life hard for people that
    work with libuv through a foreign function interface. Switch to a
    pointer-based approach.
    
    Fixes #684.
    bnoordhuis committed Sep 1, 2013
    Copy the full SHA
    b7d027c View commit details
    Browse the repository at this point in the history
  3. include: uv_ip[46]_addr now takes sockaddr_in*

    Passing or returning structs as values makes life hard for people that
    work with libuv through a foreign function interface. Switch to a
    pointer-based approach.
    
    Fixes #684.
    bnoordhuis committed Sep 1, 2013
    Copy the full SHA
    8184076 View commit details
    Browse the repository at this point in the history
  4. include: uv_tcp_bind{6} now takes sockaddr_in*

    Passing or returning structs as values makes life hard for people that
    work with libuv through a foreign function interface. Switch to a
    pointer-based approach.
    
    Fixes #684.
    bnoordhuis committed Sep 1, 2013
    Copy the full SHA
    daa229a View commit details
    Browse the repository at this point in the history
  5. include: uv_tcp_connect{6} now takes sockaddr_in*

    Passing or returning structs as values makes life hard for people that
    work with libuv through a foreign function interface. Switch to a
    pointer-based approach.
    
    Fixes #684.
    bnoordhuis committed Sep 1, 2013
    Copy the full SHA
    255671d View commit details
    Browse the repository at this point in the history
  6. include: uv_udp_recv_cb now takes const uv_buf_t*

    Passing or returning structs as values makes life hard for people that
    work with libuv through a foreign function interface. Switch to a
    pointer-based approach.
    
    Fixes #684.
    bnoordhuis committed Sep 1, 2013
    Copy the full SHA
    0f7b296 View commit details
    Browse the repository at this point in the history
  7. include: uv_udp_bind{6} now takes sockaddr_in*

    Passing or returning structs as values makes life hard for people that
    work with libuv through a foreign function interface. Switch to a
    pointer-based approach.
    
    Fixes #684.
    bnoordhuis committed Sep 1, 2013
    Copy the full SHA
    525dbb5 View commit details
    Browse the repository at this point in the history
  8. include: uv_udp_send{6} now takes sockaddr_in*

    Passing or returning structs as values makes life hard for people that
    work with libuv through a foreign function interface. Switch to a
    pointer-based approach.
    
    Fixes #684.
    bnoordhuis committed Sep 1, 2013
    Copy the full SHA
    263da51 View commit details
    Browse the repository at this point in the history
  9. include: uv_spawn takes const uv_process_options_t*

    Passing or returning structs as values makes life hard for people that
    work with libuv through a foreign function interface. Switch to a
    pointer-based approach.
    
    Fixes #684.
    bnoordhuis committed Sep 1, 2013
    Copy the full SHA
    8c6ea10 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    779b8d8 View commit details
    Browse the repository at this point in the history
  11. 3
    Copy the full SHA
    bdc8289 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    d8ab41b View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    585b6b7 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    76709c6 View commit details
    Browse the repository at this point in the history