History log of /libuv/src/unix/core.c (Results 276 – 299 of 299)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 81c4043c 30-Sep-2011 Igor Zinkovsky

ipc on windows

# 8e9a3384 22-Sep-2011 Ben Noordhuis

unix: implement kqueue file watcher API

kqueue fds are not embeddable into other pollsets (select, poll, kqueue).
Hack the libev event loop to receive kqueue events with filter flags int

unix: implement kqueue file watcher API

kqueue fds are not embeddable into other pollsets (select, poll, kqueue).
Hack the libev event loop to receive kqueue events with filter flags intact.

show more ...

# b594dba2 28-Sep-2011 saghul

unix: fix memcpy when copying hints on uv_getaddrinfo

# 23796d20 27-Sep-2011 Erick Tryzelaar

Fixes #76. Unify OS error reporting

As a nice fringe benefit, this also shaves a word
off of a windows TCP handle by replacing "uv_err_t
bind_error" with "int bind_error".

# 7e8645d1 22-Sep-2011 Erick Tryzelaar

unix,win: Make uv_freeaddrinfo to clean up addrinfo

Fixes #196

# 2a1c32a6 20-Sep-2011 Ben Noordhuis

linux: implement file watcher API

# 2ef8f359 20-Sep-2011 Ryan Dahl

tty fixes for unix

# 37e8bf25 19-Sep-2011 Ben Noordhuis

unix: fix dangling pointer free() bug

# 70e10320 17-Sep-2011 Erick Tryzelaar

unix: Fix uv_getaddrinfo from deleting invalid data

If the uv_getaddrinfo_t handle is owned by its
data pointer, deleting the data in the callback
could cause uv_getaddrinfo_done to

unix: Fix uv_getaddrinfo from deleting invalid data

If the uv_getaddrinfo_t handle is owned by its
data pointer, deleting the data in the callback
could cause uv_getaddrinfo_done to call freeaddrinfo
on an invalid pointer.

show more ...

Revision tags: node-v0.5.7, node-v0.5.6
# 3c964109 09-Sep-2011 Ben Noordhuis

unix: bring back uv__stream_destroy()

This is the revised version of reverted commit 431195c.

# 828b6eb1 12-Sep-2011 Ryan Dahl

unix: remove uv_init

Revision tags: node-v0.5.5
# efa1b540 25-Aug-2011 Erick Tryzelaar

Subclass uv_getaddrinfo_t from uv_req_t.

This patch also fixes #155. Since we no longer
memset clear the uv_getaddrinfo_t, the user can
now set the `uv_getaddrinfo_t->data` field wit

Subclass uv_getaddrinfo_t from uv_req_t.

This patch also fixes #155. Since we no longer
memset clear the uv_getaddrinfo_t, the user can
now set the `uv_getaddrinfo_t->data` field without
problems.

show more ...

# ca5346f9 09-Sep-2011 Ben Noordhuis

unix: revert 98b9f58 and 431195c for now, corrupts memory

# 431195c9 08-Sep-2011 Ben Noordhuis

unix: run callbacks of pending writes when handle is closed

# cc91989c 06-Sep-2011 Ben Noordhuis

unix: fix buffer overrun in uv__strlcpy()

Reported by Thomas Shinnick.

# bb0c6e6d 05-Sep-2011 Ben Noordhuis

unix: move linux feature detection macros to internal.h

# 142a7029 04-Sep-2011 Ryan Dahl

unix: fix fs_chmod

# 12b01e95 04-Sep-2011 Bert Belder

Specialize uv_xxx_getsockname, add uv_tcp_getpeername

# 836cc204 31-Aug-2011 Ryan Dahl

unix: Fix test-gethostbyname

# 6fd340b8 31-Aug-2011 Ryan Dahl

unix: split out stream into its own file

# 38ce213b 31-Aug-2011 Ryan Dahl

unix: split out pipe

# 510407c0 31-Aug-2011 Ryan Dahl

unix: split out tcp module

# e553f96f 31-Aug-2011 Ryan Dahl

unix: split out uv_spawn into src/unix/process.c

# 490c83dd 31-Aug-2011 Ryan Dahl

move src/uv-unix.c to src/unix/core.c

1...<<1112