| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' | Thomas Adam | 2020-04-13 |
|\ |
|
| * | Make struct cmd local to cmd.c and move it out of tmux.h. | nicm | 2020-04-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-09 |
|\| |
|
| * | Some unnecessary assignments and unused variables. | nicm | 2020-04-09 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-30 |
|\| |
|
| * | Add to rather than replace flags with -c. | nicm | 2020-03-30 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-12 |
|\| |
|
| * | When the server socket is given by the user with -S, create it with | nicm | 2020-03-12 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-29 |
|\| |
|
| * | Warn if a message type that is no longer used is received. | nicm | 2020-01-29 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-16 |
|\| |
|
| * | Need to include message size in the maximum buffer calculation. | nicm | 2019-12-16 |
| * | Instead of using large buffers in imsgs, add the data or path onto the end. | nicm | 2019-12-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-13 |
|\| |
|
| * | Need to check in the error callback also. | nicm | 2019-12-13 |
| * | Do not spin waiting for exit, instead check in the write callback. | nicm | 2019-12-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-12 |
|\| |
|
| * | Rewrite the code for reading and writing files. Now, if the client is | nicm | 2019-12-12 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-07-26 |
|\| |
|
| * | Change "lost server" message to "server exited unexpectedly", from Neal | nicm | 2019-07-26 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-06-28 |
|\| |
|
| * | When system calls indicate an error they return -1, not some arbitrary | deraadt | 2019-06-28 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-25 |
|\| |
|
| * | Merge cmd_list_parse into cmd-parse.y so it can use the new alias | nicm | 2019-05-25 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-11-22 |
|\| |
|
| * | Do not use PWD unless it actually matches the real working directory. | nicm | 2018-11-22 |
* | | Linux: include sys/file.h for flock() | Thomas Adam | 2018-06-07 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-04-26 |
|\| |
|
| * | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | guenther | 2018-04-26 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-01-01 |
|\| |
|
| * | Prefer PWD for current directory if present in client, from Wei Zhao in | nicm | 2018-01-01 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-12-19 |
|\| |
|
| * | Report better error from server when socket create fails, GitHub issue | nicm | 2017-12-19 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-12-19 |
|\| |
|
| * | Do not try to put more in command message than will fit when sending | nicm | 2017-12-18 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-07-14 |
|\| |
|
| * | Because ignore SIGCHLD early, letting signal_del restore it doesn't work | nicm | 2017-07-14 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-07-12 |
|\| |
|
| * | Move signal code into proc.c. | nicm | 2017-07-12 |
| * | Make shell_command a global like other stuff rather than making it an | nicm | 2017-07-12 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-24 |
|\| |
|
| * | Add support for custom command aliases, this is an array option which | nicm | 2017-01-24 |
* | | Define away pledge() on !OpenBSD. | Nicholas Marriott | 2017-01-23 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-23 |
|\| |
|
| * | Open /dev/ptm before pledge() and save it to be used for PTMGET later | nicm | 2017-01-23 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-20 |
|\| |
|
| * | Print error rather than fatal() if tcgetattr() fails, which is much more | nicm | 2017-01-20 |
| * | Revert WIP parts of previous I didn't mean to commit yet. | nicm | 2017-01-16 |
| * | getopt() has a struct option so just return to using options_entry. | nicm | 2017-01-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-01-13 |
|\| |
|