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: 5812e19bf61e
Choose a base ref
...
head repository: joyent/libuv
compare: f6c1a270edde
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 30, 2013

  1. fs-event: fix invalid memory access

    file_info->FileName is not null terminated.
    huxingyi authored and piscisaureus committed Nov 30, 2013
    Copy the full SHA
    da32344 View commit details
    Browse the repository at this point in the history
  2. windows/timer: fix uv_hrtime discontinuity

    Large performance counter frequency values would cause overflows, even
    when 64-bit integers were used to do the multiplication with NANOSEC.
    Fix this by using floating point math instead.
    
    Fixes #850
    piscisaureus committed Nov 30, 2013
    Copy the full SHA
    44ecaa7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v0.10'

    piscisaureus committed Nov 30, 2013
    Copy the full SHA
    f6c1a27 View commit details
    Browse the repository at this point in the history