Age | Commit message (Expand) | Author |
2009-09-15 | The default terminal size should be 80x24, not 80x25. | Nicholas Marriott |
2009-09-14 | Nuke unused server_client_index function, pointed out by martynas@. | Nicholas Marriott |
2009-09-12 | Doh, trim variables unused now. | Nicholas Marriott |
2009-09-12 | Tidy some common code for destroying sessions into a new function. | Nicholas Marriott |
2009-09-12 | tmux always outputs \177 for backspace, so explicitly set VERASE to \177 for | Nicholas Marriott |
2009-09-11 | - adjust usage() to fit in 80 columns | Stuart Henderson |
2009-09-10 | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott |
2009-09-10 | Correct error message when fclose() fails. From Brian Poole. | Todd C. Miller |
2009-09-08 | Move connect code out ouf clientloop into own function. This code can be | Claudio Jeker |
2009-09-08 | There is no need for two getaddrinfo implementations for client and server. | Claudio Jeker |
2009-09-07 | While the display-panes indicator is on screen, make the number keys select the | Nicholas Marriott |
2009-09-07 | Reference count clients and sessions rather than relying on a saved index for | Nicholas Marriott |
2009-09-07 | Tiny cleanup. | Matthias Kilian |
2009-09-07 | Give each paste buffer a size member instead of requiring them to be | Nicholas Marriott |
2009-09-07 | Permit embedded colour and attributes in status-left and status-right using new | Nicholas Marriott |
2009-09-06 | check for unitialized elements when accessing an array; from Simon Kellner. | Otto Moerbeek |
2009-09-05 | Only redraw all clients once when the backoff timer expires rather than every | Nicholas Marriott |
2009-09-05 | - properly free fqdn if it gets reassigned due to multiple -h options | Tobias Stoeckmann |
2009-09-05 | Fixed typo in comment. | Tobias Stoeckmann |
2009-09-04 | Tidy main and make it a bit easier to read. | Nicholas Marriott |
2009-09-04 | Tell the user when sleeping due to password backoff. | Nicholas Marriott |
2009-09-03 | Correctly escape spaces in the Erlang 4.2/4.3 magic. | Stuart Henderson |
2009-09-02 | Fix a race condition when asking a client to take over the terminal (switching | Nicholas Marriott |
2009-09-02 | When shutting down the server, expect clients to be polite and exit when asked | Nicholas Marriott |
2009-09-02 | That was the wrong fix. MSG_ERROR should set the error and the client should | Nicholas Marriott |
2009-09-02 | Set exittype for error exit as well as the error string. | Nicholas Marriott |
2009-09-02 | Accept -l to make it easier for people who use tmux as a login shell to use | Nicholas Marriott |
2009-09-02 | When incorrect passwords are entered, behave similarly to login(1) and backoff | Nicholas Marriott |
2009-09-02 | Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle | Nicholas Marriott |
2009-09-01 | fix a race condition in ssh-agent that could result in a wedged or | Damien Miller |
2009-09-01 | If forking a login shell or if SHELL is otherwise not useful, set it to the | Nicholas Marriott |
2009-09-01 | When using tmux as a login shell, there is currently no way to specify a shell | Nicholas Marriott |
2009-09-01 | Use "Password:" with no space for password prompts and don't display a *s for | Nicholas Marriott |
2009-09-01 | Sort cases same as getopt argument, from martynas. | Nicholas Marriott |
2009-08-31 | also, like ssh, set up MAIL to the location we've just checked | Martynas Venckus |
2009-08-31 | document -e and -h; prodded by jmc@ | Damien Miller |
2009-08-31 | check correct variable for error message, spotted by martynas@ | Damien Miller |
2009-08-31 | Add a new display-panes command, with two options (display-panes-colour and | Nicholas Marriott |
2009-08-31 | squash typo | Stefan Sperling |
2009-08-31 | Don't call tty_free unless the client is a terminal, otherwise tty_init hasn't | Nicholas Marriott |
2009-08-29 | accept ``common'' messages (including system explusive) on the | Alexandre Ratchov |
2009-08-29 | gcc2 hates claudio | Theo de Raadt |
2009-08-28 | Change the way how the server works. Instead of forking of a child per | Claudio Jeker |
2009-08-28 | Change cap_mkdb and curses to be a better about reformatting terminfo entries | Nicholas Marriott |
2009-08-28 | add a new AMSG_BYE, sent by the client to requst the server to | Alexandre Ratchov |
2009-08-28 | top device before closing it. It's necessary to ensure that if we | Alexandre Ratchov |
2009-08-27 | Do not fall back to adding keys without contraints (ssh-add -c / -t ...) | Damien Miller |
2009-08-27 | allow setting an explicit umask on the commandline to override whatever | Damien Miller |
2009-08-27 | force use of correct hash function for random-art signature display | Damien Miller |
2009-08-27 | allow setting an explicit umask on the commandline to override whatever | Damien Miller |