History log of /libuv/ (Results 4576 – 4600 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5728bd4521-Nov-2011 Ben Noordhuis

test: touching a file should generate only one fs event

57ae9cc420-Nov-2011 Shimon Doodkin

cygwin: fix undefined _SC_PAGESIZE

unistd.h was not included, when tried to build node 0.5.9 had an error of:
_SC_PAGESIZE undefined

e4680ccc18-Nov-2011 Ben Noordhuis

windows: make SRWLock API usage more explicit

1fc1f28014-Nov-2011 Ben Noordhuis

Wrap platform mutex and rwlock APIs.

Read/write locks are emulated with critical sections on Windows XP and Vista
because those platforms don't have a (complete) native read/write lock A

Wrap platform mutex and rwlock APIs.

Read/write locks are emulated with critical sections on Windows XP and Vista
because those platforms don't have a (complete) native read/write lock API.

show more ...

1e0aab0627-Sep-2011 Ben Noordhuis

unix: properly disarm kqueue fs watcher

Fixes "Assertion failed: (revents == EV_LIBUV_KQUEUE_HACK),
function uv__fs_event, file ../src/unix/kqueue.c, line 58."

b0b54bf817-Nov-2011 Igor Zinkovsky

windows: return UV_FILE for non-console FILE_TYPE_CHAR

d5b2615417-Nov-2011 Ben Noordhuis

linux: improve kernel feature detection

Do not check for minimum kernel and glibc versions, just check that the kernel
headers export the syscall number and invoke the syscall directly.

linux: improve kernel feature detection

Do not check for minimum kernel and glibc versions, just check that the kernel
headers export the syscall number and invoke the syscall directly. Effectively
bypasses glibc.

show more ...

10c5293c27-Sep-2011 Ryan Dahl

Update list of supported features

2c0fca9a27-Sep-2011 Bert Belder

win: Fix crash when calling uv_close from shutdown callback

bdac72cc27-Sep-2011 Bert Belder

win tty: Implement uv_close and uv_shutdown

554cb78e27-Sep-2011 Bert Belder

win tty: Use NULL consistently, don't mix with INVALID_HANDLE_VALUE

f5f005d527-Sep-2011 Bert Belder

tty-win: fix absolute cursor positioning

b0a9d60127-Sep-2011 Bert Belder

win: tty fixes

8f563e2927-Sep-2011 Bert Belder

Revert c-ares upgrade and includes fix

It broke the windows build.
This reverts commit 083c97e28bd67f3c87ed6cb7636e423c8d18bcb6 and commit b288afdf14a2da3bbd6a2510c043f816ec7c6a42.

2ebb227227-Sep-2011 Ryan Dahl

Add tcp reference count tests

3e5aa06c27-Sep-2011 Ryan Dahl

Add two timer ref count tests

2c01791927-Sep-2011 Ryan Dahl

Make libev verify itself in debug build

9673abea26-Sep-2011 Ben Noordhuis

unix: fix pointer ownership bug

libuv realloc'd a pointer that belonged to and was later freed by libev.

f6a365ed26-Sep-2011 Igor Zinkovsky

fix tcp_write_error for windows

b288afdf24-Sep-2011 Ben Noordhuis

common: fix includes

Don't rely on c-ares to pull in the headers for inet_addr, net_pton and
inet_ntop. c-ares 1.7.4 did but 1.7.5 does not.

083c97e224-Sep-2011 Ben Noordhuis

c-ares: upgrade to 1.7.5

622eb99126-Sep-2011 Bert Belder

win: implement tty

loose end: line-buffered input reads ascii, not unicode

77bc00e925-Sep-2011 Bert Belder

win: uv_pipe_queue_read should set read_pending flag

985f1a1b25-Sep-2011 Bert Belder

cleanup

d31a57dc25-Sep-2011 Ben Noordhuis

unix: fix NULL pointer dereference

1...<<181182183184185186187188189190>>...218