History log of /libuv/ (Results 3251 – 3275 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
633d33a910-Apr-2013 mscdex

cygwin: remove unused variable

db1a8b8510-Apr-2013 Bert Belder

Merge branch 'v0.10'


1d5c61a810-Apr-2013 Bert Belder

windows: simplify netmask detection in uv_interface_addresses

bc5fa79426-Feb-2013 Nicholas Vavilov

build: add support for Visual Studio 2012

Closes #722

a9bce29f10-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 ...

9021dbcd10-Apr-2013 Brian White

inet: snprintf returns int, not size_t

4d4f149610-Apr-2013 Brian White

windows, unix: remove dead code

8041c52f10-Apr-2013 Ben Noordhuis

unix: style fixups

14aa615309-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 ...

8ea49c1210-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.

f78bcfbd10-Apr-2013 Ben Noordhuis

Merge remote-tracking branch 'origin/v0.10'


bad707db10-Apr-2013 Ben Noordhuis

gitigore: ignore auto-generated uv-dtrace.h header

be5b16aa10-Apr-2013 Ben Noordhuis

build: fix dtrace-enabled out of tree build

603915dd10-Apr-2013 Shannen Saez

windows: remove double initialization in uv_tty_init

7570a35b10-Apr-2013 Shannen Saez

windows: fix memory leak in fs__sendfile

e1ffc6c008-Apr-2013 Timothy J Fontaine

unix: dtrace probes for tick-start and tick-stop

0da533e808-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

e294975b08-Apr-2013 Timothy J Fontaine

build: gyp disable thin archives

Thin archives aren't available on all platforms, notably smartos

5676924c10-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

895e776308-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.

1e8fe45905-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 ...

4a55522e07-Apr-2013 Ben Noordhuis

unix: remove superfluous check in stream.c

8ef07cca06-Apr-2013 Ben Kelly

doc: add link to Visual Studio Express in README

d67d713f07-Apr-2013 Elliot Saba

build: make `make clean` remove test/runner.o

78e8034b04-Apr-2013 Ben Noordhuis

Merge remote-tracking branch 'origin/v0.10'


1...<<131132133134135136137138139140>>...218