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: db344cc20801
Choose a base ref
...
head repository: joyent/libuv
compare: f78bcfbd6ad2
Choose a head ref
  • 10 commits
  • 12 files changed
  • 5 contributors

Commits on Apr 8, 2013

  1. unix: don't write more than IOV_MAX iovecs

    Write no more than `IOV_MAX` chunks with `writev()` at
    once, otherwise `writev()` returns EINVAL.
    indutny committed Apr 8, 2013
    Copy the full SHA
    895e776 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2013

  1. mingw-w64: don't call _set_invalid_parameter_handler

    Check the __MSVCRT_VERSION__, as mingw-w64 always defines
    _WRITE_ABORT_MSG.
    
    Closes #774
    nmaier authored and piscisaureus committed Apr 10, 2013
    Copy the full SHA
    5676924 View commit details
    Browse the repository at this point in the history
  2. build: gyp disable thin archives

    Thin archives aren't available on all platforms, notably smartos
    tjfontaine authored and bnoordhuis committed Apr 10, 2013
    Copy the full SHA
    e294975 View commit details
    Browse the repository at this point in the history
  3. sunos: re-export entire library when static

    This is useful to make sure linker doesn't strip things like dtrace
    tjfontaine authored and bnoordhuis committed Apr 10, 2013
    Copy the full SHA
    0da533e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e1ffc6c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7570a35 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    603915d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    be5b16a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    bad707d View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f78bcfb View commit details
    Browse the repository at this point in the history