summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Paul Eggert2022-04-171-2/+1
|\
| * Don’t assume openatPaul Eggert2022-04-171-2/+1
* | Do not include <attribute.h> from <config.h>Paul Eggert2022-03-081-0/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-101-2/+1
|\ \
| * | Merge from origin/emacs-28Stefan Kangas2021-12-101-2/+1
| |\|
| | * emacsclient takes more care about XDG_RUNTIME_DIRPaul Eggert2021-12-091-2/+1
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-011-3/+4
|\| |
| * | Suppress emacsclient message that daemon should have started if --quietJim Porter2021-12-011-3/+4
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-0/+2
|\| |
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-0/+2
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-12/+21
|\| |
| * | New emacsclient option to either create or reuse an existing frame.Gregory Heytings2021-11-051-1/+12
| |/
| * Simplify socket symlink-attack checkingPaul Eggert2021-10-031-7/+6
| * Avoid using %n in emacsclientOmar Polo2021-08-221-4/+3
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-251-79/+147
|\|
| * Redo emacsclient socket symlink-attack checkingPaul Eggert2021-07-231-79/+147
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\|
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-271-27/+12
|\|
| * Adjust to recent Gnulib changesPaul Eggert2020-12-251-27/+12
* | emacsclient should use both of DISPLAY and WAYLAND_DISPLAY.Yuuki Harano2020-11-241-0/+5
|/
* Don't output emacsclient warning if both -a and --quietLars Ingebrigtsen2020-08-131-5/+11
* Stop using newly-deprecated dosname Gnulib modulePaul Eggert2020-03-281-1/+1
* Make emacs prefer an existing ~/.emacs.d to an existing XDG locationRobert Pluim2020-01-161-8/+9
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Revert "emacsclient: ignore --eval parameters when starting alternate editor"Lars Ingebrigtsen2019-09-151-5/+1
* emacsclient: adjust to new config file locationPaul Eggert2019-08-301-15/+32
* emacsclient: ignore --eval parameters when starting alternate editorLars Ingebrigtsen2019-06-271-1/+5
* Fix PATH_MAX change to lib-src/emacsclient.cJuanma Barranquero2019-06-261-0/+1
* Prefer PATH_MAX to MAXPATHLENPaul Eggert2019-06-251-6/+16
* Simplify lib-src version printingPaul Eggert2019-06-201-5/+1
* Improve port to platforms lacking euidaccess (Bug#35406)Paul Eggert2019-04-241-1/+1
* Improve XDG_RUNTIME_DIR diagnosticPaul Eggert2019-04-201-5/+23
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | emacsclient: avoid background chatterPaul Eggert2018-12-061-18/+33
* | Fix emacsclient hang when backgroundedPaul Eggert2018-12-061-15/+1
* | emacsclient: fix typo on recent socket-leak changePaul Eggert2018-12-031-1/+1
* | Fix WINDOWSNT/DOS_NT buildEli Zaretskii2018-12-031-2/+0
* | emacsclient: don’t leak socket to child processesPaul Eggert2018-12-021-2/+21
* | Use tcdrain, not fdatasync, to drain ttysPaul Eggert2018-12-021-1/+7
* | emacsclient: fix symlink/socket racePaul Eggert2018-12-021-37/+41
* | emacsclient: prefer XDG_RUNTIME_DIR (Bug#33367)Paul Eggert2018-12-011-53/+77
* | Unbreak compilation of emacsclient on MS-WindowsEli Zaretskii2018-11-261-0/+2
* | emacsclient: assume HAVE_INET_SOCKETSPaul Eggert2018-11-261-64/+48
* | emacsclient: negate NO_SOCKETS_IN_FILE_SYSTEMPaul Eggert2018-11-261-16/+16
* | emacsclient: fix some races on POSIX systemsPaul Eggert2018-11-261-85/+196
* | Avoid compilation warning in emacsclient.cEli Zaretskii2018-11-231-1/+3