| Commit message (Expand) | Author | Age | Files | Lines |
| * | libuv: 1.12.0 -> 1.13.1 | Vladimír Čunát | 2017-07-15 | 1 | -2/+2 |
| * | libuv: Disable yet another test•••This consistently times out for me on ARM, and apparently for others as
well: https://github.com/libuv/libuv/issues/687
| Tuomas Tynkkynen | 2017-07-14 | 1 | -0/+1 |
| * | libuv: 1.11.0 -> 1.12.0•••The changelog seems safe; I tried some reverse dependencies, too.
| Vladimír Čunát | 2017-05-30 | 1 | -3/+3 |
| * | libuv: disable tests (temporarily) on Darwin•••They're flaky, break Hydra builds regularly, and lots of stuff depends
transitively on libuv. | Dan Peebles | 2017-03-09 | 1 | -1/+4 |
| * | libuv: disable another flaky test on Darwin•••I really want to avoid debugging these on Darwin.
| Vladimír Čunát | 2017-03-05 | 1 | -2/+2 |
| * | libuv: disable a problematic test on Darwin | Vladimír Čunát | 2017-02-28 | 1 | -1/+3 |
| * | libuv: 1.10.1 -> 1.11.0•••And a nitpick in the expression.
| Vladimír Čunát | 2017-02-20 | 1 | -4/+4 |
| * | libuv: disable getaddrinfo tests.•••Seem to require network access, at least on darwin
| Shea Levy | 2017-01-06 | 1 | -2/+1 |
| * | libuv: Tests fail when cross-compiling | Shea Levy | 2017-01-06 | 1 | -0/+2 |
| * | libuv: disable tests broken on Hydra•••They were broken by nix starting to use user namespaces.
| Vladimír Čunát | 2016-12-22 | 1 | -5/+9 |
| * | libuv: enable checks and parallel building | Vladimír Čunát | 2016-11-29 | 1 | -0/+9 |
| * | libuv: 1.9.1 -> 1.10.1•••Taken from #20650.
| Mathias Schreck | 2016-11-29 | 1 | -2/+2 |
| * | libuv: 1.9.0 -> 1.9.1 | Alexander Ried | 2016-05-18 | 1 | -2/+2 |
| * | libuv: 1.7.5 -> 1.9.0 | Tobias Pflug | 2016-04-27 | 1 | -71/+16 |
| * | libuv: Get rid of unused versions•••Building dozens of unused versions is a bit excessive.
| Eelco Dolstra | 2015-10-08 | 1 | -26/+0 |
| * | revert realLibtool | Jude Taylor | 2015-09-28 | 1 | -2/+2 |
| * | libuv: 1.6.1 -> 1.7.5•••closes #9814
| Benjamin Saunders | 2015-09-28 | 1 | -2/+1 |
| * | give libuv real libtool | Jude Taylor | 2015-09-21 | 1 | -2/+2 |
| * | darwin purity: libuv, again | Jude Taylor | 2015-06-21 | 1 | -2/+4 |
| * | darwin purity: libuv | Jude Taylor | 2015-06-20 | 1 | -2/+3 |
| * | libuv: 1.5.0 -> 1.6.1, closes #8365 | Benjamin Saunders | 2015-06-18 | 1 | -1/+1 |
| * | libuv: version 1.5.0 | Benjamin Saunders | 2015-05-09 | 1 | -1/+1 |
| * | libuv: version 1.4.2 | Benjamin Saunders | 2015-05-06 | 1 | -1/+1 |
| * | libuv: version 1.4.0 | Valérian Galliat | 2015-02-22 | 1 | -0/+1 |
| * | libuv: pkgconfig | Benjamin Saunders | 2015-01-18 | 1 | -2/+2 |
| * | libuv: add v1.2.0 | Benjamin Saunders | 2015-01-07 | 1 | -0/+4 |
| * | libuv: update to new repository location | Benjamin Saunders | 2015-01-07 | 1 | -2/+2 |
| * | libuv: Add version 0.11.29. | ambrop7@gmail.com | 2014-08-22 | 1 | -0/+1 |
| * | add libuv package•••This adds multiple versions of libuv: "a multi-platform support library with a
focus on asynchronous I/O."
The latest 0.10.* versions are considered stable (and thus I've only included
0.10.27), while the 0.11.* versions are unstable and often break API
compatibility (and thus I've included multiple version thereof).
Versions >= 0.11.1 && <= 0.11.5 do not create shared libraries, so I've
excluded them.
This should help clean up some of our other packages that depend on libuv (e.g.
rust, nodejs) where we currently use whatever version is included in the
package's archive.
| Charles Strahan | 2014-07-08 | 1 | -0/+103 |