Age | Commit message (Expand) | Author |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-12-03 | Fix hang when exiting shell in script mode. OK naddy@ | Todd C. Miller |
2012-12-03 | don't try to stuff ptr differences into an int; from Arto Jonsson; ok espie@ | Otto Moerbeek |
2012-12-03 | Remove server capability description from the documentation and from | Alexandre Ratchov |
2012-12-03 | tweak previous; | Jason McIntyre |
2012-12-03 | Fix compilation with -Wall -Werror (trivial type fixes) | Damien Miller |
2012-12-02 | make AllowTcpForwarding accept "local" and "remote" in addition to its | Damien Miller |
2012-12-02 | make deleting explicit keys "ssh-add -d" symmetric with adding keys - | Damien Miller |
2012-12-02 | Fixes logging of partial authentication when privsep is enabled | Damien Miller |
2012-12-02 | Make IdentitiesOnly apply to keys obtained from a PKCS11Provider. | Damien Miller |
2012-12-02 | simpler text; ok ratchov | Jason McIntyre |
2012-12-01 | remove misleading XXXs and TODOs | Alexandre Ratchov |
2012-12-01 | Parse "-m mode1,mode2,.. " strings strictly. | Alexandre Ratchov |
2012-12-01 | update currency exchange rates; | Jason McIntyre |
2012-11-30 | drain midi port output buffer before closing it ensuring the last | Alexandre Ratchov |
2012-11-30 | use the hold flag for midi ports as well | Alexandre Ratchov |
2012-11-30 | For MIDI ports, use the same open/close logic as for audio devices: | Alexandre Ratchov |
2012-11-30 | When the audio device is closed, mark it as closed before | Alexandre Ratchov |
2012-11-30 | make DEV_xxx contiguous | Alexandre Ratchov |
2012-11-30 | Process incoming MIDI data on the fly rather than using an | Alexandre Ratchov |
2012-11-30 | don't exit if midi control port is destroyed (it never is) | Alexandre Ratchov |
2012-11-30 | makes cloned devices line up well with the rest of the output; | Mike Belopuhov |
2012-11-29 | fix stupid cvs conflict | Marc Espie |
2012-11-29 | Change scandir()'s 'select' argument from | Philip Guenthe |
2012-11-27 | Fix return value of load_cfg, from Thomas Adam. | Nicholas Marriott |
2012-11-27 | Support middle-click paste, based on a diff from Ailin Nemui. | Nicholas Marriott |
2012-11-27 | Support the 47 and 1047 SM and RM sequences (alternate screen without | Nicholas Marriott |
2012-11-27 | - add 'make-directory' (not bound to any shortcut). | Jasper Lievisse Adriaanse |
2012-11-27 | - move prototype of expandtilder() to def.h; needed by an upcoming diff. | Jasper Lievisse Adriaanse |
2012-11-27 | Correctly aggregate together errors from nested config files (with | Nicholas Marriott |
2012-11-27 | Allow cmd-run-shell to accept -t to specify the pane to display the | Nicholas Marriott |
2012-11-27 | When scrolling in copy mode with the mouse, scroll screen rather than | Nicholas Marriott |
2012-11-27 | Revert last, after discussion it isn't necessary. | Nicholas Marriott |
2012-11-27 | If the application inside tmux has requested any mouse modes itself, do | Nicholas Marriott |
2012-11-27 | Add window-status-last-* options, from Boris Faure. | Nicholas Marriott |
2012-11-27 | Fix session choice so that preferring unattached sessions actually | Nicholas Marriott |
2012-11-26 | Call realpath earlier on the socket directory path rather than on the | Nicholas Marriott |
2012-11-24 | complement "need an operator" fatal error message with the actual line content. | Marc Espie |
2012-11-24 | Don't output a . at the end of directory, as it is confusing. | Marc Espie |
2012-11-24 | be more strict in recognizing .if keyword() constructs, don't ignore | Marc Espie |
2012-11-24 | clean-up: move up .USE handling, so that the rest becomes a simple switch() | Marc Espie |
2012-11-23 | space required between macro args and punctuation; | Jason McIntyre |
2012-11-23 | add a -M flag that does nothing; allows setups with -M in sndiod_flags | Alexandre Ratchov |
2012-11-23 | Since there's no sndiod -> aucat link anymore, allow aucat to be run | Alexandre Ratchov |
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov |
2012-11-23 | Make the client wait for the first flow control message rather than | Alexandre Ratchov |
2012-11-22 | Put helper function back, will be needed in a bit. | Nicholas Marriott |
2012-11-22 | Instead of worrying about xterm version, send DA and read DEC service | Nicholas Marriott |
2012-11-22 | Don't need to send DECSL on detaching now, the code using higher levels | Nicholas Marriott |
2012-11-21 | ${.ALLSRC} and ${.OODATE} should always be defined, even for empty lists | Marc Espie |