History log of /libuv/src/unix/pipe.c (Results 76 – 89 of 89)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: node-v0.6.6, node-v0.6.4
# 60630dab 01-Dec-2011 Igor Zinkovsky

windows: enable pending pipe instances knob

Revision tags: node-v0.6.3, node-v0.6.2, node-v0.6.1, node-v0.6.0
# faca1402 04-Nov-2011 Igor Zinkovsky

make uv_pipe_connect return void

# 0698e3f9 03-Nov-2011 Ryan Dahl

Fix UNIX pipe connect error reporting, add test

Revision tags: node-v0.5.10, node-v0.5.9, node-v0.5.8
# 6921d2fc 26-Sep-2011 Ryan Dahl

Add argument to uv_pipe_init for IPC, unix impl

# 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".

# 4ad33e97 09-Jan-2012 Ryan Dahl

Revert "Add uv_pipe_pair for communication between threads"

Not needed. We took a different approach for isolates.

This reverts commit 5cc6090fdf738c7ae6677627f9f151c9bc16b43f.

# 5cc6090f 30-Dec-2011 Ryan Dahl

Add uv_pipe_pair for communication between threads

This is only the Unix implementation and test.

# 0d8cb08f 08-Dec-2011 Ben Noordhuis

Merge branch 'v0.6'


# f5c2a4a1 02-Dec-2011 Ben Noordhuis

Merge branch 'v0.6'

Conflicts:
src/unix/core.c
src/win/winapi.h


# b52b8c71 23-Nov-2011 Ben Noordhuis

util: add uv_strlcpy() and uv_strlcat() functions

Revision tags: node-v0.5.7
# 4484d61f 12-Sep-2011 Ryan Dahl

Add interfaces for uv_pipe_open, uv_tty_init, uv_tty_set_mode

Nothing works - no tests. This is just to coordinate efforts between Bert
and I.

Revision tags: node-v0.5.6
# 2f2223f2 01-Sep-2011 Ben Noordhuis

sunos: fix compiler errors, sun is a #define

# eb987bcc 09-Sep-2011 Ben Noordhuis

unix: deduplicate stream init logic

Move shared init logic into uv__stream_init().

# 38ce213b 31-Aug-2011 Ryan Dahl

unix: split out pipe

1234