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: b13941cf17c9
Choose a base ref
...
head repository: joyent/libuv
compare: 977e8337baec
Choose a head ref
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on Jul 24, 2013

  1. unix, windows: don't read/recv if buf.len==0

    Make it possible for the libuv user to handle out of memory conditions
    gracefully. When alloc_cb() returns a buffer with len==0, call the read
    or recv callback with nread=UV_ENOBUFS. It's up to the user to stop or
    close the handle.
    
    Fixes #752.
    bnoordhuis committed Jul 24, 2013
    Copy the full SHA
    1acbd76 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2013

  1. build: add mingw makefile

    * add a very simple Makefile.mingw that builds libuv.a
    * apply a couple of fixes to src/win so it actually builds with mingw
      (mostly missing includes)
    
    Fixes #847.
    bnoordhuis committed Jul 25, 2013
    Copy the full SHA
    977e833 View commit details
    Browse the repository at this point in the history