Commit Graph

  • c63c8fbf90 Only use tmate.conf, not .tmux.conf Nicolas Viennot 2019-11-03 18:15:27 -0500
  • 6e84bab68c Add foreground mode with -F Nicolas Viennot 2019-11-03 05:11:37 -0500
  • 7f693a97ae Add options for customizing session names (WIP) Nicolas Viennot 2019-10-20 21:23:48 -0400
  • 4efe25d91d During SSH authentication, try the none auth method first Nicolas Viennot 2019-10-15 03:04:24 -0400
  • 7262aead73 Bump to version 2.3.1 2.3.1 Nicolas Viennot 2019-10-12 19:29:48 -0400
  • 7153958e99 Allow the use of C.UTF-8 locale Nicolas Viennot 2019-10-12 21:09:39 -0400
  • 74ff522983 Build static build releases on travis-ci Nicolas Viennot 2019-10-12 14:13:12 -0400
  • 44635e752d Use docker to build static releases Nicolas Viennot 2019-10-12 13:50:27 -0400
  • d654ff2219 Send TMATE_READY message when the config files are done loading Nicolas Viennot 2019-09-18 23:35:07 -0400
  • 3e5d919b14 Bump to version 2.3.0 2.3.0 Nicolas Viennot 2019-07-31 21:02:18 -0400
  • 4e7caeb536 ssh-client: Use ssh_get_server_publickey() if possible Andreas Schneider 2019-07-30 15:37:35 +0200
  • 4ce8583a3d ssh-client: Use ssh_get_server_publickey() if possible Andreas Schneider 2019-07-30 15:37:35 +0200
  • 9db05e1451 ssh-client: Create the channel after successful authentication Andreas Schneider 2019-07-30 13:40:11 +0200
  • e25ab3cc8b ssh-client: Add missing ecdsa keytypes of libssh 0.9 Andreas Schneider 2019-07-30 14:48:37 +0200
  • 299c7c670c add new channel after authentication Christian Hesse 2019-07-30 08:15:59 +0200
  • d2c652690b ssh-client: Add missing ecdsa keytypes of libssh 0.9 Andreas Schneider 2019-07-30 14:48:37 +0200
  • d95281d7f2 add new channel after authentication Christian Hesse 2019-07-30 08:15:59 +0200
  • fd4ac27d59 ssh-client: Don't use keys from the ssh-agent Andreas Schneider 2019-03-20 19:17:46 +0100
  • 32d48cbc9d Update ed25519 server key (not yet in production) Nicolas Viennot 2019-04-07 10:20:22 -0400
  • b01c6ecebd configure: Require libssh >= 0.8.4 Andreas Schneider 2019-03-20 19:12:33 +0100
  • b645ce15cb ssh-client: Add support for ed25519 keys Andreas Schneider 2019-03-20 19:06:18 +0100
  • 2ffcbbd185 ssh-client: Use SHA256 finger prints Andreas Schneider 2019-03-20 19:05:49 +0100
  • dd7b4a4075 configure: Require libssh >= 0.8.4 Andreas Schneider 2019-03-20 19:12:33 +0100
  • 828db6df92 ssh-client: Don't use keys from the ssh-agent Andreas Schneider 2019-03-20 19:17:46 +0100
  • 5570aec1fb ssh-client: Add support for ed25519 keys Andreas Schneider 2019-03-20 19:06:18 +0100
  • de2c8bc364 ssh-client: Use SHA256 finger prints Andreas Schneider 2019-03-20 19:05:49 +0100
  • 72ddb7eb08
    Merge pull request #139 from teancom/update-man Nicolas Viennot 2018-12-01 12:28:52 -0500
  • 25f6a934cf Update MAN page to properly reference tmate where applicable David Bishop 2018-10-23 17:39:10 -0600
  • de7514f83e Merge c56f00dd22 into 3f6c6d4447 Natanael Copa 2017-09-28 12:56:53 +0000
  • 3f6c6d4447 Fix building with or without backtrace(3) Natanael Copa 2017-09-28 10:28:42 +0000
  • c56f00dd22 Fix building with or without backtrace(3) Natanael Copa 2017-09-28 10:28:42 +0000
  • 608763a41a Attempt to fix environment related crash Nicolas Viennot 2016-06-14 13:46:15 -0400
  • 022e211a7f Attempt to fix environment related crash env-crash Nicolas Viennot 2016-06-14 13:46:15 -0400
  • b27f3bacc0 Crash fix in search prev/next match Nicolas Viennot 2016-06-10 18:00:50 -0400
  • 27169b7c07 Add missing incldues for FreeBSD Nicolas Viennot 2016-06-05 12:54:25 -0400
  • fe81322cc4 Keep alive the socket to make reconnections work properly Nicolas Viennot 2016-04-21 16:05:52 -0400
  • d433fe6956 nits Nicolas Viennot 2016-03-29 01:42:07 -0400
  • e840ff7582 Version Bump 2.2.1 Nicolas Viennot 2016-03-28 23:06:24 -0400
  • c9813a8c42 Provide better reconnection error message Nicolas Viennot 2016-03-28 23:29:49 -0400
  • 46a29037d4 strip static builds Nicolas Viennot 2016-03-28 23:19:42 -0400
  • d41b06dea2 sync tmate-protocol.h Nicolas Viennot 2016-03-28 16:28:11 -0400
  • 71d31e60e6 Be less strict over msgpack message size Nicolas Viennot 2016-03-28 16:27:09 -0400
  • 02694d2a96 Send commands with their arguments in an array Nicolas Viennot 2016-03-27 23:32:32 -0400
  • c88870b0a3 Revert "Escape sent commands" Nicolas Viennot 2016-03-27 23:33:39 -0400
  • 78305a7077 Cleanup socket Nicolas Viennot 2016-03-27 10:39:19 -0400
  • 1ade196fb2 Default tmate messages to 15s Nicolas Viennot 2016-03-27 02:35:11 -0400
  • 9b5bb8390c better error message Nicolas Viennot 2016-03-27 02:29:43 -0400
  • b88f66192f Merge remote-tracking branch 'tmux/master' Nicolas Viennot 2016-03-27 02:15:29 -0400
  • 37c71cfe15 Escape sent commands Nicolas Viennot 2016-03-27 02:06:56 -0400
  • 474487c33e Replay commands Nicolas Viennot 2016-03-27 01:10:23 -0400
  • a7c5507464 snapshot Nicolas Viennot 2016-03-27 00:30:20 -0400
  • cdfb6d7ef1 Reconnect wip Nicolas Viennot 2016-03-26 19:00:16 -0400
  • 5658b628b9 Look for utempter_add_record to be sure we have the new utempter API, the old utempter API was also using utempter.h. Nicholas Marriott 2016-03-26 20:17:17 +0000
  • b429a00cce Add to TODO. Nicholas Marriott 2016-03-20 08:14:14 +0000
  • 410ccce4a3 Merge branch 'obsd-master' Thomas Adam 2016-03-18 16:01:15 +0000
  • 312a7a1e62 Make scrolling behaviour more sensible and maintain cursor position, as if the same had been done line-by-line. From Michal Mazurek. nicm 2016-03-18 14:27:24 +0000
  • ed598e9fe1 Merge branch 'obsd-master' Thomas Adam 2016-03-18 08:01:18 +0000
  • fa97b0a95b Instead of reusing MouseUp at the finish of a drag, add a new key MouseDragEnd. It can be useful to bind them separately in copy mode. nicm 2016-03-18 07:28:27 +0000
  • 3dfc79fb09 Tweak a comment. Nicholas Marriott 2016-03-17 15:11:40 +0000
  • d5d1b922e8 Merge 0be79e470b into 405cd82a82 Eldar Yusupov 2016-03-15 21:12:05 +0000
  • 0be79e470b Merge remote-tracking branch 'tmux/master' Eldar Yusupov 2016-03-15 23:54:00 +0300
  • cc20e826e0 Add webhook options Nicolas Viennot 2016-03-11 14:11:48 -0500
  • 9742aeaf9b Send a ready packet when initialization is done Nicolas Viennot 2016-03-11 14:11:28 -0500
  • 0d4aaa6def Fix compile warning Nicolas Viennot 2016-03-11 13:28:49 -0500
  • 87794a3adb Merge remote-tracking branch 'tmux/master' Nicolas Viennot 2016-03-11 13:26:22 -0500
  • 5fc5c03dad Merge branch 'obsd-master' Thomas Adam 2016-03-05 17:58:12 +0000
  • 0d6de44a37 If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8 locale since if it isn't UTF-8 the system is broken anyway. If it fails, try "" and check for UTF-8 with nl_langinfo(CODESET) rather than wcwidth(). Based on a diff from schwarze@, nl_langinfo also suggested by stsp@. nicm 2016-03-05 16:08:38 +0000
  • 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
  • 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