History log of /libuv/src/unix/tty.c (Results 51 – 66 of 66)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: node-v0.8.6, node-v0.8.5, node-v0.6.21, node-v0.8.3, node-v0.9.0, node-v0.8.2, node-v0.8.1, node-v0.8.0, node-v0.7.12, node-v0.7.11, node-v0.7.10, node-v0.6.19, node-v0.7.9
# e71495c8 23-May-2012 Ben Noordhuis

unix: turn field stream->blocking into a flag

Saves 4 bytes.

Revision tags: node-v0.6.18
# e3875548 02-May-2012 Bert Belder

Unix: namespace stream handle flags

Revision tags: node-v0.6.16, node-v0.6.17, node-v0.7.8, node-v0.6.15, node-v0.6.14, node-v0.6.13, node-v0.7.6, node-v0.6.12, node-v0.6.11
# b8649fdf 13-Feb-2012 Ben Noordhuis

unix: don't flush tty on switch to raw mode

Drain, don't flush the tty when switching from cooked to raw mode. Prevents
buffered keystrokes from getting lost. Switching back to cooked mo

unix: don't flush tty on switch to raw mode

Drain, don't flush the tty when switching from cooked to raw mode. Prevents
buffered keystrokes from getting lost. Switching back to cooked mode still
flushes.

Fixes joyent/node#2744.

show more ...

Revision tags: node-v0.7.4, node-v0.6.10, node-v0.7.2, node-v0.6.9, node-v0.7.1
# bf8ccfce 17-Jan-2012 Ben Noordhuis

unix: fix segfault in uv_guess_handle()

Fixes #293.

Revision tags: node-v0.7.0, node-v0.6.8, node-v0.6.7, node-v0.6.6, node-v0.6.4, node-v0.6.3, node-v0.6.2, node-v0.6.1, node-v0.6.0
# e1bee05e 02-Nov-2011 Ryan Dahl

UNIX: Loop on blocking streams

Also removes a superfluous syscall during uv_tty_init for writable TTY
streams.

Revision tags: node-v0.5.10, node-v0.5.9
# 5656e3c8 10-Oct-2011 Ryan Dahl

Prepare for writable TTY to be blocking

Revision tags: node-v0.5.8
# fe184384 30-Sep-2011 Ryan Dahl

add uv_tty_reset_mode()

# 153d3c7c 30-Sep-2011 Ryan Dahl

unix: allow tty raw mode to be turned off

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

# 03d0c57e 23-Sep-2011 Ryan Dahl

Remove uv_is_tty. Use uv_guess_handle instead.

# 7ce34f2a 23-Sep-2011 Fedor Indutny

added missing headers file

# 03652596 23-Sep-2011 Ryan Dahl

unix: add uv_guess_handle and uv_tty_get_winsize

# 12d3680c 21-Sep-2011 Ben Noordhuis

unix: fix warning: implicit declaration of function ‘isatty’

Revision tags: node-v0.5.7
# c1374ba5 15-Sep-2011 Ryan Dahl

Add uv_is_tty()

# e7eeacb4 12-Sep-2011 Ryan Dahl

unix: implement uv_tty_set_mode

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

123