633d33a9 | 10-Apr-2013 |
mscdex |
cygwin: remove unused variable |
db1a8b85 | 10-Apr-2013 |
Bert Belder |
Merge branch 'v0.10'
|
1d5c61a8 | 10-Apr-2013 |
Bert Belder |
windows: simplify netmask detection in uv_interface_addresses |
bc5fa794 | 26-Feb-2013 |
Nicholas Vavilov |
build: add support for Visual Studio 2012 Closes #722 |
a9bce29f | 10-Apr-2013 |
Bert Belder |
win: refactor uv_cpu_info Fixes a couple of error handling issues: * Don't free an uninitialized pointer when allocating memory for `cpu_infos` fails. * Don't return a bog
win: refactor uv_cpu_info Fixes a couple of error handling issues: * Don't free an uninitialized pointer when allocating memory for `cpu_infos` fails. * Don't return a bogus error value when NtQuerySystemInformation fails. That function returns an NTSTATUS code instead of setting the last error. * Don't clobber out parameters when an error happens.
show more ...
|
9021dbcd | 10-Apr-2013 |
Brian White |
inet: snprintf returns int, not size_t |
4d4f1496 | 10-Apr-2013 |
Brian White |
windows, unix: remove dead code |
8041c52f | 10-Apr-2013 |
Ben Noordhuis |
unix: style fixups |
14aa6153 | 09-Feb-2013 |
Ben Kelly |
unix, win: add netmask to uv_interface_address Include the netmask when returning information about the OS network interfaces. This commit provides implementations for windows a
unix, win: add netmask to uv_interface_address Include the netmask when returning information about the OS network interfaces. This commit provides implementations for windows and those unix platforms using getifaddrs(). AIX was not implemented because it requires the use of ioctls and I do not have an AIX development/test environment. The windows code was developed using mingw on winxp as I do not have access to visual studio. Tested on darwin (ipv4/ipv6) and winxp (ipv4 only). Needs testing on newer windows using ipv6 and other unix platforms.
show more ...
|
8ea49c12 | 10-Apr-2013 |
Ben Noordhuis |
build: squelch -Wdollar-in-identifier-extension warnings The dtrace probes contain dollar signs. We know, llvm-gcc, and we don't care. Suppress the warnings. |
f78bcfbd | 10-Apr-2013 |
Ben Noordhuis |
Merge remote-tracking branch 'origin/v0.10'
|
bad707db | 10-Apr-2013 |
Ben Noordhuis |
gitigore: ignore auto-generated uv-dtrace.h header |
be5b16aa | 10-Apr-2013 |
Ben Noordhuis |
build: fix dtrace-enabled out of tree build |
603915dd | 10-Apr-2013 |
Shannen Saez |
windows: remove double initialization in uv_tty_init |
7570a35b | 10-Apr-2013 |
Shannen Saez |
windows: fix memory leak in fs__sendfile |
e1ffc6c0 | 08-Apr-2013 |
Timothy J Fontaine |
unix: dtrace probes for tick-start and tick-stop |
0da533e8 | 08-Apr-2013 |
Timothy J Fontaine |
sunos: re-export entire library when static This is useful to make sure linker doesn't strip things like dtrace |
e294975b | 08-Apr-2013 |
Timothy J Fontaine |
build: gyp disable thin archives Thin archives aren't available on all platforms, notably smartos |
5676924c | 10-Apr-2013 |
Nils Maier |
mingw-w64: don't call _set_invalid_parameter_handler Check the __MSVCRT_VERSION__, as mingw-w64 always defines _WRITE_ABORT_MSG. Closes #774 |
895e7763 | 08-Apr-2013 |
Fedor Indutny |
unix: don't write more than IOV_MAX iovecs Write no more than `IOV_MAX` chunks with `writev()` at once, otherwise `writev()` returns EINVAL. |
1e8fe459 | 05-Apr-2013 |
Kristian Evensen |
include: updated uv_udp_open documentation On Unix, uv_udp_open can be used with any socket as long as the socket follows the datagram contract (works in unconnected mode, supports s
include: updated uv_udp_open documentation On Unix, uv_udp_open can be used with any socket as long as the socket follows the datagram contract (works in unconnected mode, supports sendmsg()/recvmsg(), etc.). This means that any datagram-socket, like for example netlink or raw sockets, can be used with libuv. Added this information to the documentation.
show more ...
|
4a55522e | 07-Apr-2013 |
Ben Noordhuis |
unix: remove superfluous check in stream.c |
8ef07cca | 06-Apr-2013 |
Ben Kelly |
doc: add link to Visual Studio Express in README |
d67d713f | 07-Apr-2013 |
Elliot Saba |
build: make `make clean` remove test/runner.o |
78e8034b | 04-Apr-2013 |
Ben Noordhuis |
Merge remote-tracking branch 'origin/v0.10'
|