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: 7ce11138859c^
Choose a base ref
...
head repository: joyent/libuv
compare: 2ab355da2b81
Choose a head ref
  • 12 commits
  • 44 files changed
  • 5 contributors

Commits on Nov 25, 2014

  1. doc,build,include: update project links

    The project home has moved from https://github.com/joyent/libuv to
    https://github.com/libuv/libuv.  Update the links inside the repo.
    bnoordhuis committed Nov 25, 2014
    Copy the full SHA
    7ce1113 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. doc: fix typo: Strcutures -> Structures

    Signed-off-by: Michael Ira Krufky <m.krufky@samsung.com>
    mkrufky authored and saghul committed Nov 26, 2014
    Copy the full SHA
    06b78e1 View commit details
    Browse the repository at this point in the history
  2. unix: fix processing process handles queue

    Make sure we initialize it after the handle was removed from the pending
    queue so that QUEUE_REMOVE doesn't do an invalid write when the process
    is closed.
    
    Valgrind output:
    
    ==4362== Invalid write of size 8
    ==4362==    at 0x407DB8: uv__process_close (process.c:515)
    ==4362==    by 0x404F94: uv_close (core.c:138)
    ==4362==    by 0x4037C5: main (invalid_write.c:33)
    ==4362==  Address 0xffeffc820 is not stack'd, malloc'd or (recently) free'd
    ==4362==
    ==4362== Invalid write of size 8
    ==4362==    at 0x407DC3: uv__process_close (process.c:515)
    ==4362==    by 0x404F94: uv_close (core.c:138)
    ==4362==    by 0x4037C5: main (invalid_write.c:33)
    ==4362==  Address 0xffeffc828 is not stack'd, malloc'd or (recently) free'd
    
    Refs: /issues/1584
    saghul committed Nov 26, 2014
    Copy the full SHA
    c0ea37c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0306663 View commit details
    Browse the repository at this point in the history
  4. 2014.11.27, Version 1.0.1 (Stable)

    Changes since version 1.0.0:
    
    * readme: remove Rust from users (Elijah Andrews)
    
    * doc,build,include: update project links (Ben Noordhuis)
    
    * doc: fix typo: Strcutures -> Structures (Michael Ira Krufky)
    
    * unix: fix processing process handles queue (Saúl Ibarra Corretgé)
    
    * win: replace non-ansi characters in source file (Bert Belder)
    piscisaureus committed Nov 26, 2014
    Copy the full SHA
    0a8e813 View commit details
    Browse the repository at this point in the history
  5. Add SHAs to changelog

    piscisaureus committed Nov 26, 2014
    Copy the full SHA
    6ffe2a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2014

  1. doc: fix spelling

    Fix various typos and spelling mistakes in the documentation
    
    PR-URL: libuv/libuv#17
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    jgeralnik authored and bnoordhuis committed Nov 29, 2014
    Copy the full SHA
    45c7ccc View commit details
    Browse the repository at this point in the history
  2. unix, windows: fix typos in comments

    Fix various typos and spelling mistakes in comments.
    Does not affect any code, just changes comments.
    
    PR-URL: libuv/libuv#17
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    jgeralnik authored and bnoordhuis committed Nov 29, 2014
    Copy the full SHA
    3aeca36 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2014

  1. test: canonicalize test runner path

    The get_currentexe test requires a canonicalized argv[0] to check
    against.  Before this commit, it failed when argv[0] contained symbolic
    links.
    
    Fixes libuv/libuv#18.
    bnoordhuis committed Dec 1, 2014
    Copy the full SHA
    ff29322 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. test: fix compilation warnings

    saghul committed Dec 2, 2014
    Copy the full SHA
    b544251 View commit details
    Browse the repository at this point in the history
  2. test: skip tty test if detected width and height are 0

    This happens in certain build environments such as Jenkins if
    some tweaking is not performed in the host system.
    
    PR-URL: libuv/libuv#22
    saghul committed Dec 2, 2014
    Copy the full SHA
    e157dc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. Copy the full SHA
    2ab355d View commit details
    Browse the repository at this point in the history