| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,6 +31,7 @@ Rasmus Christian Pedersen <zerhacken@yahoo.com> <ruysch@outlook.com> | |||
| 31 | 31 | Robert Mustacchi <rm@joyent.com> <rm@fingolfin.org> | |
| 32 | 32 | Ryan Dahl <ryan@joyent.com> <ry@tinyclouds.org> | |
| 33 | 33 | Ryan Emery <seebees@gmail.com> | |
| 34 | + Sakthipriyan Vairamani <thechargingvolcano@gmail.com> | ||
| 34 | 35 | Sam Roberts <vieuxtech@gmail.com> <sam@strongloop.com> | |
| 35 | 36 | San-Tai Hsu <vanilla@fatpipi.com> | |
| 36 | 37 | Santiago Gimeno <santiago.gimeno@quantion.es> <santiago.gimeno@gmail.com> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -308,3 +308,10 @@ Jacob Segal <jacob.e.segal@gmail.com> | |||
| 308 | 308 | Maciej Szeptuch (Neverous) <neverous@neverous.info> | |
| 309 | 309 | Joel Winarske <joel.winarske@inrix.com> | |
| 310 | 310 | Gergely Nagy <ngg@tresorit.com> | |
| 311 | + Kamil Rytarowski <n54@gmx.com> | ||
| 312 | + tux.uudiin <77389867@qq.com> | ||
| 313 | + Nick Logan <ugexe@cpan.org> | ||
| 314 | + darobs <darobs@microsoft.com> | ||
| 315 | + Zheng, Lei <realthunder.dev@gmail.com> | ||
| 316 | + Carlo Marcelo Arenas Belón <carenas@gmail.com> | ||
| 317 | + Scott Parker <scott.parker087@gmail.com> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,70 @@ | |||
| 1 | + 2017.10.03, Version 1.15.0 (Stable), 8b69ce1419d2958011d415a636810705c36c2cc2 | ||
| 2 | + | ||
| 3 | + Changes since version 1.14.1: | ||
| 4 | + | ||
| 5 | + * unix: limit uv__has_forked_with_cfrunloop to macOS (Kamil Rytarowski) | ||
| 6 | + | ||
| 7 | + * win: fix buffer size in uv__getpwuid_r() (tux.uudiin) | ||
| 8 | + | ||
| 9 | + * win,tty: improve SIGWINCH support (Bartosz Sosnowski) | ||
| 10 | + | ||
| 11 | + * unix: use fchmod() in uv_fs_copyfile() (cjihrig) | ||
| 12 | + | ||
| 13 | + * unix: support copying empty files (cjihrig) | ||
| 14 | + | ||
| 15 | + * unix: truncate destination in uv_fs_copyfile() (Nick Logan) | ||
| 16 | + | ||
| 17 | + * win,build: keep cwd when setting build environment (darobs) | ||
| 18 | + | ||
| 19 | + * test: add NetBSD support to test-udp-ipv6.c (Kamil Rytarowski) | ||
| 20 | + | ||
| 21 | + * unix: add NetBSD support in core.c (Kamil Rytarowski) | ||
| 22 | + | ||
| 23 | + * linux: increase thread stack size with musl libc (Ben Noordhuis) | ||
| 24 | + | ||
| 25 | + * netbsd: correct uv_exepath() on NetBSD (Kamil Rytarowski) | ||
| 26 | + | ||
| 27 | + * test: clean up semaphore after use (jBarz) | ||
| 28 | + | ||
| 29 | + * win,build: bump vswhere_usability_wrapper to 2.0.0 (Refael Ackermann) | ||
| 30 | + | ||
| 31 | + * win: let UV_PROCESS_WINDOWS_HIDE hide consoles (cjihrig) | ||
| 32 | + | ||
| 33 | + * zos: lock protect global epoll list in epoll_ctl (jBarz) | ||
| 34 | + | ||
| 35 | + * zos: change platform name to match python (jBarz) | ||
| 36 | + | ||
| 37 | + * android: fix getifaddrs() (Zheng, Lei) | ||
| 38 | + | ||
| 39 | + * netbsd: implement uv__tty_is_slave() (Kamil Rytarowski) | ||
| 40 | + | ||
| 41 | + * zos: fix readlink for mounts with system variables (jBarz) | ||
| 42 | + | ||
| 43 | + * test: sort the tests alphabetically (Sakthipriyan Vairamani) | ||
| 44 | + | ||
| 45 | + * windows: fix compilation warnings (Carlo Marcelo Arenas Belón) | ||
| 46 | + | ||
| 47 | + * build: avoid -fstrict-aliasing compile option (jBarz) | ||
| 48 | + | ||
| 49 | + * win: remove unused variables (Carlo Marcelo Arenas Belón) | ||
| 50 | + | ||
| 51 | + * unix: remove unused variables (Sakthipriyan Vairamani) | ||
| 52 | + | ||
| 53 | + * netbsd: disable poll_bad_fdtype on NetBSD (Kamil Rytarowski) | ||
| 54 | + | ||
| 55 | + * netbsd: use uv__cloexec and uv__nonblock (Kamil Rytarowski) | ||
| 56 | + | ||
| 57 | + * test: fix udp_multicast_join6 on NetBSD (Kamil Rytarowski) | ||
| 58 | + | ||
| 59 | + * unix,win: add uv_mutex_init_recursive() (Scott Parker) | ||
| 60 | + | ||
| 61 | + * netbsd: do not exclude IPv6 functionality (Kamil Rytarowski) | ||
| 62 | + | ||
| 63 | + * fsevents: watch files with fsevents on macos 10.7+ (Ben Noordhuis) | ||
| 64 | + | ||
| 65 | + * unix: retry on ENOBUFS in sendmsg(2) (Kamil Rytarowski) | ||
| 66 | + | ||
| 67 | + | ||
| 1 | 68 | 2017.09.07, Version 1.14.1 (Stable), b0f9fb2a07a5e638b1580fe9a42a356c3ab35f37 | |
| 2 | 69 | ||
| 3 | 70 | Changes since version 1.14.0: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - version: v1.14.1.build{build} | ||
| 1 | + version: v1.15.0.build{build} | ||
| 2 | 2 | ||
| 3 | 3 | init: | |
| 4 | 4 | - git config --global core.autocrlf true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,10 +32,9 @@ | |||
| 32 | 32 | }, | |
| 33 | 33 | 'xcode_settings': { | |
| 34 | 34 | 'GCC_OPTIMIZATION_LEVEL': '0', | |
| 35 | - 'OTHER_CFLAGS': [ '-Wno-strict-aliasing' ], | ||
| 36 | 35 | }, | |
| 37 | 36 | 'conditions': [ | |
| 38 | - ['OS != "os390"', { | ||
| 37 | + ['OS != "zos"', { | ||
| 39 | 38 | 'cflags': [ '-O0', '-fwrapv' ] | |
| 40 | 39 | }], | |
| 41 | 40 | ['OS == "android"', { | |
@@ -48,7 +47,6 @@ | |||
| 48 | 47 | 'defines': [ 'NDEBUG' ], | |
| 49 | 48 | 'cflags': [ | |
| 50 | 49 | '-O3', | |
| 51 | - '-fstrict-aliasing', | ||
| 52 | 50 | ], | |
| 53 | 51 | 'msvs_settings': { | |
| 54 | 52 | 'VCCLCompilerTool': { | |
@@ -80,7 +78,7 @@ | |||
| 80 | 78 | }, | |
| 81 | 79 | }, | |
| 82 | 80 | 'conditions': [ | |
| 83 | - ['OS != "os390"', { | ||
| 81 | + ['OS != "zos"', { | ||
| 84 | 82 | 'cflags': [ | |
| 85 | 83 | '-fomit-frame-pointer', | |
| 86 | 84 | '-fdata-sections', | |
@@ -160,7 +158,7 @@ | |||
| 160 | 158 | 'cflags': [ '-pthreads' ], | |
| 161 | 159 | 'ldflags': [ '-pthreads' ], | |
| 162 | 160 | }], | |
| 163 | - [ 'OS not in "solaris android os390"', { | ||
| 161 | + [ 'OS not in "solaris android zos"', { | ||
| 164 | 162 | 'cflags': [ '-pthread' ], | |
| 165 | 163 | 'ldflags': [ '-pthread' ], | |
| 166 | 164 | }], | |
@@ -178,9 +176,6 @@ | |||
| 178 | 176 | 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics | |
| 179 | 177 | 'PREBINDING': 'NO', # No -Wl,-prebind | |
| 180 | 178 | 'USE_HEADERMAP': 'NO', | |
| 181 | - 'OTHER_CFLAGS': [ | ||
| 182 | - '-fstrict-aliasing', | ||
| 183 | - ], | ||
| 184 | 179 | 'WARNING_CFLAGS': [ | |
| 185 | 180 | '-Wall', | |
| 186 | 181 | '-Wendif-labels', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | |
| 14 | 14 | ||
| 15 | 15 | AC_PREREQ(2.57) | |
| 16 | - AC_INIT([libuv], [1.14.1], [https://github.com/libuv/libuv/issues]) | ||
| 16 | + AC_INIT([libuv], [1.15.0], [https://github.com/libuv/libuv/issues]) | ||
| 17 | 17 | AC_CONFIG_MACRO_DIR([m4]) | |
| 18 | 18 | m4_include([m4/libuv-extra-automake-flags.m4]) | |
| 19 | 19 | m4_include([m4/as_case.m4]) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -91,6 +91,7 @@ Functions return 0 on success or an error code < 0 (unless the | |||
| 91 | 91 | return type is void, of course). | |
| 92 | 92 | ||
| 93 | 93 | .. c:function:: int uv_mutex_init(uv_mutex_t* handle) | |
| 94 | + .. c:function:: int uv_mutex_init_recursive(uv_mutex_t* handle) | ||
| 94 | 95 | .. c:function:: void uv_mutex_destroy(uv_mutex_t* handle) | |
| 95 | 96 | .. c:function:: void uv_mutex_lock(uv_mutex_t* handle) | |
| 96 | 97 | .. c:function:: int uv_mutex_trylock(uv_mutex_t* handle) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,8 +31,8 @@ | |||
| 31 | 31 | */ | |
| 32 | 32 | ||
| 33 | 33 | #define UV_VERSION_MAJOR 1 | |
| 34 | - #define UV_VERSION_MINOR 14 | ||
| 35 | - #define UV_VERSION_PATCH 1 | ||
| 34 | + #define UV_VERSION_MINOR 15 | ||
| 35 | + #define UV_VERSION_PATCH 0 | ||
| 36 | 36 | #define UV_VERSION_IS_RELEASE 1 | |
| 37 | 37 | #define UV_VERSION_SUFFIX "" | |
| 38 | 38 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1424,6 +1424,7 @@ UV_EXTERN int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr); | |||
| 1424 | 1424 | UV_EXTERN const char* uv_dlerror(const uv_lib_t* lib); | |
| 1425 | 1425 | ||
| 1426 | 1426 | UV_EXTERN int uv_mutex_init(uv_mutex_t* handle); | |
| 1427 | + UV_EXTERN int uv_mutex_init_recursive(uv_mutex_t* handle); | ||
| 1427 | 1428 | UV_EXTERN void uv_mutex_destroy(uv_mutex_t* handle); | |
| 1428 | 1429 | UV_EXTERN void uv_mutex_lock(uv_mutex_t* handle); | |
| 1429 | 1430 | UV_EXTERN int uv_mutex_trylock(uv_mutex_t* handle); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -457,7 +457,7 @@ static int interpretAddr(struct nlmsghdr *p_hdr, struct ifaddrs **p_resultList, | |||
| 457 | 457 | char *l_name; | |
| 458 | 458 | char *l_addr; | |
| 459 | 459 | ||
| 460 | - for(l_rta = IFLA_RTA(l_info); RTA_OK(l_rta, l_rtaSize); l_rta = RTA_NEXT(l_rta, l_rtaSize)) | ||
| 460 | + for(l_rta = IFA_RTA(l_info); RTA_OK(l_rta, l_rtaSize); l_rta = RTA_NEXT(l_rta, l_rtaSize)) | ||
| 461 | 461 | { | |
| 462 | 462 | size_t l_rtaDataSize = RTA_PAYLOAD(l_rta); | |
| 463 | 463 | if(l_info->ifa_family == AF_PACKET) | |
@@ -479,7 +479,7 @@ static int interpretAddr(struct nlmsghdr *p_hdr, struct ifaddrs **p_resultList, | |||
| 479 | 479 | l_addrSize += NLMSG_ALIGN(calcAddrLen(l_info->ifa_family, l_rtaDataSize)); | |
| 480 | 480 | break; | |
| 481 | 481 | case IFA_LABEL: | |
| 482 | - l_nameSize += NLMSG_ALIGN(l_rtaSize + 1); | ||
| 482 | + l_nameSize += NLMSG_ALIGN(l_rtaDataSize + 1); | ||
| 483 | 483 | break; | |
| 484 | 484 | default: | |
| 485 | 485 | break; | |
@@ -504,7 +504,7 @@ static int interpretAddr(struct nlmsghdr *p_hdr, struct ifaddrs **p_resultList, | |||
| 504 | 504 | } | |
| 505 | 505 | ||
| 506 | 506 | l_rtaSize = NLMSG_PAYLOAD(p_hdr, sizeof(struct ifaddrmsg)); | |
| 507 | - for(l_rta = IFLA_RTA(l_info); RTA_OK(l_rta, l_rtaSize); l_rta = RTA_NEXT(l_rta, l_rtaSize)) | ||
| 507 | + for(l_rta = IFA_RTA(l_info); RTA_OK(l_rta, l_rtaSize); l_rta = RTA_NEXT(l_rta, l_rtaSize)) | ||
| 508 | 508 | { | |
| 509 | 509 | void *l_rtaData = RTA_DATA(l_rta); | |
| 510 | 510 | size_t l_rtaDataSize = RTA_PAYLOAD(l_rta); | |
@@ -567,7 +567,7 @@ static int interpretAddr(struct nlmsghdr *p_hdr, struct ifaddrs **p_resultList, | |||
| 567 | 567 | { | |
| 568 | 568 | unsigned l_maxPrefix = (l_entry->ifa_addr->sa_family == AF_INET ? 32 : 128); | |
| 569 | 569 | unsigned l_prefix = (l_info->ifa_prefixlen > l_maxPrefix ? l_maxPrefix : l_info->ifa_prefixlen); | |
| 570 | - char l_mask[16] = {0}; | ||
| 570 | + unsigned char l_mask[16] = {0}; | ||
| 571 | 571 | unsigned i; | |
| 572 | 572 | for(i=0; i<(l_prefix/8); ++i) | |
| 573 | 573 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments