index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
ptyfwd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ptyfwd: ellipsize overly long window titles
Lennart Poettering
2024-11-13
1
-4
/
+20
*
terminal-util: define ANSI_OSC as macro for the OSC terminal sequence prefix
Lennart Poettering
2024-10-31
1
-2
/
+2
*
ptyfwd: document why we only honour two of the three kinds of ST
Lennart Poettering
2024-10-31
1
-5
/
+10
*
tree-wide: prefer generating 0x1B 0x5C as ANSI sequence "ST"
Lennart Poettering
2024-10-31
1
-2
/
+2
*
tree-wide: make sigprocmask() changes more automatic
Lennart Poettering
2024-09-13
1
-1
/
+1
*
terminal-util: split out color macros/helpers into its own header
Lennart Poettering
2024-07-19
1
-0
/
+1
*
ptyfwd: reset color after two tty reset sequences, too
Lennart Poettering
2024-07-18
1
-1
/
+19
*
run: add environment variable to prevent the setting of terminal title
Mantas Mikulėnas
2024-06-25
1
-0
/
+16
*
ptyfwd: add missing assertions for pty_forward_new
Mike Yuan
2024-05-21
1
-0
/
+3
*
ptyfwd: trivial coding style and log cleanups
Mike Yuan
2024-05-19
1
-13
/
+16
*
various: drop unnecessary DISABLE_WARNING_FORMAT_NONLITERAL
Mike Yuan
2024-04-28
1
-2
/
+0
*
Use IN_SET() more
Frantisek Sumsal
2024-04-02
1
-1
/
+1
*
ptyfwd: drop redundant brackets
Yu Watanabe
2024-03-14
1
-9
/
+3
*
ptyfwd: do not erase line after NL
Yu Watanabe
2024-03-14
1
-39
/
+6
*
ptyfwd: fix typo
Yu Watanabe
2024-03-14
1
-1
/
+1
*
fs-utils: new wrapper fd_reopen_propagate_append_and_position()
Lars Ellenberg
2024-03-12
1
-3
/
+8
*
stat-util: introduce fd_inode_same
Mike Yuan
2024-03-11
1
-1
/
+1
*
shared/ptyfwd: detect String Terminator or BEL when parsing an OSC sequence
Sam Leonard
2024-02-28
1
-3
/
+9
*
shared/ptyfwd: allow window title but not background color as a valid state
Sam Leonard
2024-02-28
1
-2
/
+6
*
ptyfwd: optionally prefix window title with colored dot
Lennart Poettering
2024-02-23
1
-3
/
+66
*
Merge pull request #30380 from keszybz/tmpfiles-dry-run
Lennart Poettering
2024-02-13
1
-1
/
+1
|
\
|
*
tree-wide: use normal spelling of "reopen"
Zbigniew Jędrzejewski-Szmek
2024-02-09
1
-1
/
+1
*
|
ptyfwd: automatically turn off tinting/window title logic on dumb terminals
Lennart Poettering
2024-02-09
1
-1
/
+12
*
|
ptyfwd: simplify error handling in shovel()
Lennart Poettering
2024-02-09
1
-23
/
+27
*
|
ptyfwd: optionally update window title if we are running a ptyfwd session
Lennart Poettering
2024-02-09
1
-10
/
+60
*
|
ptyfwd: tweaks to background tinting logic
Lennart Poettering
2024-02-09
1
-15
/
+52
|
/
*
ptyfwd: when leaving a session with tinted background, clear to end of screen
Lennart Poettering
2024-01-20
1
-1
/
+1
*
ptyfwd: optionally, change ANSI background color of forwarded terminals
Lennart Poettering
2023-12-21
1
-3
/
+272
*
ptyfwd: make sure pty_forward_free() follows our usual semantics regarding NULL
Lennart Poettering
2023-12-20
1
-0
/
+2
*
ptyfwd: reset colors when we exit the pty forwarding logic
Lennart Poettering
2023-12-20
1
-0
/
+5
*
ptyfwd: don't reset TTY twice if stdin/stdout point to same TTY
Lennart Poettering
2023-11-24
1
-4
/
+14
*
ptyfwd: trivial format cleanups
Yu Watanabe
2023-11-24
1
-9
/
+6
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-3
/
+3
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-8
/
+4
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-6
/
+6
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: drop if braces around single line expressions as well
Frantisek Sumsal
2020-10-09
1
-3
/
+1
*
ptyfwd: reopen stdin/sdout before setting O_NONBLOCK
Lennart Poettering
2020-10-02
1
-32
/
+81
*
ptyfwd: use ERRNO_IS_DISCONNECT() when checking for disconnection on foreign fds
Lennart Poettering
2020-09-22
1
-2
/
+3
*
ptyfwd: don't set prio if event source that might not exist
Lennart Poettering
2020-09-04
1
-3
/
+5
*
ptyfwd: optionally override terminal width/height
Lennart Poettering
2018-11-29
1
-2
/
+44
*
ptyfwd: when we can't copy the window size from caller, use $LINES and $COLUMNS
Lennart Poettering
2018-10-09
1
-2
/
+12
*
ptyfwd: voidify more calls (#10310)
Lennart Poettering
2018-10-08
1
-2
/
+2
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
run: run pty forwarder at higher event priority than the bus
Lennart Poettering
2017-12-05
1
-0
/
+23
*
ptyfwd: before deciding that a pty is fully drained, ask the kernel again
Lennart Poettering
2017-12-05
1
-3
/
+26
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
[next]