Age | Commit message (Expand) | Author |
2010-01-27 | add missing "p" flag to getopt optstring; | Damien Miller |
2010-01-27 | fix bug introduced in mux rewrite: | Damien Miller |
2010-01-26 | Actually use the copy made when no newline is found, from martynas@. | Nicholas Marriott |
2010-01-26 | -Wuninitialized and remove a // comment; from portable | Damien Miller |
2010-01-26 | rewrite ssh(1) multiplexing code to a more sensible protocol. | Damien Miller |
2010-01-25 | Hugely simplify window_copy_cursor_next_word, which was way overcomplicated. | Nicholas Marriott |
2010-01-25 | Update the selection properly after goto line or searching. | Nicholas Marriott |
2010-01-25 | Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. | Nicholas Marriott |
2010-01-24 | Redraw properly when scrolling backward and the cursor is on the last | Nicholas Marriott |
2010-01-24 | - revert previous; nitems() shouldn't be used in userland (yet). | Jasper Lievisse Adriaanse |
2010-01-24 | use nitems here, no real change | Ted Unangst |
2010-01-23 | When a window is destroyed, remove all links to it from each session rather | Nicholas Marriott |
2010-01-23 | Don't leak if arguments appear multiple times, from Tiago Cunha. | Nicholas Marriott |
2010-01-23 | Use C-e and C-y for scrolling in vi mode, from Micah Cowan. | Nicholas Marriott |
2010-01-23 | It's wrong to complain about illegal -c arguments when finding | Ingo Schwarze |
2010-01-20 | Don't leak line, from Tiago Cunha. | Nicholas Marriott |
2010-01-19 | Permit !, + and - to be used for window targets to specify last window (!), or | Nicholas Marriott |
2010-01-19 | Unbreak tree - I missed systat's use of the old pf debug levels. | Ryan Thomas McBride |
2010-01-18 | Missing Pp, from Tiago Cunha. | Nicholas Marriott |
2010-01-18 | s/long long unsigned/unsigned long long/, from tim via portable | Darren Tucker |
2010-01-17 | Correct and clarify ssh-add's password asking behavior. | Ted Unangst |
2010-01-17 | Backport bug fix from upstream. | Charles Longeau |
2010-01-17 | While resampling, if input samples are available but output | Alexandre Ratchov |
2010-01-17 | fix quality degradation when resampling | Alexandre Ratchov |
2010-01-16 | don't transmit MIDI active sensing messages, because they | Alexandre Ratchov |
2010-01-16 | when closing the device, delete its MIDI end, if it has no writers. | Alexandre Ratchov |
2010-01-15 | *** empty log message *** | Alexandre Ratchov |
2010-01-15 | Fix resampling algorithm to always produce integer block sizes. | Alexandre Ratchov |
2010-01-15 | unused | Markus Friedl |
2010-01-15 | Reset SIGTERM to SIG_DFL before executing ssh, so that even if sftp | Philip Guenthe |
2010-01-14 | use user_from{uid,gid} to lookup up ids since it keeps a small cache. ok djm | Darren Tucker |
2010-01-14 | Document swap-pane -d. | Nicholas Marriott |
2010-01-14 | Permit S- prefix on keys for shift. Relatively few terminals support this | Nicholas Marriott |
2010-01-14 | Use a more accurate algorithm to calculate clock tick duration | Alexandre Ratchov |
2010-01-14 | Use -C option to specify recorded channel range instead of -c which | Alexandre Ratchov |
2010-01-14 | Similar fix for default route printing as done in netstat. Make sure mask | Claudio Jeker |
2010-01-13 | when using ChrootDirectory, make sure we test for the existence of the | Damien Miller |
2010-01-13 | sftp.1: put ls -h in the right place | Jason McIntyre |
2010-01-13 | Rename s/safile/siofile/g, missed when libsa was renamed to | Alexandre Ratchov |
2010-01-13 | don't append a space after inserting a completion of a directory (i.e. | Damien Miller |
2010-01-13 | avoid run-time failures when specifying hostkeys via a relative | Damien Miller |
2010-01-13 | support '-h' (human-readable units) for sftp's ls command, just like | Damien Miller |
2010-01-13 | Make HostBased authentication work with a ProxyCommand. bz #1569, patch | Darren Tucker |
2010-01-13 | Ignore and log any Protocol 1 keys where the claimed size is not equal to | Darren Tucker |
2010-01-13 | Fix a couple of typos/mispellings in comments | Darren Tucker |
2010-01-12 | Update to ncurses 5.7, with local changes reapplied. | Nicholas Marriott |
2010-01-12 | save errno wrapping in a signal handler | Theo de Raadt |
2010-01-12 | check for bogus clock ticks sent by the device; helps tracking | Alexandre Ratchov |
2010-01-12 | When attaching a new stream, if the "extra" latency is zero, then | Alexandre Ratchov |
2010-01-12 | Add explicit stat so we reliably detect nologin with bad perms. ok djm markus | Darren Tucker |