Age | Commit message (Expand) | Author |
2018-05-28 | Mention column-number-mode in the tutorial to clear up a potentially | Brian Callahan |
2018-05-26 | Start with baby steps towards responsive design: | Ingo Schwarze |
2018-05-26 | Use em units rather than ex units for horizontal lengths. | Ingo Schwarze |
2018-05-25 | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze |
2018-05-25 | Do not ban PTY allocation when a sshd session is restricted because | Damien Miller |
2018-05-25 | Fix return value confusion in several functions (readdir, download and | Damien Miller |
2018-05-25 | If select() fails in ssh_packet_read_seqnr go directly to the error path | Darren Tucker |
2018-05-24 | Make server_client_get_cwd used (almost) everywhere we need to work out | Nicholas Marriott |
2018-05-24 | Improve logging of the environment etc for new panes. | Nicholas Marriott |
2018-05-22 | drop unnecessary timerclear; tv_sec & tv_usec are assigned immediately | cheloha |
2018-05-22 | Allow escaping , and } with # in #{}; GitHub issue 1332. | Nicholas Marriott |
2018-05-22 | support ProxyJump=none to disable ProxyJump functionality; bz#2869 | Damien Miller |
2018-05-21 | Use <span> for .Ms rather than <b>; discussed with John Gardner. | Ingo Schwarze |
2018-05-21 | Use <span> for .Ad rather than <i>; also suggested by John Gardner. | Ingo Schwarze |
2018-05-20 | Use <span> rather than abusing <i> for .Pa; | Ingo Schwarze |
2018-05-20 | various minor improvements | Ingo Schwarze |
2018-05-20 | Protect against malicious manual pages containing .ll requests with | Ingo Schwarze |
2018-05-20 | -T should not actually select the pane. | Nicholas Marriott |
2018-05-19 | Do not ignore nice time in systat(1). The sum would not be 100%, | Alexander Bluhm |
2018-05-18 | negative assertions only work well on constant-width regexp, do things | Marc Espie |
2018-05-18 | In a nutshell, all mobile browsers are broken. | Ingo Schwarze |
2018-05-15 | Fix switch-client -l, from Jean-Marc Eurin in GitHub issue 1343. | Nicholas Marriott |
2018-05-15 | correct keyowrd name (permitemptypasswords); from brendan macdonell | Jason McIntyre |
2018-05-14 | Some broken terminal emulators (e.g. sakura) do the equivalent | Ingo Schwarze |
2018-05-14 | Stopping counting and reporting CPU time spent spinning on a lock as | Martin Pieuchot |
2018-05-13 | Add missing pledge(). From Jesper Wallin <jesper at ifconfig.se>. | Alexandre Ratchov |
2018-05-11 | Emphasise that -w implicitly sets Tunnel=point-to-point and that users | Damien Miller |
2018-05-11 | implement EMFILE mitigation for ssh-agent: remember the fd rlimit | Damien Miller |
2018-05-11 | Explicit cast when snprintf'ing an uint64. Prevents warnings on platforms | Darren Tucker |
2018-05-10 | more errx -> err, from schwarze@ | Sebastian Benoit |
2018-05-10 | Do not mention TCP in tcpbench comments and error messages regarding | Alexander Bluhm |
2018-05-10 | print strdup error with err(). From Nan Xiao nan AT chinadtrace DOT | Sebastian Benoit |
2018-05-09 | Mention allow-rename with \033k. | Nicholas Marriott |
2018-05-09 | consistent verb form; from nan xiao | Jason McIntyre |
2018-05-09 | Another check for NULL window if looking for index. | Nicholas Marriott |
2018-05-09 | Fix a long-standing issue: | Ingo Schwarze |
2018-05-08 | Eliminate the class=It-* attributes. | Ingo Schwarze |
2018-05-08 | Switch the emitted HTML element from <b> to <code> for the fixed | Ingo Schwarze |
2018-05-07 | Handle terminfo colors > 256 correctly, GitHub issue 1337. | Nicholas Marriott |
2018-05-04 | Improve logging of sessions. | Nicholas Marriott |
2018-05-03 | Use window target if specified and exists even when looking for an | Nicholas Marriott |
2018-05-03 | Minor correction: we render HTML character references hexadecimal, | Ingo Schwarze |
2018-05-03 | test for failing allocation using the standard idiom; prompted by Nan Xiao | Otto Moerbeek |
2018-05-01 | skip printing the embedded style sheet if an external style is referenced | Ingo Schwarze |
2018-05-01 | update currency exchange rates; | Jason McIntyre |
2018-04-29 | Simpler description of output formats, shortening the manual page by 15 lines. | Ingo Schwarze |
2018-04-27 | trailing whitespace, and move arg checking before pledge | Bob Beck |
2018-04-26 | ioctlname() prototype is already in ../kdump/kdump.h | Philip Guenther |
2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland | Philip Guenther |
2018-04-26 | Since the previous commit, ssh regress test sftp-chroot was failing. | Alexander Bluhm |