summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
AgeCommit message (Expand)Author
2022-03-08Do not include <attribute.h> from <config.h>Paul Eggert
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-10Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-10Merge from origin/emacs-28Stefan Kangas
2021-12-09emacsclient takes more care about XDG_RUNTIME_DIRPaul Eggert
2021-12-01Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-12-01Suppress emacsclient message that daemon should have started if --quietJim Porter
2021-11-30Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-11-11Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-11-05New emacsclient option to either create or reuse an existing frame.Gregory Heytings
2021-10-03Simplify socket symlink-attack checkingPaul Eggert
2021-08-22Avoid using %n in emacsclientOmar Polo
2021-07-25Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-07-23Redo emacsclient socket symlink-attack checkingPaul Eggert
2021-01-03Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-27Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2020-12-25Adjust to recent Gnulib changesPaul Eggert
2020-11-24emacsclient should use both of DISPLAY and WAYLAND_DISPLAY.Yuuki Harano
2020-08-13Don't output emacsclient warning if both -a and --quietLars Ingebrigtsen
2020-03-28Stop using newly-deprecated dosname Gnulib modulePaul Eggert
2020-01-16Make emacs prefer an existing ~/.emacs.d to an existing XDG locationRobert Pluim
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-15Revert "emacsclient: ignore --eval parameters when starting alternate editor"Lars Ingebrigtsen
2019-08-30emacsclient: adjust to new config file locationPaul Eggert
2019-06-27emacsclient: ignore --eval parameters when starting alternate editorLars Ingebrigtsen
2019-06-26Fix PATH_MAX change to lib-src/emacsclient.cJuanma Barranquero
2019-06-25Prefer PATH_MAX to MAXPATHLENPaul Eggert
2019-06-20Simplify lib-src version printingPaul Eggert
2019-04-24Improve port to platforms lacking euidaccess (Bug#35406)Paul Eggert
2019-04-20Improve XDG_RUNTIME_DIR diagnosticPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-06emacsclient: avoid background chatterPaul Eggert
2018-12-06Fix emacsclient hang when backgroundedPaul Eggert
2018-12-03emacsclient: fix typo on recent socket-leak changePaul Eggert
2018-12-03Fix WINDOWSNT/DOS_NT buildEli Zaretskii
2018-12-02emacsclient: don’t leak socket to child processesPaul Eggert
2018-12-02Use tcdrain, not fdatasync, to drain ttysPaul Eggert
2018-12-02emacsclient: fix symlink/socket racePaul Eggert
2018-12-01emacsclient: prefer XDG_RUNTIME_DIR (Bug#33367)Paul Eggert
2018-11-26Unbreak compilation of emacsclient on MS-WindowsEli Zaretskii
2018-11-26emacsclient: assume HAVE_INET_SOCKETSPaul Eggert
2018-11-26emacsclient: negate NO_SOCKETS_IN_FILE_SYSTEMPaul Eggert
2018-11-26emacsclient: fix some races on POSIX systemsPaul Eggert
2018-11-23Avoid compilation warning in emacsclient.cEli Zaretskii
2018-11-23emacsclient: fix child exit when exec failsPaul Eggert
2018-11-23emacsclient: one ‘main’ functionPaul Eggert