0
0
Fork 0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2025-03-16 05:03:29 +00:00

Commit graph

  • 81f78f0da7 Merge branch 'obsd-master' Thomas Adam 2016-03-05 10:01:09 +0000
  • c38e0a4bbc Do not use c->cwd or s->cwd if it is NULL, found by Ben Boeckel. nicm 2016-03-05 07:47:52 +0000
  • 1f0b317088 Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, so fall back to setlocale(LC_CTYPE, ""). tmux requires a UTF-8 locale, so check with wcwidth() on a UTF-8 character after setlocale(). nicm 2016-03-05 07:44:31 +0000
  • 6c35d17800 Merge branch 'obsd-master' Thomas Adam 2016-03-03 16:01:11 +0000
  • df0983af39 show-* and set-* need to handle a missing target. nicm 2016-03-03 14:15:22 +0000
  • fa81d838da Accept clients as sessions in cmd_find_get_session. nicm 2016-03-03 14:14:46 +0000
  • 45d62482da Merge branch 'obsd-master' Thomas Adam 2016-03-03 14:01:10 +0000
  • bcb41a09b3 RGB colours shouldn't be mixed up with aixterm colours, return before that happens when working out if they are supported. nicm 2016-03-03 12:58:15 +0000
  • 9e2fbb31ec +wchar.h Nicholas Marriott 2016-03-02 18:19:13 +0000
  • 985504ff2c Merge branch 'next' Nicholas Marriott 2016-03-02 18:16:51 +0000
  • e304673c65 Merge branch 'obsd-master' Thomas Adam 2016-03-02 18:10:51 +0000
  • b8a102d26f Handle wcwidth() and mbtowc() failures in better style and drop characters where we can't find the width (wcwidth() fails) on input, the same as we drop invalid UTF-8. Suggested by schwarze@. nicm 2016-03-02 15:36:02 +0000
  • d980d965dd Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@. nicm 2016-03-02 15:33:36 +0000
  • f0239a8fe9 Remove some more unused variables, and use RB_FOREACH_SAFE in key_bindings_unref_table. nicm 2016-03-01 12:06:07 +0000
  • 2e4503ad4e Redraw status on mode entry and exit. nicm 2016-03-01 12:05:15 +0000
  • 54ea8f74ae When a mouse drag is finished, fire a MouseUp key press, instead of doing the drag end in code. From Stephen Coakley. nicm 2016-03-01 12:04:43 +0000
  • e647eeb0c9 Remove unused variables, from Michal Mazurek. nicm 2016-03-01 12:02:54 +0000
  • 26945d7956 Use system wcwidth() instead of carrying around UTF-8 width tables. nicm 2016-03-01 12:02:08 +0000
  • c7851e0ee7 Fix break-pane synopsis and some other tmux.1 bits. nicm 2016-03-01 11:58:45 +0000
  • 1fa1a9aca4 fix command line Nicolas Viennot 2016-03-01 02:43:20 -0500
  • b0c843e56f update latency interval to 10s Nicolas Viennot 2016-02-28 17:22:10 -0500
  • 3b79601b5c Latency reporting Nicolas Viennot 2016-02-27 19:17:40 -0500
  • 2542fa19f3 nits Nicolas Viennot 2016-02-27 19:17:26 -0500
  • a8c4ac839b Update for latest code Scott Merrill 2016-02-20 15:16:00 -0500
  • b2d1f4fa4c Add missing signal.h Nicolas Viennot 2016-02-19 14:16:28 -0500
  • a011b67f56 Remove unused variables. Nicholas Marriott 2016-02-19 16:45:35 +0000
  • c3f93e7178 Add to TODO. Nicholas Marriott 2016-02-19 16:45:15 +0000
  • 931b1c6d59 Merge branch 'master' into next Nicholas Marriott 2016-02-19 13:37:18 +0000
  • e9d369a09e Fixed fgetln(3) implementation (from Joerg Jung) which does not depend on *BSD fgets(3) semantics. Nicholas Marriott 2016-02-19 13:35:46 +0000
  • 6adf561507 Redraw status on mode entry and exit. Nicholas Marriott 2016-02-19 13:29:59 +0000
  • 95adc0e6ba When a mouse drag is finished, fire a MouseUp key press, instead of doing the drag end in code. From Stephen Coakley. Nicholas Marriott 2016-02-19 13:28:03 +0000
  • 02753ba9ea Remove unused variables, from Michal Mazurek. Nicholas Marriott 2016-02-19 13:15:22 +0000
  • acc1090e77 Use system wcwidth() instead of carrying around UTF-8 width tables. Nicholas Marriott 2016-02-19 13:14:17 +0000
  • fc864529f5 Remove malloc_options debug bit (already gone from OpenBSD). Nicholas Marriott 2016-02-19 13:11:10 +0000
  • 782dd941da Fire SIGCHLD after utempter_add_record since it probably eats it. Nicholas Marriott 2016-02-17 23:21:58 +0000
  • ba8290aeae Merge branch 'obsd-master' Thomas Adam 2016-02-12 14:01:14 +0000
  • 4f6bc0a0a9 Expand client formats in run-shell. nicm 2016-02-12 12:24:52 +0000
  • f7c8f1ae29 xmalloc: define __bounded__ where necessary Thomas Adam 2016-02-07 00:04:46 +0000
  • ba97ae1737 EXTRA_DIST: add example_tmux.conf / xmalloc.h Thomas Adam 2016-02-06 19:04:21 +0000
  • 7669cfb330 Merge branch 'obsd-master' Thomas Adam 2016-02-05 12:01:10 +0000
  • bc0c9c7920 Do not wrap cursor at start or end of history, from Michal Mazurek. nicm 2016-02-05 10:20:06 +0000
  • 07c23ccc05 Merge branch 'master' of github.com:tmux/tmux Nicholas Marriott 2016-02-05 10:08:55 +0000
  • 2130a07b70 Add to TODO. Nicholas Marriott 2016-02-05 10:08:39 +0000
  • 26f899be10 Merge branch 'obsd-master' Thomas Adam 2016-02-04 16:01:13 +0000
  • bdb8bb790e Set up -t flag properly when passing new-session -A off to attach-session, GitHub issue 295. nicm 2016-02-04 14:11:20 +0000
  • 8760f877e1 Merge branch 'obsd-master' Thomas Adam 2016-01-31 16:01:09 +0000
  • 97882f9ce2 Clear RGB flags during selection. nicm 2016-01-31 14:11:49 +0000
  • 5fce21728e Merge branch 'obsd-master' Thomas Adam 2016-01-31 12:01:09 +0000
  • fa64b89ad7 Whoops, need this for the previous reverse trim commit too. nicm 2016-01-31 09:57:41 +0000
  • 49e9f93738 Add RGB escape sequences for capture-pane -e. nicm 2016-01-31 09:57:09 +0000
  • 8028560f82 Support negative trim values (#{=-10:pane_title}) to trim from the end, suggested by Kevin Brubeck Unhammer. nicm 2016-01-31 09:54:46 +0000
  • 225a384dbb Fix new-session with -t after command flags changes, reported by Michael Graczyk. nicm 2016-01-31 09:52:01 +0000
  • 404379049a examples/ has gone, so delete some text about it. Nicholas Marriott 2016-01-29 15:45:32 +0000
  • 2a1bb91bf7 Remove old examples in favour of one example configuration file. Nicholas Marriott 2016-01-29 14:53:28 +0000
  • a33bb3e876 Link to the bash(1) completion file from README rather than including it in examples. Nicholas Marriott 2016-01-29 14:40:30 +0000
  • 8cf1504ba6 Merge branch 'obsd-master' Thomas Adam 2016-01-29 12:01:16 +0000
  • 427b820426 Support for RGB colour, using the extended cell mechanism to avoid wasting unnecessary space. The 'Tc' flag must be set in the external TERM entry (using terminal-overrides or a custom terminfo entry), if not tmux will map to the closest of the 256 or 16 colour palettes. nicm 2016-01-29 11:13:56 +0000
  • 1d6bd50343 libevent.org URL. Nicholas Marriott 2016-01-29 10:58:08 +0000
  • db787b22ec Let the proxy do the connection messages Nicolas Viennot 2016-01-22 23:14:35 -0500
  • 13d12e82a6 Treat the ro- prefix as part of the readonly token Nicolas Viennot 2016-01-23 01:13:12 -0500
  • d687e486da token generation was not uniformly distributed Nicolas Viennot 2016-01-22 23:12:02 -0500
  • 23bbaab3d2 Being more careful with signals to avoid deadlocks Nicolas Viennot 2016-01-22 13:17:57 -0500
  • 9fe781453d nits Nicolas Viennot 2016-01-22 13:03:24 -0500
  • ca29dc9abc Update my email address. Nicholas Marriott 2016-01-19 18:07:25 +0000
  • dc42c35f1f Merge branch 'obsd-master' Thomas Adam 2016-01-19 18:01:15 +0000
  • b5b5221c13 Split out getting the current state from the target search so it can be replaced if we already know the current. nicm 2016-01-19 16:01:30 +0000
  • 995af0e2b7 I no longer use my SourceForge address so replace it. nicm 2016-01-19 15:59:12 +0000
  • 5d21faa99c Merge branch 'obsd-master' Thomas Adam 2016-01-16 02:01:10 +0000
  • c9815307eb Add hooks for alerts (bell, silence, activity), from Thomas Adam. nicm 2016-01-16 00:36:53 +0000
  • 506adf3764 Merge branch 'obsd-master' Thomas Adam 2016-01-15 12:01:11 +0000
  • d551ab8e5c Clear the environment properly by looping until it is empty rather than looping over it (which may skip entries), from Brad King. nicm 2016-01-15 11:33:41 +0000
  • 68d797587e A couple of missing printflike attributes, from Andrey Starodubtsev. nicm 2016-01-15 11:31:47 +0000
  • f3e1670552 Avoid creating primary window by default Nicolas Viennot 2016-01-05 18:18:54 -0500
  • 88dc3b5170 Improve debug msg Nicolas Viennot 2016-01-05 18:25:03 -0500
  • 3c106c8e9c Guard against potential problems Nicolas Viennot 2016-01-05 18:18:38 -0500
  • a041224528 Fix create_keys for earlier verisons of OpenSSH Adrian Lai 2016-01-05 12:00:15 +0000
  • 3ad79d43f9 Avoid sending innapropriate client_left() msgs to proxy Nicolas Viennot 2016-01-02 22:19:06 -0500
  • 52f686b621 oops Nicolas Viennot 2016-01-02 19:57:55 -0500
  • ea9873e60e Merge branch 'obsd-master' Thomas Adam 2016-01-02 18:01:12 +0000
  • cfb78654c2 clock-mode needs CMD_PANE. nicm 2016-01-02 17:16:25 +0000
  • c92180333b nits Nicolas Viennot 2016-01-02 11:24:22 -0500
  • 59ef9e2aa5 Use a session termination message Nicolas Viennot 2016-01-02 11:02:15 -0500
  • f0f7851883 nits Nicolas Viennot 2016-01-01 14:44:10 -0500
  • 0cf681e609 Merge remote-tracking branch 'tmux/master' into dev Nicolas Viennot 2016-01-01 14:15:55 -0500
  • 051cf5437a Merge branch 'obsd-master' Thomas Adam 2016-01-01 10:01:11 +0000
  • 311be04d61 Don't rely on a calculation wrapping when applying message-limit, and break out of the loop early. From Nicolas Viennot. nicm 2016-01-01 08:04:20 +0000
  • 3d78db5f67 Add UTF8 support for legacy daemons Nicolas Viennot 2015-12-31 23:40:25 -0500
  • 5e59c301b7 Merge branch 'obsd-master' Thomas Adam 2015-12-31 20:01:09 +0000
  • 7e67db79dc Remove an extra unzoom call which was probably a merge error. nicm 2015-12-31 18:34:47 +0000
  • f84d32ca5e Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot. nicm 2015-12-31 18:14:13 +0000
  • d2ab60b40c log executed commands Nicolas Viennot 2015-12-31 11:36:18 -0500
  • 620740ce58 Send keys to the active pane Nicolas Viennot 2015-12-31 11:36:10 -0500
  • 5fce53f904 Sending raw tmux keycodes Nicolas Viennot 2015-12-30 13:39:36 -0500
  • 1a48abd0be merge complete Nicolas Viennot 2015-12-29 20:01:15 -0500
  • 5dd0e82809 Merge branch 'obsd-master' Thomas Adam 2015-12-28 16:01:09 +0000
  • 2a1f27eb1a Couple of trivial style nits. nicm 2015-12-28 14:02:52 +0000
  • 8284dd910c merge latest tmux Nicolas Viennot 2015-12-28 01:11:10 -0500
  • e15a8a7c46 Keith Smiley is going to maintain the vim syntax file. Nicholas Marriott 2015-12-24 16:59:12 +0000
  • ed65535c41 Merge branch 'obsd-master' Thomas Adam 2015-12-23 02:01:14 +0000
  • 60cbdf9ccd Repair switch-client -l and switch-client with a window target. nicm 2015-12-23 00:12:57 +0000