v1.x
async: make seq_cst the default (#5149)
win: fix leak if uv_loop_init fails (#5213)
nfci: address some style nits
misc: export WTF8 conversion utilities (#4021)
win: remap ERROR_NOACCESS and ERROR_BUFFER_OVERFLOW (#4567)
win: handle short path mismatch with a fallback in fs events (#5152)
win: shrink fd hash table from 2592k to 162k (#4869)
io: make libuv 64-bit safe (#5076)
unix,win: support NULL loop for sync uv_getaddrinfo
unix,win: remove unused req parameter from macros (#4435)
win: move uv__process_endgames to core.c (#4827)
win: fix style nits [NFC] (#3474)
stream: Implement cancellation support for uv_write_t (#4966)
win: fix crash when closing a pipe after a failed bind
win: use WSA_FLAG_NO_HANDLE_INHERIT in WSASocketW (#4810)
win: fix some compiler warnings (#5070)
win,process: skip dump silently if no valid folder can be determined (#5158)
unix,win: remove unused rb-tree macro parameters (#4518)
win: fix compilation with VS < 2012
win: replace GetModuleHandleA with GetModuleHandleW (#4812)
win: use WSA_FLAG_NO_HANDLE_INHERIT in all WSASocketW (#5097)
win: use ProcessPrng (#4836)
win: fix use of wrong constant in tcp code (#5179)
tcp: support customizing TCP_KEEPINTVL and TCP_KEEPCNT