index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib-src
/
emacsclient.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid using %n in emacsclient
Omar Polo
2021-08-22
1
-4
/
+3
*
Redo emacsclient socket symlink-attack checking
Paul Eggert
2021-07-23
1
-79
/
+147
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Adjust to recent Gnulib changes
Paul Eggert
2020-12-25
1
-27
/
+12
*
Don't output emacsclient warning if both -a and --quiet
Lars Ingebrigtsen
2020-08-13
1
-5
/
+11
*
Stop using newly-deprecated dosname Gnulib module
Paul Eggert
2020-03-28
1
-1
/
+1
*
Make emacs prefer an existing ~/.emacs.d to an existing XDG location
Robert Pluim
2020-01-16
1
-8
/
+9
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Revert "emacsclient: ignore --eval parameters when starting alternate editor"
Lars Ingebrigtsen
2019-09-15
1
-5
/
+1
*
emacsclient: adjust to new config file location
Paul Eggert
2019-08-30
1
-15
/
+32
*
emacsclient: ignore --eval parameters when starting alternate editor
Lars Ingebrigtsen
2019-06-27
1
-1
/
+5
*
Fix PATH_MAX change to lib-src/emacsclient.c
Juanma Barranquero
2019-06-26
1
-0
/
+1
*
Prefer PATH_MAX to MAXPATHLEN
Paul Eggert
2019-06-25
1
-6
/
+16
*
Simplify lib-src version printing
Paul Eggert
2019-06-20
1
-5
/
+1
*
Improve port to platforms lacking euidaccess (Bug#35406)
Paul Eggert
2019-04-24
1
-1
/
+1
*
Improve XDG_RUNTIME_DIR diagnostic
Paul Eggert
2019-04-20
1
-5
/
+23
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
emacsclient: avoid background chatter
Paul Eggert
2018-12-06
1
-18
/
+33
*
|
Fix emacsclient hang when backgrounded
Paul Eggert
2018-12-06
1
-15
/
+1
*
|
emacsclient: fix typo on recent socket-leak change
Paul Eggert
2018-12-03
1
-1
/
+1
*
|
Fix WINDOWSNT/DOS_NT build
Eli Zaretskii
2018-12-03
1
-2
/
+0
*
|
emacsclient: don’t leak socket to child processes
Paul Eggert
2018-12-02
1
-2
/
+21
*
|
Use tcdrain, not fdatasync, to drain ttys
Paul Eggert
2018-12-02
1
-1
/
+7
*
|
emacsclient: fix symlink/socket race
Paul Eggert
2018-12-02
1
-37
/
+41
*
|
emacsclient: prefer XDG_RUNTIME_DIR (Bug#33367)
Paul Eggert
2018-12-01
1
-53
/
+77
*
|
Unbreak compilation of emacsclient on MS-Windows
Eli Zaretskii
2018-11-26
1
-0
/
+2
*
|
emacsclient: assume HAVE_INET_SOCKETS
Paul Eggert
2018-11-26
1
-64
/
+48
*
|
emacsclient: negate NO_SOCKETS_IN_FILE_SYSTEM
Paul Eggert
2018-11-26
1
-16
/
+16
*
|
emacsclient: fix some races on POSIX systems
Paul Eggert
2018-11-26
1
-85
/
+196
*
|
Avoid compilation warning in emacsclient.c
Eli Zaretskii
2018-11-23
1
-1
/
+3
*
|
emacsclient: fix child exit when exec fails
Paul Eggert
2018-11-23
1
-9
/
+5
*
|
emacsclient: one ‘main’ function
Paul Eggert
2018-11-23
1
-28
/
+19
*
|
emacsclient: tidy socket failure cleanup
Paul Eggert
2018-11-22
1
-27
/
+23
*
|
emacsclient: coalesce WINDOWSNT-specific code
Paul Eggert
2018-11-22
1
-10
/
+7
*
|
emacsclient: sockaddr portability fixes
Paul Eggert
2018-11-22
1
-21
/
+25
*
|
emacsclient: getopt minor cleanup
Paul Eggert
2018-11-21
1
-9
/
+12
*
|
emacsclient: omit EXTRA_SPACE guesswork
Paul Eggert
2018-11-21
1
-31
/
+31
*
|
emacsclient: take more care with int width
Paul Eggert
2018-11-21
1
-7
/
+10
*
|
emacsclient.c: use C99 to avoid {}
Paul Eggert
2018-11-21
1
-110
/
+108
*
|
emacsclient: improve use of locals
Paul Eggert
2018-11-21
1
-7
/
+6
*
|
emacsclient: fix unlikely crash with "&"
Paul Eggert
2018-11-21
1
-51
/
+34
*
|
Fix last change
Eli Zaretskii
2018-11-19
1
-0
/
+2
*
|
Avoid compiler warning in emacsclient.c
Eli Zaretskii
2018-11-19
1
-0
/
+2
*
|
emacsclient.c: file name component fixes
Paul Eggert
2018-11-19
1
-29
/
+6
*
|
emacsclient.c: reindent to fit in 80
Paul Eggert
2018-11-19
1
-11
/
+17
*
|
emacsclient.c: use C99 better
Paul Eggert
2018-11-19
1
-26
/
+22
*
|
emacsclient.c: use STDOUT_FILENO
Paul Eggert
2018-11-19
1
-5
/
+5
*
|
emacsclient.c: use bool for boolean
Paul Eggert
2018-11-19
1
-89
/
+78
*
|
emacsclient.c: make identifiers more local
Paul Eggert
2018-11-19
1
-31
/
+34
[next]