Age | Commit message (Expand) | Author |
2010-02-03 | Fix divide by zero on small windows with main-* layouts. | Nicholas Marriott |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2010-02-03 | If MACHINE_CPU != MACHINE_ARCH, pass -D__${MACHINE_CPU}__ to the preprocessor. | Miod Vallat |
2010-02-03 | Add a new default variable in Makefile context, MACHINE_CPU. Its value is | Miod Vallat |
2010-02-03 | make it clear that -iname supports globbing; | Ingo Schwarze |
2010-02-02 | make buffer_get_string_ret() really non-fatal in all cases (it was | Damien Miller |
2010-02-01 | If redrawing line 0 of the screen onto the tty, there can't be a wrap flag on | Nicholas Marriott |
2010-02-01 | Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. | Nicholas Marriott |
2010-01-31 | Remove unnecessary comparison, pointed out by Tiago Cunha. | Nicholas Marriott |
2010-01-31 | Fix DPADD, from Brad. | Nicholas Marriott |
2010-01-30 | fake local addr:port when stdio fowarding as some servers (Tectia at | Damien Miller |
2010-01-30 | debug output goes to stderr, not "the system log"; ok markus dtucker | Damien Miller |
2010-01-30 | Don't stop parsing command sequences when a command requests the client to | Nicholas Marriott |
2010-01-30 | Ignore SIGHUP as well. | Nicholas Marriott |
2010-01-30 | don't mark channel as read failed if it is already closing; suppresses | Damien Miller |
2010-01-29 | kill correct channel (was killing already-dead mux channel, not | Damien Miller |
2010-01-29 | Allow sorting by command and pid. Also, allow partial matches with strncmp. | Ted Unangst |
2010-01-29 | set FD_CLOEXEC on sock_in/sock_out; bz#1706 from jchadima AT redhat.com | Damien Miller |
2010-01-28 | Typo, from Micah Cowan. | Nicholas Marriott |
2010-01-28 | downgrade an error() to a debug() - this particular case can be hit in | Damien Miller |
2010-01-27 | Actually bind the new key to e. | Nicholas Marriott |
2010-01-27 | Calculate offset correctly, fixes incorrect offset and prevents crash when | Nicholas Marriott |
2010-01-27 | Alter next-word to have vi-like movement behaviour, and add next-word-end with | Nicholas Marriott |
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 |