Age | Commit message (Expand) | Author |
2019-04-23 | missing dots after ".%P pp"; the case of btree(3) was | Ingo Schwarze |
2019-04-23 | add some missing "pp." to .%P macros; | Ingo Schwarze |
2019-04-23 | Use the LogLevel typdef instead of int where appropriate. Patch from | Darren Tucker |
2019-04-23 | Add -no-clear variants of copy-selection and copy-pipe which do not | Nicholas Marriott |
2019-04-23 | Do not try to resize if the parent cell is NULL, problem reported by | Nicholas Marriott |
2019-04-22 | fix thinko from tb@'s commit. | Marc Espie |
2019-04-21 | When calling an empty macro, do not clobber existing arguments. | Ingo Schwarze |
2019-04-21 | Implement the roff .break request (break out of a .while loop). | Ingo Schwarze |
2019-04-21 | pledge "stdio" after opening file and before doing operations | Theo de Raadt |
2019-04-20 | The rip6 checksum errors are accounted per socket. So the no socket | Alexander Bluhm |
2019-04-19 | Document new default RSA key size. From sebastiaanlokhorst at gmail.com | Darren Tucker |
2019-04-18 | When running sshd -T, assume any attibute not provided by -C does not match, | Darren Tucker |
2019-04-18 | Copy the code to infer the option type to show-options and document it. | Nicholas Marriott |
2019-04-18 | Pass target client and session to load_cfg from source-file so formats | Nicholas Marriott |
2019-04-18 | Update session activity on focus event, from tafryn at gmail dot com. | Nicholas Marriott |
2019-04-18 | Remove crc32.{c,h} which were only used by the now-gone SSH1 protocol. | Darren Tucker |
2019-04-17 | signpost the location of the text explaining routing table output a little be... | Jason McIntyre |
2019-04-17 | remove some unneccessary baggage: Nm does not require an argument, | Jason McIntyre |
2019-04-17 | mark up punctuation-as-macro-args properly; | Jason McIntyre |
2019-04-17 | Fix minimum size check on split and size of first cell on spread out | Nicholas Marriott |
2019-04-17 | Rewrite main-vertical and horizontal to use the common spread out code | Nicholas Marriott |
2019-04-17 | Set the window size as well as the layout size when using the preset | Nicholas Marriott |
2019-04-17 | Do not let the size of the pane status screen go negative. | Nicholas Marriott |
2019-04-17 | Document that switch-client can change all of session,window,pane and | Nicholas Marriott |
2019-04-17 | Break new window and pane creation common code from various commands and | Nicholas Marriott |
2019-04-14 | path to i915_drm.h has changed | Jonathan Gray |
2019-04-08 | select-word was missing from the command list, from pawel-slowik. | Nicholas Marriott |
2019-04-07 | Current window style also needs to be tested for default. | Nicholas Marriott |
2019-04-05 | Fix some warnings, from Thomas Adam. | Nicholas Marriott |
2019-04-04 | Fix size check for splitw -f and top level pane size for tiled layout, | Nicholas Marriott |
2019-04-04 | Add support for not crossing filesystem boundaries (-x) to rsync. Option | bket |
2019-04-03 | openssh-8.0 | Damien Miller |
2019-04-03 | Do not load /etc/tmux.conf if given -f. | Nicholas Marriott |
2019-04-03 | screen_write_fast_copy can no longer assume the target screen is default | Nicholas Marriott |
2019-04-02 | Silence flag should use the same option as activity, reported by Thomas | Nicholas Marriott |
2019-04-02 | annoying white space | Theo de Raadt |
2019-04-02 | Add an argument to copy commands to set the prefix for the buffer name, | Nicholas Marriott |
2019-04-02 | Store and restore cursor across reflow by working out a position based | Nicholas Marriott |
2019-04-02 | Pull in addargs() API from ssh to replace complicated hand-rolled argument | Theo de Raadt |
2019-04-01 | Restore a check to stop scrolled lines becoming larger than total lines, | Nicholas Marriott |
2019-04-01 | Sort. | Joel Sing |
2019-04-01 | Make the openssl(1) enc -iter flag actually work. | Joel Sing |
2019-04-01 | many improvements to rsync(1) documentation: | Ingo Schwarze |
2019-04-01 | update currency exchange rates; | Jason McIntyre |
2019-04-01 | Change a strange "} if" into the intended "} else if". No practial | Christian Weisgerber |
2019-03-31 | add Scott Walker; from Chad Dougherty | Stuart Henderson |
2019-03-31 | Update Jewish holiday dates for this year. While here, add Tu B'Shevat. | Brian Callahan |
2019-03-31 | Drop --devices and --specials from the synopsis because they are only | Ingo Schwarze |
2019-03-31 | Increasing strictness regarding signed-vs-unsigned types and their range | Theo de Raadt |
2019-03-31 | Add ability to combine rsync:// and -e by splitting rsync_socket() | Christian Weisgerber |