index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
remote.cc
Age
Commit message (
Expand
)
Author
2020-05-10
Support piping data to client stdin
Maxime Coste
2020-05-02
Add support for alpha channel in colors
Maxime Coste
2019-11-22
Add support for markup in info boxes
Maxime Coste
2019-08-20
Fix kak -l when $XDG_RUNTIME_DIR is set
Jason Felice
2019-08-05
Use $XDG_RUNTIME_DIR
Jason Felice
2019-07-06
Fix build on FreeBSD
Tobias Kortkamp
2019-06-11
Refuse to overwrite an existing session socket
Maxime Coste
2019-06-04
Merge remote-tracking branch 'eraserhd/minor-remote-fixes'
Maxime Coste
2019-05-29
Refactor message writing
Jason Felice
2019-05-23
Do not try to send remaining data on a closed socket
Maxime Coste
2019-04-22
Use helper template struct in MsgReader
Jason Felice
2019-01-24
Fix missing errno include
Maxime Coste
2018-11-26
Read initial remote message in Urgent EventMode
Maxime Coste
2018-09-07
Fix use after delete in RemoteClient FDWatcher callback
Maxime Coste
2018-08-24
Use $USER if getpwuid fails
Matt Peterson
2018-05-23
Fix Kakoune client busy looping on SIGHUP
Maxime Coste
2018-05-17
Small code cleanups
Maxime Coste
2018-05-05
Remove out of date noexcept(false) on MessageWriter destructor
Maxime Coste
2018-04-29
Rework the way UI can trigger a client quitting
Maxime Coste
2018-04-29
Remove implicit conversion from String to DisplayAtom/DisplayLine
Maxime Coste
2018-04-07
Merge remote-tracking branch 'Delapouite/no-such'
Maxime Coste
2018-04-07
Add some safety static_asserts to remote read/write functions
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-04-05
Fix some trailing spaces and a tab that sneaked into the code base
Maxime Coste
2018-03-25
Unify code that validates identifiers in Kakoune
Maxime Coste
2018-03-23
Restore client name after converting to client
Maxime Coste
2017-12-15
Go back to getpwuid call to get user name from user id
Maxime Coste
2017-12-09
Go back to getpwuid call on OSX
Maxime Coste
2017-12-04
Replace uses of getpwuid which is incompatible with static linking
Maxime Coste
2017-11-06
Add missing include in remote.cc
Maxime Coste
2017-11-06
Do not allow rename-session to introduce '/' in session names
Maxime Coste
2017-11-04
Remote: stricter validation of the session names
Maxime Coste
2017-09-07
Tolerate unwritable socket when trying to send the disconnection message
Maxime Coste
2017-08-28
Expose client pid as $kak_client_pid
Maxime Coste
2017-08-23
Support specifying an exit status on `quit` commands
Maxime Coste
2017-06-26
Fix various undefined behaviours detected by UBSan
Maxime Coste
2017-04-12
Place hardware terminal cursor at the current main cursor/prompt cursor position
Maxime Coste
2017-03-16
Fixes some clang-tidy warning and add a few missing meta.hh include
Maxime Coste
2017-03-07
Replace IdMap with HashMap
Maxime Coste
2017-01-21
Support the +line syntax for clients as well.
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2017-01-01
Fix remaining uses of hardcoded /tmp to get the socket paths
Maxime Coste
2016-12-20
Ensure we return 0 on exit from graceful disconnection
Maxime Coste
2016-12-20
Fix hardcoded uses of "/tmp"
Maxime Coste
2016-12-17
Add more diagnostic information when failing to bind/listen to socket
Maxime Coste
2016-12-17
Ignore eventual / suffix in TMPDIR
Maxime Coste
2016-12-15
Improve general security of the unix sockets
Maxime Coste
2016-12-01
Rework handling of initial coordinates so that init commands can change them
Maxime Coste
2016-12-01
Only write to remote socket when we know they are writable
Maxime Coste
2016-12-01
Fix crash when a client sends a packet advertising a wrong size
Maxime Coste
[next]