aboutsummaryrefslogtreecommitdiff
path: root/client.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2019-12-16
|\
| * Need to include message size in the maximum buffer calculation.nicm2019-12-16
| * Instead of using large buffers in imsgs, add the data or path onto the end.nicm2019-12-16
* | Merge branch 'obsd-master'Thomas Adam2019-12-13
|\|
| * Need to check in the error callback also.nicm2019-12-13
| * Do not spin waiting for exit, instead check in the write callback.nicm2019-12-13
* | Merge branch 'obsd-master'Thomas Adam2019-12-12
|\|
| * Rewrite the code for reading and writing files. Now, if the client isnicm2019-12-12
* | Merge branch 'obsd-master'Thomas Adam2019-07-26
|\|
| * Change "lost server" message to "server exited unexpectedly", from Nealnicm2019-07-26
* | Merge branch 'obsd-master'Thomas Adam2019-06-28
|\|
| * When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-28
* | Merge branch 'obsd-master'Thomas Adam2019-05-25
|\|
| * Merge cmd_list_parse into cmd-parse.y so it can use the new aliasnicm2019-05-25
* | Merge branch 'obsd-master'Thomas Adam2018-11-22
|\|
| * Do not use PWD unless it actually matches the real working directory.nicm2018-11-22
* | Linux: include sys/file.h for flock()Thomas Adam2018-06-07
* | Merge branch 'obsd-master'Thomas Adam2018-04-26
|\|
| * Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-26
* | Merge branch 'obsd-master'Thomas Adam2018-01-01
|\|
| * Prefer PWD for current directory if present in client, from Wei Zhao innicm2018-01-01
* | Merge branch 'obsd-master'Thomas Adam2017-12-19
|\|
| * Report better error from server when socket create fails, GitHub issuenicm2017-12-19
* | Merge branch 'obsd-master'Thomas Adam2017-12-19
|\|
| * Do not try to put more in command message than will fit when sendingnicm2017-12-18
* | Merge branch 'obsd-master'Thomas Adam2017-07-14
|\|
| * Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm2017-07-14
* | Merge branch 'obsd-master'Thomas Adam2017-07-12
|\|
| * Move signal code into proc.c.nicm2017-07-12
| * Make shell_command a global like other stuff rather than making it annicm2017-07-12
* | Merge branch 'obsd-master'Thomas Adam2017-01-24
|\|
| * Add support for custom command aliases, this is an array option whichnicm2017-01-24
* | Define away pledge() on !OpenBSD.Nicholas Marriott2017-01-23
* | Merge branch 'obsd-master'Thomas Adam2017-01-23
|\|
| * Open /dev/ptm before pledge() and save it to be used for PTMGET laternicm2017-01-23
* | Merge branch 'obsd-master'Thomas Adam2017-01-20
|\|
| * Print error rather than fatal() if tcgetattr() fails, which is much morenicm2017-01-20
| * Revert WIP parts of previous I didn't mean to commit yet.nicm2017-01-16
| * getopt() has a struct option so just return to using options_entry.nicm2017-01-16
* | Merge branch 'obsd-master'Thomas Adam2017-01-13
|\|
| * Add -E to detach-client to exec a command to replace the client insteadnicm2017-01-13
* | Merge branch 'obsd-master'Thomas Adam2016-10-04
|\|
| * Remove some dead code in cmd-move-window.c and make a load of localnicm2016-10-03
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Merge branch 'obsd-master'Thomas Adam2015-11-25
|\|
| * Don't print error if none to print.nicm2015-11-25
| * Shell command from -c doesn't have to be global, pass it as an argument.nicm2015-11-24
| * Do lock failures slightly better, return a special value so we don'tnicm2015-11-24
| * Actually show something (even if it not that helpful) if the servernicm2015-11-24