| Commit message (Expand) | Author | Age | Files | Lines |
* | O_TRUNC is needed in case file exists. |  nicm | 2021-02-11 | 1 | -2/+2 |
* | Fix show-buffer when run from inside tmux, GitHub issue 2314. |  nicm | 2020-07-21 | 1 | -4/+12 |
* | Make client -c and -t handling common in cmd-queue.c and try to be |  nicm | 2020-04-13 | 1 | -3/+2 |
* | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its |  nicm | 2020-04-13 | 1 | -6/+3 |
* | Make struct cmd local to cmd.c and move it out of tmux.h. |  nicm | 2020-04-13 | 1 | -4/+4 |
* | Rewrite the code for reading and writing files. Now, if the client is |  nicm | 2019-12-12 | 1 | -74/+26 |
* | Use the right client when working out where to save or load the buffer, |  nicm | 2019-06-13 | 1 | -2/+2 |
* | Do not leak path or use it after free. |  nicm | 2018-07-31 | 1 | -2/+3 |
* | Expand formats in load-buffer and save-buffer. |  nicm | 2018-07-11 | 1 | -7/+12 |
* | Memory leaks, from David CARLIER. |  nicm | 2017-04-22 | 1 | -1/+2 |
* | Make source-file look for files relative to the client working directory |  nicm | 2017-02-14 | 1 | -24/+10 |
* | Nits found with clang. |  nicm | 2017-01-06 | 1 | -2/+2 |
* | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -12/+12 |
* | Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. |  nicm | 2016-10-14 | 1 | -3/+3 |
* | Add static in cmd-* and fix a few other nits. |  nicm | 2016-10-10 | 1 | -3/+3 |
* | Do not use c->cwd or s->cwd if it is NULL, found by Ben Boeckel. |  nicm | 2016-03-05 | 1 | -3/+3 |
* | Use member names in cmd_entry definitions so I stop getting confused |  nicm | 2015-12-13 | 1 | -11/+17 |
* | Instead of every command resolving the target (-t or -s) itself, prepare |  nicm | 2015-12-13 | 1 | -2/+2 |
* | Push stdout and stderr to clients more aggressively, and add an event to |  nicm | 2015-11-14 | 1 | -2/+2 |
* | If realpath() fails just try the original path. |  nicm | 2015-11-10 | 1 | -3/+4 |
* | Handle absolute paths properly, and don't use resolved path in |  nicm | 2015-11-10 | 1 | -5/+9 |
* | Because pledge(2) does not allow us to pass directory file descriptors |  nicm | 2015-10-31 | 1 | -19/+18 |
* | paste_send_pane can be merged into cmd-paste-buffer.c now. |  nicm | 2015-08-29 | 1 | -3/+3 |
* | Move struct paste_buffer out of tmux.h. |  nicm | 2015-08-29 | 1 | -11/+12 |
* | Rewrite of the target resolution internals to be simpler and more |  nicm | 2015-04-27 | 1 | -2/+2 |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -3/+1 |
* | Add xreallocarray and remove nmemb argument from xrealloc. |  nicm | 2014-10-08 | 1 | -2/+2 |
* | Add support for named buffers. If you don't name a buffer, things work |  nicm | 2014-05-13 | 1 | -13/+7 |
* | There is no longer a need for a paste_stack struct or for global_buffers |  nicm | 2014-04-24 | 1 | -3/+3 |
* | Memory leak in error path and unnecessary assignment, from clang. |  nicm | 2014-04-16 | 1 | -2/+1 |
* | save-buffer needs to use O_TRUNC. |  nicm | 2014-04-07 | 1 | -2/+2 |
* | Alter how tmux handles the working directory to internally use file |  nicm | 2013-10-10 | 1 | -30/+26 |
* | Remove the barely-used and unnecessary command check() function. |  nicm | 2013-10-10 | 1 | -3/+1 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -21/+19 |
* | Merge show-buffer into save-buffer. |  nicm | 2013-03-24 | 1 | -40/+92 |
* | Fix so capture-pane/save-buffer can work in control clients, from George |  nicm | 2013-03-22 | 1 | -3/+7 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -10/+10 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -2/+3 |
* | Instead of passing stdin/stdout/stderr file descriptors over imsg and |  nicm | 2012-05-21 | 1 | -2/+3 |
* | Fix save-buffer usage, from Kazuhiko Sakaguchi. |  nicm | 2012-03-21 | 1 | -2/+2 |
* | Try to resolve relative paths for loadb and saveb (first using client |  nicm | 2011-10-23 | 1 | -2/+17 |
* | Plug a memory leak and update some comments, from Tiago Cunha. |  nicm | 2011-10-23 | 1 | -2/+2 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -22/+32 |
* | Change from a per-session stack of buffers to one global stack which is |  nicm | 2010-12-30 | 1 | -8/+5 |
* | When changing so that the client passes its stdout and stderr as well as |  nicm | 2010-07-24 | 1 | -15/+11 |
* | Send all three of stdin, stdout, stderr from the client to the server, so that |  nicm | 2010-06-28 | 1 | -12/+23 |
* | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the |  nicm | 2009-11-13 | 1 | -3/+3 |
* | Reset the umask right after fopen to avoid leaving it changed on error, noticed |  nicm | 2009-10-26 | 1 | -2/+2 |
* | Give each paste buffer a size member instead of requiring them to be |  nicm | 2009-09-07 | 1 | -2/+2 |
* | Make all messages sent between the client and server fixed size. |  nicm | 2009-07-26 | 1 | -3/+1 |