Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/neovim/libuv

[DEPRECATED] Nvim 0.6+ uses upstream libuv, not this fork.
https://github.com/neovim/libuv

Now working on version 1.15.1

94f507535cd7bf0d8ba426291f0498ab212d4fe5 authored over 7 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

d15dda997195f4157c6b908fe0be55ee9527a962 authored over 7 years ago by cjihrig <[email protected]>
2017.10.03, Version 1.15.0 (Stable)

Changes since version 1.14.1:

* unix: limit uv__has_forked_with_cfrunloop to macOS (Kamil Rytar...

8b69ce1419d2958011d415a636810705c36c2cc2 authored over 7 years ago by cjihrig <[email protected]>
unix: retry on ENOBUFS in sendmsg(2)

libuv retries when sendmsg(2) fails with EAGAIN or
EWOULDBLOCK. This commit adds similar functio...

8a9585232e9df227bcaf1263748d8997ec5d1077 authored over 7 years ago by Kamil Rytarowski <[email protected]>
fsevents: watch files with fsevents on macos 10.7+

Adopted from an earlier pull request by Evan Lucas. Avoids opening a
file descriptor per watche...

0fcf2d14416ef308923e1b641d24dc0308c00980 authored over 7 years ago by Ben Noordhuis <[email protected]>
netbsd: do not exclude IPv6 functionality

On NetBSD, do not exclude PF_INET6 in uv__ifaddr_exclude().

PR-URL: https://github.com/libuv/li...

001a4a11f624153a3f27a7efef9746eb03d519d7 authored over 7 years ago by Kamil Rytarowski <[email protected]>
unix,win: add uv_mutex_init_recursive()

Support the creation of recursive mutexes on Unix. A matching
API is added on Windows, however m...

ec96b5543823c6ab5b6654a07c318b659e841563 authored over 7 years ago by Scott Parker <[email protected]>
test: fix udp_multicast_join6 on NetBSD

NetBSD must use the uv_udp_set_membership call with
"::1%lo0", similar to FreeBSD.

PR-URL: http...

5b6eead0649bd3dae8e9636ba7cc04e024bba54c authored over 7 years ago by Kamil Rytarowski <[email protected]>
netbsd: use uv__cloexec and uv__nonblock

This commit causes NetBSD, like other BSDs, to reuse
uv__cloexec_ioctl and uv__nonblock_ioctl. T...

60bf1dfb511afa69c8d5f2e91f8d3684e36ff3d2 authored over 7 years ago by Kamil Rytarowski <[email protected]>
netbsd: disable poll_bad_fdtype on NetBSD

Follow other BSDs and disable the failing poll_bad_fdtype test on
NetBSD.

PR-URL: https://githu...

7824370ff80bf9e52aac90fee3e222a9524f87b0 authored over 7 years ago by Kamil Rytarowski <[email protected]>
unix: remove unused variables

PR-URL: https://github.com/libuv/libuv/pull/1578
Reviewed-By: Ben Noordhuis <[email protected]>...

8ea2ee4e26436137be26ec20d75e7995c2898f45 authored over 7 years ago by Sakthipriyan Vairamani (thefourtheye) <[email protected]>
win: remove unused variables

This commit removes unused variables left over from
6ad1e81547c83f9fe7c5a806b6b282642e8d3bca.

R...

e9d2b5824fb76e1d7bc5fb23cd5242bea7b90a56 authored over 7 years ago by Carlo Marcelo Arenas Belón <[email protected]>
build: avoid -fstrict-aliasing compile option

Libuv is not aliasing-safe if you consider aliasing to be nominal
rather than structural and it'...

9991bb7c62462e3a42aa981883f0e6e404e616d9 authored over 7 years ago by John Barboza <[email protected]>
windows: fix compilation warnings

Refs: https://github.com/libuv/libuv/pull/1530
PR-URL: https://github.com/libuv/libuv/pull/1542
...

939a8f1a5b8a7b419cf4c44295e0de57a5c37500 authored over 7 years ago by Carlo Marcelo Arenas Belón <[email protected]>
test: sort the tests alphabetically

As it is, when the tests run, there is no indicator as to how long the
tests will run, how many ...

c1ca7f078d0fcc408b849bde369932427255b79c authored over 7 years ago by Sakthipriyan Vairamani <[email protected]>
zos: fix readlink for mounts with system variables

On z/OS, fs mounts can have variables starting with '$'. The problem is
that following symlinks ...

8d3645a19bccfd656bfae8f05b9b9744e1caa862 authored over 7 years ago by John Barboza <[email protected]>
netbsd: implement uv__tty_is_slave()

NetBSD as an extension returns with ptsname(3) and ptsname_r(3) the
slave device name for both d...

3877a90e69b9fa3bc11ee3e2c1b29a1dc3841ea3 authored over 7 years ago by Kamil Rytarowski <[email protected]>
android: fix getifaddrs()

The most critical bug is using IFLA_RTA instead of IFA_RTA on address
message. This causes andro...

11a7aa4a09e2bd2ff3def0ac0c8ff5787b12d7f2 authored over 7 years ago by Zheng, Lei <[email protected]>
zos: change platform name to match python

The latest python on z/OS (2.7.13) was changed to update sys.platform to
return "zos" instead of...

eb1fe77f664bd05f0f4a5f0c397696d4e3af4ac4 authored over 7 years ago by John Barboza <[email protected]>
zos: lock protect global epoll list in epoll_ctl

This will eliminate a race condition that occurs between
epoll_close_fd, epoll_ctl and epoll_cre...

24334e0739d72e3f485f0cc573091673e8e045f5 authored over 7 years ago by John Barboza <[email protected]>
win: let UV_PROCESS_WINDOWS_HIDE hide consoles

The existing UV_PROCESS_WINDOWS_HIDE flag only applies to
executables linked to the WINDOWS subs...

b21c1f900c55572917d64c5e208c3eb8850ffd18 authored over 7 years ago by cjihrig <[email protected]>
win,build: bump vswhere_usability_wrapper to 2.0.0

PR-URL: https://github.com/libuv/libuv/pull/1479
Fixes: https://github.com/nodejs/libuv/issues/1...

66b8b2f76d457ac50778a3d363183fe6d2fd063b authored over 7 years ago by Refael Ackermann <[email protected]>
test: clean up semaphore after use

On systems that use System V semaphores, it is necessary to destroy
semaphores to free up system...

bf144cee422b44d7aaa348904fccfc48def43dae authored over 7 years ago by John Barboza <[email protected]>
netbsd: correct uv_exepath() on NetBSD

Setup proper sysctl(2) arguments in order to retrieve the executable
name.

Use an intermediate ...

5fa0f0b6e1a2f922ce7d365cb1a1d3cb2a322f60 authored over 7 years ago by Kamil Rytarowski <[email protected]>
linux: increase thread stack size with musl libc

musl has tiny default thread stack sizes compared to glibc (80 kB vs.
2048 kB or more) so set an...

0afccdb0a48e776b93da4fb3962fa3a5c42f9bae authored over 7 years ago by Ben Noordhuis <[email protected]>
unix: add NetBSD support in core.c

NetBSD supports:
- O_CLOEXEC
- accept4(2) like API with paccept(2)
NetBSD 8.0 will get comp...

c0504885ea4a7f763a5c33b5dda8dfd9d42c5be6 authored over 7 years ago by Kamil Rytarowski <[email protected]>
test: add NetBSD support to test-udp-ipv6.c

NetBSD and FreeBSD can share the can_ipv6_ipv4_dual() function as
is. This commit also corrects ...

fbb8132d90a4009cd8d71704d179b1efff022075 authored over 7 years ago by Kamil Rytarowski <[email protected]>
win,build: keep cwd when setting build environment

Fixes: https://github.com/libuv/libuv/issues/1545
PR-URL: https://github.com/libuv/libuv/pull/15...

c78caf0b34c18f62a945659eacf63cfb5a3c8396 authored over 7 years ago by darobs <[email protected]>
unix: truncate destination in uv_fs_copyfile()

This commit adds the O_TRUNC flag to the destination file in
the sendfile() fallback. This allow...

b0653625e26cef175156403823e0758f550cce3e authored over 7 years ago by Nick Logan <[email protected]>
unix: support copying empty files

Initialize the error variable in uv_fs_copyfile() to zero. If
the source file being copied has n...

a41f8b52e1e22b39a2d06a600e47dad96fae35c1 authored over 7 years ago by cjihrig <[email protected]>
unix: use fchmod() in uv_fs_copyfile()

This commit introduces fchmod() in uv_fs_copyfile() to set the
mode of the destination file.

Re...

eaf25ae3eb8fe567b8be15614996b112dbf5c11b authored over 7 years ago by cjihrig <[email protected]>
win,tty: improve SIGWINCH support

Add SetWinEventHook for EVENT_CONSOLE_LAYOUT for better detection of
console resize events.

Ref...

6ad1e81547c83f9fe7c5a806b6b282642e8d3bca authored over 7 years ago by Bartosz Sosnowski <[email protected]>
win: fix buffer size in uv__getpwuid_r()

PR-URL: https://github.com/libuv/libuv/pull/1467
Reviewed-By: Colin Ihrig <[email protected]>
Re...

832ab902cf63dd42d6c75b60196dfb83d553e126 authored over 7 years ago by tux.uudiin <[email protected]>
unix: limit uv__has_forked_with_cfrunloop to macOS

The uv__has_forked_with_cfrunloop local variable is unused on
BSDs and causes compilation warnin...

0b41b0ad396870365f0af491d196070cba9e3b68 authored over 7 years ago by Kamil Rytarowski <[email protected]>
Now working on version 1.14.2

1a682cb7c0be43cdc0bd7cce4f4514e723c69bb8 authored over 7 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

ff0e8a4571b9c66163b97abda46d9139dca23434 authored over 7 years ago by cjihrig <[email protected]>
2017.09.07, Version 1.14.1 (Stable)

Changes since version 1.14.0:

* fs, win: add support for user symlinks (Bartosz Sosnowski)

* c...

b0f9fb2a07a5e638b1580fe9a42a356c3ab35f37 authored over 7 years ago by cjihrig <[email protected]>
win, test: remove surplus CloseHandle

Fixes: https://github.com/libuv/libuv/issues/1426
PR-URL: https://github.com/libuv/libuv/pull/15...

e79589d550e9a9aafcdefc066af4fec18b2adaad authored over 7 years ago by Bartosz Sosnowski <[email protected]>
Revert "win, test: fix double close in test runner"

Causes test output to be lost.

This reverts commit bded0fa4f0243ea86366c4f6d974915277d7ca7f.

R...

eb4a37c8f640bdc6a0c09a3bd9c11f3669ff316f authored over 7 years ago by Bartosz Sosnowski <[email protected]>
unix: handle partial sends in uv_fs_copyfile()

uv_fs_sendfile() is used as the fallback for uv_fs_copyfile().
However, sendfile() does not nece...

dff7ebe4f0bac1fdbcd6dec9eec72882597c78ca authored over 7 years ago by Andreas Hauptmann <[email protected]>
windows: add POST macro to fs functions

This commit adds a POST macro to the Windows fs functions,
similar to the one used on Unix platf...

9a4468f47aead2c9fad1735ebcdcf51d160c860e authored over 7 years ago by cjihrig <[email protected]>
unix,windows: return UV_EINVAL on NULL fs reqs

This commit introduces an INIT macro to file system functions on
Windows, similar to the one use...

e539fc412f87ec215bd7291c3fdf36aed7557667 authored over 7 years ago by cjihrig <[email protected]>
unix,windows: init all requests in fs calls

Prior to this change, several of the fs functions checked for
invalid arguments before initializ...

7a0e64d2e0e6a01673365a4062067a79ff690712 authored over 7 years ago by cjihrig <[email protected]>
win: add uv__once_init() calls

Some functions, such as uv_fs_scandir() can be called with
a NULL loop argument. In this case, i...

165c63b96c08ce68040d6494607f7ddec351bf2a authored over 7 years ago by Bartosz Sosnowski <[email protected]>
android: fix uv_cond_timedwait on API level < 21

This commit partly reverses libuv#1441.
It is true that pthread_cond_timedwait is available on o...

36ea2cb2954934d91f0636504cf0c7df2593903c authored over 7 years ago by Gergely Nagy <[email protected]>
doc: fix a trivial typo

PR-URL: https://github.com/libuv/libuv/pull/1516
Reviewed-By: Santiago Gimeno <santiago.gimeno@g...

737b482baa69dee0397d5d631a81f7288deaee34 authored over 7 years ago by Vladimír Čunát <[email protected]>
unix: don't use req->loop in uv__fs_copyfile()

Pass NULL instead of req->loop to the various libuv functions
called from uv__fs_copyfile().

Re...

564677d325db6122cba2091100d07ea6d366161b authored over 7 years ago by cjihrig <[email protected]>
unix: modify argv[0] when process title is set

Ensure that argv[0] is changed when uv_set_process_title() is
called. Previously, on some unix s...

afc05a3ab0ad2ab79385f3e3f029eb34849eda0e authored over 7 years ago by Matthew Taylor <[email protected]>
unix,win: check for bad flags in uv_fs_copyfile()

Refs: https://github.com/libuv/libuv/pull/1465
PR-URL: https://github.com/libuv/libuv/pull/1493
...

8a95c6b5c10392c3cfd38ececbee0343d57bc4f5 authored over 7 years ago by cjihrig <[email protected]>
zos, test: flush out the oob data in callback

Need to flush out the OOB data. Otherwise, this callback will get
triggered on every poll with n...

607dc073eb293f9d193b3491071b00e815d1df76 authored over 7 years ago by John Barboza <[email protected]>
zos: improve loop_count benchmark performance

After the poll call, the code updates all the event objects
in the array. Instead, use the integ...

cbac5f1693c6c7e88cc00d20731bb9a170005e52 authored over 7 years ago by John Barboza <[email protected]>
zos: fix semaphore initialization

To set an initial value to a semaphore, the semop call won't do it.
We need to use the semctl ca...

e80921c1ae6b978fa3a3eaad3c7ec4321c1bad6a authored over 7 years ago by John Barboza <[email protected]>
cygwin: include uv-posix.h header

Fixes: https://github.com/libuv/libuv/issues/1480
PR-URL: https://github.com/libuv/libuv/pull/14...

ce41af28c82b16e223852123d8d49553a958c116 authored over 7 years ago by Joel Winarske <[email protected]>
fs, win: add support for user symlinks

Add SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE to CreateSymbolicLink
which allows unelevated u...

89d31932a595fdec18dd19b70142816312ea2338 authored over 7 years ago by Bartosz Sosnowski <[email protected]>
Now working on version 1.14.1

c8ee8bef9bfa30e9370c592f4f6511190a3ec5b6 authored over 7 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

1f4ec0271550ff3761cfea85ce5eb5d52055373c authored over 7 years ago by cjihrig <[email protected]>
2017.08.17, Version 1.14.0 (Stable)

Changes since version 1.13.1:

* unix: check for NULL in uv_os_unsetenv for parameter name (Andr...

e0d31e9e21870f88277746b6d59cf07b977cdfea authored over 7 years ago by cjihrig <[email protected]>
unix, windows: add basic uv_fs_copyfile()

Fixes: https://github.com/libuv/libuv/issues/925
PR-URL: https://github.com/libuv/libuv/pull/146...

766d7e9c0b8eca53b864764b735682d814c56350 authored over 7 years ago by cjihrig <[email protected]>
unix: make uv_poll_stop() remove fd from pollset

Avoid repeated wake-ups in `uv__io_poll()` when the previously watched
file descriptor has been ...

ce56a85b19e13287d2613f8de33f479a9c1104b5 authored over 7 years ago by Ben Noordhuis <[email protected]>
doc: differentiate SmartOS and SunOS support

Refs: https://github.com/libuv/libuv/pull/991
Refs: https://github.com/libuv/libuv/issues/1458
P...

3af5512950bd6f3a0d386b0825cdd3e78a3e7f48 authored over 7 years ago by cjihrig <[email protected]>
win: allow bound/connected socket in uv_tcp_open()

On Unix you can pass bound and even connected socket to uv_tcp_open
and it will work as expected...

6827fa34513b35ae3bb4fe5c0c229b17a484f959 authored over 7 years ago by Maciej Szeptuch (Neverous) <[email protected]>
zos: read more accurate rss info from RSM

More accurate Resident Set Size (Central Storage size on Z)
is stored in the MVS Data Areas mana...

371ca6d4b2f9dbb0a0b012a7a8e2bad26cfd402b authored over 7 years ago by John Barboza <[email protected]>
android: fix blocking recvmsg due to netlink bug

Code was assuming that the nl_pid was always equal to the process id.
As the netlink documentati...

095e07cd79e6810fc35983e5c7532300b3bb4d4e authored over 7 years ago by Jacob Segal <[email protected]>
zos: fix hr timer resolution

One tick on the high resolution clock (TOD clock) on z/OS
is equivalent to (1/4.096) nanoseconds...

04adefafdf060ab85604d6481afc364f60855974 authored over 7 years ago by John Barboza <[email protected]>
test,zos: use gid=-1 to test spawn_setgid_fails

This is because on some platforms like z/OS, setgid(0) is
allowed for non-superusers. So instead...

f9823e5c12945fbff0c678d9517c403a23478bd9 authored over 7 years ago by John Barboza <[email protected]>
test,zos: skip chown root test

z/OS allows non root users to chown a file to root via the
CHOWN.UNRESTRICTED profile. So avoid ...

5e2fbe59940902c8a89366cb46a087f506200543 authored over 7 years ago by John Barboza <[email protected]>
doc: update supported windows version baseline

Update the baseline from Windows XP SP1 to Windows 8.1

PR-URL: https://github.com/libuv/libuv/p...

4646428def02c2cd2641c6323045824fd5a80e6a authored over 7 years ago by Ben Noordhuis <[email protected]>
win, test: fix double close in test runner

Fixes: https://github.com/libuv/libuv/issues/1426
Credit: Tom Seddon <[email protected]>...

bded0fa4f0243ea86366c4f6d974915277d7ca7f authored over 7 years ago by Bartosz Sosnowski <[email protected]>
unix: add missing semicolon

PR-URL: https://github.com/libuv/libuv/pull/1444
Reviewed-By: Bartosz Sosnowski <bartosz@janeasy...

3c6f9e54ef18f185ef367a15f457cbd54e1dc1cf authored over 7 years ago by John Barboza <[email protected]>
doc: add Android as a tier 3 supported platform

PR-URL: https://github.com/libuv/libuv/pull/1442
Reviewed-By: Ben Noordhuis <[email protected]>...

3b1e836abd8122b8caff7345f1cf891a8dfe9323 authored over 7 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: document uv_async_(init|send) return values

Fixes: https://github.com/libuv/libuv/issues/576
PR-URL: https://github.com/libuv/libuv/pull/143...

19e51ae51fc8844b0eb47fb81ea67a562128713c authored over 7 years ago by Ben Noordhuis <[email protected]>
win, process: support semicolons in PATH variable

Fixes a bug that would cause libuv to crash when PATH environment
variable contained paths with ...

cbcf13af6ac6973ffdce798936bc0e2e46d4d58e authored over 7 years ago by Bartosz Sosnowski <[email protected]>
android: remove no longer needed check

The latest NDK (r15 at the time of this writing) no longer needs this.
`pthread_cond_timedwait` ...

27dcbd6ff41f64dd8ecae67b0587523c94c14388 authored over 7 years ago by Saúl Ibarra Corretgé <[email protected]>
android: fix detection of pthread_condattr_setclock

It's only available on API level >= 21.

PR-URL: https://github.com/libuv/libuv/pull/1441
Review...

b6e6207c75baaecf4c104d40a3b782a77d12499b authored over 7 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: update instructions for building on Android

PR-URL: https://github.com/libuv/libuv/pull/1441
Reviewed-By: Ben Noordhuis <[email protected]>...

cf6d047e8455e354689a5ebad7d677168eee02fb authored over 7 years ago by Saúl Ibarra Corretgé <[email protected]>
win, fs: support unusual reparse points

Allow for running uv_fs_stat and uv_fs_lstat on all reparse points

Ref: https://github.com/node...

e5024c54a1d015607698849d69882174203f8205 authored over 7 years ago by Bartosz Sosnowski <[email protected]>
misc: add android-toolchain to .gitignore

PR-URL: https://github.com/libuv/libuv/pull/1433
Reviewed-By: Ben Noordhuis <[email protected]>

33e6f79088afb4a043c232d461da42f760795322 authored over 7 years ago by Saúl Ibarra Corretgé <[email protected]>
android: fix compilation with new NDK versions

Fixes compiling with Android NDK when using Unified Headers (default
since r15).

Fixes: https:/...

7dabd57af40ea02d11ae36d5ed6c4834df352337 authored over 7 years ago by Saúl Ibarra Corretgé <[email protected]>
docs: fix guide source code example paths

Source code examples in the User guide were not appearing in the built
documentation because the...

cf38297b6081bcfcd4959f88c8e105881aad8bd6 authored over 7 years ago by Anticrisis <[email protected]>
misc: remove reference to pthread-fixes.h from LICENSE

PR-URL: https://github.com/libuv/libuv/pull/1432
Reviewed-By: Ben Noordhuis <[email protected]>...

9e6feb69acef6a5422b2c7bf4e60aefadc28c618 authored over 7 years ago by Saúl Ibarra Corretgé <[email protected]>
zos: remove nonexistent include from autotools build

PR-URL: https://github.com/libuv/libuv/pull/1432
Reviewed-By: Ben Noordhuis <[email protected]>...

e25b5a5b2ce927ad7afb87bbc59962918a2477a8 authored over 7 years ago by Saúl Ibarra Corretgé <[email protected]>
github: fix link to help repo in issue template

PR-URL: https://github.com/libuv/libuv/pull/1431
Reviewed-By: Colin Ihrig <[email protected]>
Re...

fabe3d2c3375fd42977519b8724c017fff169b81 authored over 7 years ago by Ben Noordhuis <[email protected]>
win,build: fix building from Windows SDK or VS console

Introduced in
https://github.com/libuv/libuv/commit/2f6d4b4b58ea290961dc983117d31b19e198403a and...

01b23314ccb2e7e70f05fc3676db262b7a687b6c authored over 7 years ago by Saúl Ibarra Corretgé <[email protected]>
unix: fix wrong MAC of uv_interface_address

fix a wrong `if` in `uv_interface_address` about MAC.

Fixes: https://github.com/nodejs/node/iss...

f1e0fc43d17d9f2d16b6c4f9da570a4f3f6063ed authored over 7 years ago by XadillaX <[email protected]>
unix, windows: map EREMOTEIO errno

PR-URL: https://github.com/libuv/libuv/pull/1424
Reviewed-By: Santiago Gimeno <santiago.gimeno@g...

8e76306ec2565e125816edba3fb5b900b59601a7 authored over 7 years ago by Ben Noordhuis <[email protected]>
aix: add netmask, mac address into net interfaces

uv_interface_addresses API extracts the network interface entries.
In AIX, this was not fully im...

810377f4891cfc7839626150dbf2c16ec989d960 authored over 7 years ago by Gireesh Punathil <[email protected]>
win: include filename in dlopen error message

Should make the dreaded "%1 is not a valid Win32 application" error
message a thing of the past....

1e6f1159cf4469f8e67f69d1388fba659726a49f authored over 7 years ago by Ben Noordhuis <[email protected]>
win,build: fix appveyor properly

Refs: https://github.com/appveyor/ci/issues/1649
Refs: https://github.com/libuv/libuv/pull/1284
...

8807fd371db6ae81a57cf06af5c2a8c32a578019 authored over 7 years ago by Refael Ackermann <[email protected]>
poll: add support for OOB TCP and GPIO interrupts

Out-of-band TCP messages are used for TCP data
transmission outside (outband) the inbound TCP
da...

d731fd1bd9400eab4ee9bf11bda9f64951fc4d89 authored over 7 years ago by CurlyMoo <[email protected]>
unix: always copy process title into local buffer

Ensures that the user's argv is copied into a local buffer when calling
uv_setup_args. Before, t...

78c17238f48d9083359206a2215fc63dd7a0283d authored over 7 years ago by Matthew Taylor <[email protected]>
doc: add thread safety warning for process title

Add a small warning about uv_get_process_title()
and uv_set_process_title() not being thread saf...

bdc87005a17ce843e0efca8938aa8c190aa91a38 authored over 7 years ago by Matthew Taylor <[email protected]>
unix: check for NULL in uv_os_unsetenv for parameter name

Fixes segfault of unit test on musl (AlpineLinux).
Add a check for parameter like uv_os_setenv d...

ad1c828827043fd1048582cee60103a68c8d929a authored over 7 years ago by André Klitzing <[email protected]>
Now working on version 1.13.2

d63030b0ba3b1e5063fe04b622bb6e124065965a authored over 7 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

54ef33526759f1697ba4998833a1799ac82df8df authored over 7 years ago by cjihrig <[email protected]>
2017.07.07, Version 1.13.1 (Stable)

Changes since version 1.13.0:

* Now working on version 1.13.1 (cjihrig)

* build: workaround Ap...

2bb4b68758f07cd8617838e68c44c125bc567ba6 authored over 7 years ago by cjihrig <[email protected]>
build: workaround AppVeyor quirk

This commit fixes the AppVeyor issues seen while trying to
release v1.13.0 on Windows.

Refs: ht...

87ae1b490e4eea8544e6a03882151e789830cf4d authored over 7 years ago by Refael Ackermann <[email protected]>
Now working on version 1.13.1

a7aa05711389cfacf3a447df32c0aa1c3de87571 authored over 7 years ago by cjihrig <[email protected]>
Add SHA to ChangeLog

d3a958d444e35fa7f05bd7c6a826bc04221553e0 authored over 7 years ago by cjihrig <[email protected]>
2017.07.06, Version 1.13.0 (Stable)

Changes since version 1.12.0:

* Now working on version 1.12.1 (cjihrig)

* unix: avoid segfault...

8342fcaab815f33b988c1910ea988f28dfe27edb authored over 7 years ago by cjihrig <[email protected]>
doc: format README

PR-URL: https://github.com/libuv/libuv/pull/1284
Reviewed-By: Bartosz Sosnowski <bartosz@janeasy...

80d3b95f57e4509d93b3470e60d090b0cddb216a authored over 7 years ago by Refael Ackermann <[email protected]>