Age | Commit message (Expand) | Author |
2017-04-20 | Now that struct winlink has a session pointer, can remove some arguments. | Nicholas Marriott |
2017-04-20 | There is no real need for window_printable_flags to allocate, make it | Nicholas Marriott |
2017-04-20 | If a #() command doesn't exit, use its most recent line of output (it | Nicholas Marriott |
2017-04-20 | use strtonum instead of strtoll to parse the argument to -j | David Gwynne |
2017-04-19 | load_cfg returns < 0 on error, not != 0. Problem reported by Kaushal Modi. | Nicholas Marriott |
2017-04-19 | Add a suspend helper function, and do not allow detaching or suspending | Nicholas Marriott |
2017-04-19 | Style nits and a missing cast. | Nicholas Marriott |
2017-04-19 | spelling fixes from michael w. bombardieri | Jason McIntyre |
2017-04-19 | When the data we have buffered to write to a terminal grows beyond a | Nicholas Marriott |
2017-04-19 | More thoroughly reject direct access to unintended files, such that | Ingo Schwarze |
2017-04-18 | Revert use of DECSLRM on iTerm2, it doesn't help as much as we throught, | Nicholas Marriott |
2017-04-18 | On terminals without DECSLRM, when a pane that is less than the full | Nicholas Marriott |
2017-04-18 | Detect iTerm2 and use DECSLRM for it as well. | Nicholas Marriott |
2017-04-18 | Now that global -i is gone, pass -i through to the apropos(1) | Ingo Schwarze |
2017-04-18 | Add a format for number of bytes writtent to client, useful for debugging. | Nicholas Marriott |
2017-04-18 | Do not check for BCE for a background colour that isn't needed, use | Nicholas Marriott |
2017-04-18 | Delete the undocumented and unimplemented man(1) -i (interactive | Ingo Schwarze |
2017-04-18 | The apropos(1) manual still documents the unary -i operator for | Ingo Schwarze |
2017-04-18 | Style nits; no binary change. | Nicholas Marriott |
2017-04-18 | Fix previous: i forgot explicit NUL termination; | Ingo Schwarze |
2017-04-18 | Include client name in key logging. | Nicholas Marriott |
2017-04-18 | use freezero() instead of explicit_bzero + free | Theo de Raadt |
2017-04-18 | use freezero() instead of 4-line conditional explicit_bzero + free | Theo de Raadt |
2017-04-18 | free(NULL) is ok so use it; from Michael W. Bombardieri | Theo de Raadt |
2017-04-17 | Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order. | Ingo Schwarze |
2017-04-17 | Recognize nl_langinfo(CODESET) return values "646" and "" as aliases | Ingo Schwarze |
2017-04-17 | implement display of long .Lk URIs to match -Tascii | Ingo Schwarze |
2017-04-17 | Fix handling of trailing punctuation in .Lk. | Ingo Schwarze |
2017-04-17 | Change COMPILER_VERSION tests which limited additional warnings to gcc4 | Jonathan Gray |
2017-04-17 | Don't bother moving the cursor for empty lines. | Nicholas Marriott |
2017-04-17 | Remove a couple of redraw flags that no longer have any effect. | Nicholas Marriott |
2017-04-16 | Memory leak, from David CARLIER. | Nicholas Marriott |
2017-04-16 | Use EL1 to clear lines when redrawing the leftmost pane, rather than | Nicholas Marriott |
2017-04-16 | Move comments into a block and uses {} to unconfuse reading. | Theo de Raadt |
2017-04-16 | Statistics for high memory flips in the buffer cache | Bob Beck |
2017-04-16 | remove -g from CFLAGS at florian's request | Jonathan Gray |
2017-04-16 | Different compilers and versions of compilers have different warnings. | Jonathan Gray |
2017-04-14 | Show long .Lk URIs in like an indented display, similar to groff. | Ingo Schwarze |
2017-04-14 | Do not make the colon after the .Lk link text italic. | Ingo Schwarze |
2017-04-12 | isblank() is ANSI C since C99, no need to provide a replacement. | Todd C. Miller |
2017-04-12 | bluhm discovered "script < /dev/null" attempts tty operations in violation | Theo de Raadt |
2017-04-06 | a little const here and there to prevent rules from changing | Ted Unangst |
2017-04-06 | prepenv can take a const rule | Ted Unangst |
2017-04-05 | Clamp size to length if snprintf ever indicates overflow | Theo de Raadt |
2017-04-05 | Add Home and End for copy mode. | Nicholas Marriott |
2017-04-05 | Try again to resolve problems with mistaking sessions for windows: now | Nicholas Marriott |
2017-04-05 | Give each client a name. This defaults to the tty name as before but | Nicholas Marriott |
2017-04-05 | cfg_file can be static. | Nicholas Marriott |
2017-04-05 | Change tty_repeat_space to write large sets of spaces together instead | Nicholas Marriott |
2017-04-05 | - -Z before -z in options list | Jason McIntyre |