summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-06-14Attempt to fix environment related crashenv-crashNicolas Viennot
2016-06-10Crash fix in search prev/next matchNicolas Viennot
2016-06-05Add missing incldues for FreeBSDNicolas Viennot
2016-04-21Keep alive the socket to make reconnections work properlyNicolas Viennot
2016-03-29nitsNicolas Viennot
2016-03-28Version Bump2.2.1Nicolas Viennot
2016-03-28Provide better reconnection error messageNicolas Viennot
2016-03-28strip static buildsNicolas Viennot
2016-03-28sync tmate-protocol.hNicolas Viennot
2016-03-28Be less strict over msgpack message sizeNicolas Viennot
2016-03-28Send commands with their arguments in an arrayNicolas Viennot
2016-03-28Revert "Escape sent commands"Nicolas Viennot
2016-03-27Cleanup socketNicolas Viennot
2016-03-27Default tmate messages to 15sNicolas Viennot
2016-03-27better error messageNicolas Viennot
2016-03-27Merge remote-tracking branch 'tmux/master'Nicolas Viennot
2016-03-27Escape sent commandsNicolas Viennot
2016-03-27Replay commandsNicolas Viennot
2016-03-27snapshotNicolas Viennot
2016-03-26Reconnect wipNicolas Viennot
2016-03-26Look for utempter_add_record to be sure we have the new utempter API, the oldNicholas Marriott
2016-03-20Add to TODO.Nicholas Marriott
2016-03-18Merge branch 'obsd-master'Thomas Adam
2016-03-18Make scrolling behaviour more sensible and maintain cursor position, asnicm
2016-03-18Merge branch 'obsd-master'Thomas Adam
2016-03-18Instead of reusing MouseUp at the finish of a drag, add a new keynicm
2016-03-17Tweak a comment.Nicholas Marriott
2016-03-11Add webhook optionsNicolas Viennot
2016-03-11Send a ready packet when initialization is doneNicolas Viennot
2016-03-11Fix compile warningNicolas Viennot
2016-03-11Merge remote-tracking branch 'tmux/master'Nicolas Viennot
2016-03-05Merge branch 'obsd-master'Thomas Adam
2016-03-05If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8nicm
2016-03-05Merge branch 'obsd-master'Thomas Adam
2016-03-05Do not use c->cwd or s->cwd if it is NULL, found by Ben Boeckel.nicm
2016-03-05Although we always have en_US.UTF-8 on OpenBSD, some platforms do not,nicm
2016-03-03Merge branch 'obsd-master'Thomas Adam
2016-03-03show-* and set-* need to handle a missing target.nicm
2016-03-03Accept clients as sessions in cmd_find_get_session.nicm
2016-03-03Merge branch 'obsd-master'Thomas Adam
2016-03-03RGB colours shouldn't be mixed up with aixterm colours, return beforenicm
2016-03-02+wchar.hNicholas Marriott
2016-03-02Merge branch 'next'Nicholas Marriott
2016-03-02Merge branch 'obsd-master'Thomas Adam
2016-03-02Handle wcwidth() and mbtowc() failures in better style and dropnicm
2016-03-02Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@.nicm
2016-03-01Remove some more unused variables, and use RB_FOREACH_SAFE innicm
2016-03-01Redraw status on mode entry and exit.nicm
2016-03-01When a mouse drag is finished, fire a MouseUp key press, instead ofnicm
2016-03-01Remove unused variables, from Michal Mazurek.nicm