| Commit message (Expand) | Author | Age |
| * | 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 |
| |\| |
|
| | * | Add -E to detach-client to exec a command to replace the client instead | nicm | 2017-01-13 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-10-04 |
| |\| |
|
| | * | Remove some dead code in cmd-move-window.c and make a load of local | nicm | 2016-10-03 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-19 |
| |\| |
|
| | * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-25 |
| |\| |
|
| | * | Don't print error if none to print. | nicm | 2015-11-25 |
| | * | Shell command from -c doesn't have to be global, pass it as an argument. | nicm | 2015-11-24 |
| | * | Do lock failures slightly better, return a special value so we don't | nicm | 2015-11-24 |
| | * | Actually show something (even if it not that helpful) if the server | nicm | 2015-11-24 |
| | * | Tidy the code that works out the socket path, and just use the full path | nicm | 2015-11-24 |
| | * | Switch a fprintf to a fatal, and wrap some long lines. | nicm | 2015-11-24 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-18 |
| |\| |
|
| | * | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-15 |
| |\| |
|
| | * | Accidentally turned off pledge, turn it back on. | nicm | 2015-11-15 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-14 |
| |\| |
|
| | * | Push stdout and stderr to clients more aggressively, and add an event to | nicm | 2015-11-14 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-31 |
| |\| |
|
| | * | Don't shift version out of peerid, it is needed later. | nicm | 2015-10-31 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-31 |
| |\| |
|
| | * | Because pledge(2) does not allow us to pass directory file descriptors | nicm | 2015-10-31 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-28 |
| |\| |
|
| | * | Like options, move the environ struct into environ.c. | nicm | 2015-10-28 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-27 |
| |\| |
|
| | * | Move struct options into options.c. | nicm | 2015-10-27 |
| | * | Break the common process set up, event loop and imsg dispatch code | nicm | 2015-10-27 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-18 |
| |\| |
|
| | * | Pass current directory as a string rather than a file descriptor because | nicm | 2015-10-18 |
| * | | __OpenBSD__ around pledge(). | Nicholas Marriott | 2015-10-17 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-17 |
| |\| |
|
| | * | Add pledge "stdio unix sendfd proc exec tty" to tmux client process, | nicm | 2015-10-17 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-11 |
| |\| |
|
| | * | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept | guenther | 2015-10-11 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-24 |
| |\| |
|
| | * | Don't leak fd and path on failure. | nicm | 2015-09-24 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-09 |
| |\| |
|
| | * | No need to keep global options around for client which doesn't use them. | nicm | 2015-09-09 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-06 |
| |\| |
|
| | * | Login shell can be a client flag, and move the exec code into client.c. | nicm | 2015-08-30 |