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: f7683ab3a5f6^
Choose a base ref
...
head repository: joyent/libuv
compare: 4224e8b5b1fe
Choose a head ref
  • 11 commits
  • 17 files changed
  • 2 contributors

Commits on Jul 3, 2014

  1. common: use common uv__count_bufs code

    Until now it was reimplemented in 2 different places (unix, win).
    txdv authored and saghul committed Jul 3, 2014
    Copy the full SHA
    f7683ab View commit details
    Browse the repository at this point in the history
  2. unix: add send_queue_size to uv_udp_t

    This functionality is present in stream and uv_udp_t has a queue
    as well so it makes sense for udp to have a send_write_size.
    txdv authored and saghul committed Jul 3, 2014
    Copy the full SHA
    106b0cb View commit details
    Browse the repository at this point in the history
  3. win: add send_queue_size to uv_udp_t

    txdv authored and saghul committed Jul 3, 2014
    Copy the full SHA
    9762f10 View commit details
    Browse the repository at this point in the history
  4. test: add udp.send_queue_size tests

    txdv authored and saghul committed Jul 3, 2014
    Copy the full SHA
    1512471 View commit details
    Browse the repository at this point in the history
  5. unix: add send_queue_count to uv_udp_t

    txdv authored and saghul committed Jul 3, 2014
    Copy the full SHA
    a1b0133 View commit details
    Browse the repository at this point in the history
  6. win: add send_queue_count to uv_udp_t

    txdv authored and saghul committed Jul 3, 2014
    Copy the full SHA
    66ccb0e View commit details
    Browse the repository at this point in the history
  7. unix: add uv_udp_try_send

    UDP messages can be sent with 0 content.
    In that case the function returns also 0 (sent buffer size) which
    is ambigious because we don't know whether the message has been
    sent or not. So we return UV_EAGAIN which is different compared
    to the stream_try_write API.
    txdv authored and saghul committed Jul 3, 2014
    Copy the full SHA
    4b1f9d3 View commit details
    Browse the repository at this point in the history
  8. win: add uv_udp_try_send

    txdv authored and saghul committed Jul 3, 2014
    Copy the full SHA
    8f81f80 View commit details
    Browse the repository at this point in the history
  9. test: add test for uv_udp_try_send

    txdv authored and saghul committed Jul 3, 2014
    Copy the full SHA
    fa6a2b1 View commit details
    Browse the repository at this point in the history
  10. doc: put read-only isntead of public in uv_udp_t

    both fields shouldn't be modified by the user
    txdv authored and saghul committed Jul 3, 2014
    Copy the full SHA
    68e8d27 View commit details
    Browse the repository at this point in the history
  11. WIP

    saghul committed Jul 3, 2014
    1
    Copy the full SHA
    4224e8b View commit details
    Browse the repository at this point in the history