aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/emacsclient.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-28Stop using newly-deprecated dosname Gnulib modulePaul Eggert1-1/+1
2020-01-16Make emacs prefer an existing ~/.emacs.d to an existing XDG locationRobert Pluim1-8/+9
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-15Revert "emacsclient: ignore --eval parameters when starting alternate editor"Lars Ingebrigtsen1-5/+1
2019-08-30emacsclient: adjust to new config file locationPaul Eggert1-15/+32
2019-06-27emacsclient: ignore --eval parameters when starting alternate editorLars Ingebrigtsen1-1/+5
2019-06-26Fix PATH_MAX change to lib-src/emacsclient.cJuanma Barranquero1-0/+1
2019-06-25Prefer PATH_MAX to MAXPATHLENPaul Eggert1-6/+16
2019-06-20Simplify lib-src version printingPaul Eggert1-5/+1
2019-04-24Improve port to platforms lacking euidaccess (Bug#35406)Paul Eggert1-1/+1
2019-04-20Improve XDG_RUNTIME_DIR diagnosticPaul Eggert1-5/+23
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-06emacsclient: avoid background chatterPaul Eggert1-18/+33
2018-12-06Fix emacsclient hang when backgroundedPaul Eggert1-15/+1
2018-12-03emacsclient: fix typo on recent socket-leak changePaul Eggert1-1/+1
2018-12-03Fix WINDOWSNT/DOS_NT buildEli Zaretskii1-2/+0
2018-12-02emacsclient: don’t leak socket to child processesPaul Eggert1-2/+21
2018-12-02Use tcdrain, not fdatasync, to drain ttysPaul Eggert1-1/+7
2018-12-02emacsclient: fix symlink/socket racePaul Eggert1-37/+41
2018-12-01emacsclient: prefer XDG_RUNTIME_DIR (Bug#33367)Paul Eggert1-53/+77
2018-11-26Unbreak compilation of emacsclient on MS-WindowsEli Zaretskii1-0/+2
2018-11-26emacsclient: assume HAVE_INET_SOCKETSPaul Eggert1-64/+48
2018-11-26emacsclient: negate NO_SOCKETS_IN_FILE_SYSTEMPaul Eggert1-16/+16
2018-11-26emacsclient: fix some races on POSIX systemsPaul Eggert1-85/+196
2018-11-23Avoid compilation warning in emacsclient.cEli Zaretskii1-1/+3
2018-11-23emacsclient: fix child exit when exec failsPaul Eggert1-9/+5
2018-11-23emacsclient: one ‘main’ functionPaul Eggert1-28/+19
2018-11-22emacsclient: tidy socket failure cleanupPaul Eggert1-27/+23
2018-11-22emacsclient: coalesce WINDOWSNT-specific codePaul Eggert1-10/+7
2018-11-22emacsclient: sockaddr portability fixesPaul Eggert1-21/+25
2018-11-21emacsclient: getopt minor cleanupPaul Eggert1-9/+12
2018-11-21emacsclient: omit EXTRA_SPACE guessworkPaul Eggert1-31/+31
2018-11-21emacsclient: take more care with int widthPaul Eggert1-7/+10
2018-11-21emacsclient.c: use C99 to avoid {}Paul Eggert1-110/+108
2018-11-21emacsclient: improve use of localsPaul Eggert1-7/+6
2018-11-21emacsclient: fix unlikely crash with "&"Paul Eggert1-51/+34
2018-11-19Fix last changeEli Zaretskii1-0/+2
2018-11-19Avoid compiler warning in emacsclient.cEli Zaretskii1-0/+2
2018-11-19emacsclient.c: file name component fixesPaul Eggert1-29/+6
2018-11-19emacsclient.c: reindent to fit in 80Paul Eggert1-11/+17
2018-11-19emacsclient.c: use C99 betterPaul Eggert1-26/+22
2018-11-19emacsclient.c: use STDOUT_FILENOPaul Eggert1-5/+5
2018-11-19emacsclient.c: use bool for booleanPaul Eggert1-89/+78
2018-11-19emacsclient.c: make identifiers more localPaul Eggert1-31/+34
2018-11-19emacsclient.c: clean up preprocessing directivesPaul Eggert1-82/+59
2018-11-13Root emacsclient no longer connects to non-root socketsGlenn Morris1-8/+3
2018-10-27Add support in emacsclient for EMACS_SOCKET_NAMEDaniel Pittman1-0/+3
2018-08-08Fix emacsclient check for term.el buffer (Bug#21041)Noam Postavsky1-1/+3
2018-04-30Port --enable-gcc-warnings to GCC 8Paul Eggert1-1/+1
2018-04-28Port --enable-gcc-warnings to GCC 8Paul Eggert1-11/+14