History log of /libuv/ (Results 5026 – 5050 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0ebd2ce013-Jul-2011 Ben Noordhuis

test-delayed-accept: remove unused variable.

d7389e6f13-Jul-2011 Ben Noordhuis

test-async: remove unused variable.

4829ad5d13-Jul-2011 Ben Noordhuis

test-getsockname: fix function prototype, clean up unused variable.

b4f1d58a13-Jul-2011 Bert Belder

Add test-getsockname to msvs project

036d5db113-Jul-2011 Bert Belder

test-getsockname: minor cleanups

48eb98c412-Jul-2011 Ben Noordhuis

unix: implement uv_getsockname()

f852c51712-Jul-2011 Ben Noordhuis

Change uv_pipe_*() prototypes from char* to const char*.

6a67b51b12-Jul-2011 Henry Rawas

fix uv_getsockname for listening socket

6b32ebc511-Jul-2011 Henry Rawas

uv_getsockname

2e49cc5611-Jul-2011 Igor Zinkovsky

Rename uv_pipe_create to uv_pipe_bind.
Fixes issue #97.

1a0e452d11-Jul-2011 Ben Noordhuis

freebsd: add uv_hrtime().

cef595ee11-Jul-2011 Ben Noordhuis

Fix indentation in src/uv-freebsd.c

33b1b7ac11-Jul-2011 Ben Noordhuis

Fix compiler errors on FreeBSD.

Fixes #93.

8d3d4a4210-Jul-2011 Ben Noordhuis

Revert 9518ab65: Allow user to specify CC env var (CC=clang make)

Conditional assignment (assign if not set) to CC and AR never works
because their default values with GNU make are `cc`

Revert 9518ab65: Allow user to specify CC env var (CC=clang make)

Conditional assignment (assign if not set) to CC and AR never works
because their default values with GNU make are `cc` and `ar` respectively.
Build with `make AR=your-ar CC=your-cc` if you want to override them.

Fixes #89.

show more ...

e2b2df6d09-Jul-2011 Ben Noordhuis

Fix alloc-after-close error, properly disarm uv_tcp_t handle.

Revision tags: node-v0.5.0
b6a6dae302-Jul-2011 Igor Zinkovsky

Named pipes implementation for Windows

5aa8c00509-Jul-2011 Bert Belder

Windows: call shutdown before closesocket to ensure graceful disconnect

f7a3789e08-Jul-2011 Ben Noordhuis

Remove zero-length buffers from the write queue.

Zero-length buffers were written out but not removed,
so the write loop never terminated.

Fixes failing node.js test test/simple

Remove zero-length buffers from the write queue.

Zero-length buffers were written out but not removed,
so the write loop never terminated.

Fixes failing node.js test test/simple/test-http-1.0.js

show more ...

e147155808-Jul-2011 Igor Zinkovsky

fix in uv_insert_pending_req to work with multiple requests

ee599ec108-Jul-2011 Robert Mustacchi

Fix Linux build

8287551b08-Jul-2011 Robert Mustacchi

Fix SunOS build

6d8c499e08-Jul-2011 Ryan Dahl

Don't export the private CPP symbols.

18fa8c0e08-Jul-2011 Ryan Dahl

Move ev.h to include/

8c00b36908-Jul-2011 Robert Mustacchi

C99 compatibility.

Get 99% of the way there for --std=c89 -pedantic for core files. Also cleans
up follow up warnings and others in tests.

7867894908-Jul-2011 Robert Mustacchi

Clean target missing prefix for object files

1...<<201202203204205206207208209210>>...218