- 21e00e4 Merge branch 'obsd-master' by Thomas Adam · 1 year, 11 months ago
- 09afc6c If a pane is killed, cancel reading from the file. GitHub issue 3422. by nicm · 1 year, 11 months ago
- 5ce34ad Do not attempt to connect to the socket as a client if systemd is active, from by Nicholas Marriott · 2 years, 1 month ago
- cd692b5 Add an ACL list for users connecting to the tmux socket. Users may be by nicm · 2 years, 6 months ago
- d6306b6 Add an ACL list for users connecting to the tmux socket. Users may be forbidden by Nicholas Marriott · 2 years, 8 months ago
- 649685f Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 2da096d Exit on SIGHUP before attach also, GitHub issue 3084. by nicm · 2 years, 9 months ago
- 609baea Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
- daec63e Replace %% in command lists (by copying them) for template arguments , by nicm · 3 years, 3 months ago
- 3a76a56 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
- ce5de76 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
- af3ffa9 Move the call to setupterm() into the client and have it pass the by nicm · 3 years, 9 months ago
- 632636d Do not care about the server socket closing if exiting anyway. by nicm · 3 years, 9 months ago
- 2b58c22 Add a couple of helper functions, and flush imsgs on exit. by nicm · 3 years, 10 months ago
- e40831a Move file handling protocol stuff all into file.c so it can be reused by nicm · 3 years, 10 months ago
- 24c15ed Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
- a3011be Look for libevent2 differently from libevent for platforms with both. by Nicholas Marriott · 3 years, 10 months ago
- 71c590a Add -N flag to never start server even if command would normally do so, by nicm · 3 years, 10 months ago
- ffe39ed Merge branch 'obsd-master' by Thomas Adam · 4 years, 1 month ago
- 95841ba With csh, a tmux client gets SIGTERM before SIGCONT when killed with by nicm · 4 years, 1 month ago
- a34ceb1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months ago
- 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 2 months ago
- 6c437d4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
- 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
- ea4425b Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 6 months ago
- 91e40de Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
- a4cb700 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 4 years, 6 months ago
- 212cf53 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
- aa7dccf imsg.h needs uio.h, pointed out by deraadt by nicm · 4 years, 7 months ago
- 1574126 Do not close the stdout file descriptor in control mode as it will be by nicm · 4 years, 7 months ago
- 5811dd7 Do not close stdout file descriptor in control mode since it will be needed for by Nicholas Marriott · 4 years, 7 months ago
- c706aad Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
- c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
- b117c3b Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
- c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 7 months ago
- 52e3d96 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- b96ac80 Some unnecessary assignments and unused variables. by nicm · 4 years, 8 months ago
- 5888651 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
- 34de379 Add to rather than replace flags with -c. by nicm · 4 years, 8 months ago
- 1a2e66f Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
- 2a5702a When the server socket is given by the user with -S, create it with by nicm · 4 years, 9 months ago
- 32be954 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
- 44dad91 Warn if a message type that is no longer used is received. by nicm · 4 years, 10 months ago
- 52b6ca5 Merge branch 'obsd-master' by Thomas Adam · 4 years, 11 months ago
- b4520aa Need to include message size in the maximum buffer calculation. by nicm · 4 years, 11 months ago
- eaa58d2 Instead of using large buffers in imsgs, add the data or path onto the end. by nicm · 4 years, 11 months ago
- e24e986 Merge branch 'obsd-master' by Thomas Adam · 4 years, 12 months ago
- 6ce943f Need to check in the error callback also. by nicm · 4 years, 12 months ago
- 828001e Do not spin waiting for exit, instead check in the write callback. by nicm · 4 years, 12 months ago
- 7922f4e Merge branch 'obsd-master' by Thomas Adam · 4 years, 12 months ago
- c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 4 years, 12 months ago
- b90a9fc Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 8f40f79 Change "lost server" message to "server exited unexpectedly", from Neal by nicm · 5 years ago
- 68c2fc6 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
- 4ff7bc3 When system calls indicate an error they return -1, not some arbitrary by deraadt · 5 years ago
- 463bd8a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- f8d3d24 Merge cmd_list_parse into cmd-parse.y so it can use the new alias by nicm · 6 years ago
- 2977317 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
- 3a7b9d5 Do not use PWD unless it actually matches the real working directory. by nicm · 6 years ago
- 91280f1 Linux: include sys/file.h for flock() by Thomas Adam · 6 years ago
- 645fe90 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 896c1da Use <fcntl.h> instead of <sys/file.h> for open() and friends. by guenther · 7 years ago
- 06684c9 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- d17c905 Prefer PWD for current directory if present in client, from Wei Zhao in by nicm · 7 years ago
- 74ecc86 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- b20a00f Report better error from server when socket create fails, GitHub issue 1201. by nicm · 7 years ago
- 641a885 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 62144b9 Do not try to put more in command message than will fit when sending by nicm · 7 years ago
- acbbc93 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 932f6cf Because ignore SIGCHLD early, letting signal_del restore it doesn't work by nicm · 7 years ago
- 1076a2e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
- 0453ad0 Move signal code into proc.c. by nicm · 7 years ago
- ed3cfaa Make shell_command a global like other stuff rather than making it an by nicm · 7 years ago
- 418ab1a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- 85338bb Add support for custom command aliases, this is an array option which by nicm · 8 years ago
- a3d5bfc Define away pledge() on !OpenBSD. by Nicholas Marriott · 8 years ago
- b3a724f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- 98e7fbb Open /dev/ptm before pledge() and save it to be used for PTMGET later by nicm · 8 years ago
- c17b0a2 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- 46572ba Print error rather than fatal() if tcgetattr() fails, which is much more by nicm · 8 years ago
- ef15b41 Revert WIP parts of previous I didn't mean to commit yet. by nicm · 8 years ago
- 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
- 2311bbd Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- 95950bf Add -E to detach-client to exec a command to replace the client instead by nicm · 8 years ago
- 4740ecb Merge branch 'obsd-master' by Thomas Adam · 8 years ago
- 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
- dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
- 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- ac8678a Don't print error if none to print. by nicm · 9 years ago
- 3ff46b2 Shell command from -c doesn't have to be global, pass it as an argument. by nicm · 9 years ago
- dca93c5 Do lock failures slightly better, return a special value so we don't by nicm · 9 years ago
- 73e30cb Actually show something (even if it not that helpful) if the server by nicm · 9 years ago
- c913fb9 Tidy the code that works out the socket path, and just use the full path by nicm · 9 years ago
- bef217b Switch a fprintf to a fatal, and wrap some long lines. by nicm · 9 years ago
- 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago