summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Adjust to recent Gnulib changesPaul Eggert2020-12-25
* Don't output emacsclient warning if both -a and --quietLars Ingebrigtsen2020-08-13
* Stop using newly-deprecated dosname Gnulib modulePaul Eggert2020-03-28
* Make emacs prefer an existing ~/.emacs.d to an existing XDG locationRobert Pluim2020-01-16
* Update copyright year to 2020Paul Eggert2020-01-01
* Revert "emacsclient: ignore --eval parameters when starting alternate editor"Lars Ingebrigtsen2019-09-15
* emacsclient: adjust to new config file locationPaul Eggert2019-08-30
* emacsclient: ignore --eval parameters when starting alternate editorLars Ingebrigtsen2019-06-27
* Fix PATH_MAX change to lib-src/emacsclient.cJuanma Barranquero2019-06-26
* Prefer PATH_MAX to MAXPATHLENPaul Eggert2019-06-25
* Simplify lib-src version printingPaul Eggert2019-06-20
* Improve port to platforms lacking euidaccess (Bug#35406)Paul Eggert2019-04-24
* Improve XDG_RUNTIME_DIR diagnosticPaul Eggert2019-04-20
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | emacsclient: avoid background chatterPaul Eggert2018-12-06
* | Fix emacsclient hang when backgroundedPaul Eggert2018-12-06
* | emacsclient: fix typo on recent socket-leak changePaul Eggert2018-12-03
* | Fix WINDOWSNT/DOS_NT buildEli Zaretskii2018-12-03
* | emacsclient: don’t leak socket to child processesPaul Eggert2018-12-02
* | Use tcdrain, not fdatasync, to drain ttysPaul Eggert2018-12-02
* | emacsclient: fix symlink/socket racePaul Eggert2018-12-02
* | emacsclient: prefer XDG_RUNTIME_DIR (Bug#33367)Paul Eggert2018-12-01
* | Unbreak compilation of emacsclient on MS-WindowsEli Zaretskii2018-11-26
* | emacsclient: assume HAVE_INET_SOCKETSPaul Eggert2018-11-26
* | emacsclient: negate NO_SOCKETS_IN_FILE_SYSTEMPaul Eggert2018-11-26
* | emacsclient: fix some races on POSIX systemsPaul Eggert2018-11-26
* | Avoid compilation warning in emacsclient.cEli Zaretskii2018-11-23
* | emacsclient: fix child exit when exec failsPaul Eggert2018-11-23
* | emacsclient: one ‘main’ functionPaul Eggert2018-11-23
* | emacsclient: tidy socket failure cleanupPaul Eggert2018-11-22
* | emacsclient: coalesce WINDOWSNT-specific codePaul Eggert2018-11-22
* | emacsclient: sockaddr portability fixesPaul Eggert2018-11-22
* | emacsclient: getopt minor cleanupPaul Eggert2018-11-21
* | emacsclient: omit EXTRA_SPACE guessworkPaul Eggert2018-11-21
* | emacsclient: take more care with int widthPaul Eggert2018-11-21
* | emacsclient.c: use C99 to avoid {}Paul Eggert2018-11-21
* | emacsclient: improve use of localsPaul Eggert2018-11-21
* | emacsclient: fix unlikely crash with "&"Paul Eggert2018-11-21
* | Fix last changeEli Zaretskii2018-11-19
* | Avoid compiler warning in emacsclient.cEli Zaretskii2018-11-19
* | emacsclient.c: file name component fixesPaul Eggert2018-11-19
* | emacsclient.c: reindent to fit in 80Paul Eggert2018-11-19
* | emacsclient.c: use C99 betterPaul Eggert2018-11-19
* | emacsclient.c: use STDOUT_FILENOPaul Eggert2018-11-19
* | emacsclient.c: use bool for booleanPaul Eggert2018-11-19
* | emacsclient.c: make identifiers more localPaul Eggert2018-11-19
* | emacsclient.c: clean up preprocessing directivesPaul Eggert2018-11-19
* | Root emacsclient no longer connects to non-root socketsGlenn Morris2018-11-13