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
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
2016-12-01
Make FDWatcher support Read, Write and Except events, instead of just Read
Maxime Coste
2016-11-29
Simplify greatly UI input handling
Maxime Coste
2016-11-29
Clean up includes of user_interface.hh
Maxime Coste
2016-11-29
Small remote code cleanup
Maxime Coste
2016-10-06
Handle all available keys when a RemoteClient input is available
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-05
Fix handling of remote errors in the accepter
Maxime Coste
2016-09-04
Rework client quitting and handling of remote errors
Maxime Coste
2016-09-04
Use proper buffering when reading remote messages
Maxime Coste
2016-09-04
Rework binary network protocol to be more message based
Maxime Coste
2016-08-30
Add a fd_readable(int fd) helper function
Maxime Coste
[next]